Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-29409 (GCVE-0-2023-29409)
Vulnerability from cvelistv5 – Published: 2023-08-02 19:47 – Updated: 2025-02-13 16:49
VLAI
EPSS
Title
Large RSA keys can cause high CPU usage in crypto/tls
Summary
Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.
Severity
No CVSS data available.
CWE
- CWE-400 - Uncontrolled Resource Consumption
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.19.12
(semver)
Affected: 1.20.0-0 , < 1.20.7 (semver) Affected: 1.21.0-0 , < 1.21.0-rc.4 (semver) |
Credits
Mateusz Poliwczak
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T14:07:46.160Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/61460"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/515257"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230831-0010/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202311-09"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-29409",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-22T14:15:51.334084Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-22T14:16:01.839Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "Conn.verifyServerCertificate"
},
{
"name": "Conn.processCertsFromClient"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.19.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.20.7",
"status": "affected",
"version": "1.20.0-0",
"versionType": "semver"
},
{
"lessThan": "1.21.0-rc.4",
"status": "affected",
"version": "1.21.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Mateusz Poliwczak"
}
],
"descriptions": [
{
"lang": "en",
"value": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-11-25T11:09:25.696Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/61460"
},
{
"url": "https://go.dev/cl/515257"
},
{
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230831-0010/"
},
{
"url": "https://security.gentoo.org/glsa/202311-09"
}
],
"title": "Large RSA keys can cause high CPU usage in crypto/tls"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2023-29409",
"datePublished": "2023-08-02T19:47:23.829Z",
"dateReserved": "2023-04-05T19:36:35.043Z",
"dateUpdated": "2025-02-13T16:49:16.368Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-29409",
"date": "2026-05-27",
"epss": "0.00115",
"percentile": "0.29653"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-29409\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2023-08-02T20:15:11.940\",\"lastModified\":\"2024-11-21T07:57:00.287\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.19.12\",\"matchCriteriaId\":\"6A0D798F-972E-4789-9E60-F04864ACC5A0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.20.0\",\"versionEndExcluding\":\"1.20.7\",\"matchCriteriaId\":\"98D9EFA9-C8A8-4C27-A1F2-DE9798D725FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.21.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"64DE500E-0A99-4890-9D6E-0FBA9E9C3E0A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.21.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"EA9BD1EF-0172-4779-80DC-E316F5361D27\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.21.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"80DFE31C-60CD-46E2-B86A-2C8E9057AFEA\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/515257\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/61460\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1987\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230831-0010/\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/515257\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/61460\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2023-1987\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202311-09\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230831-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/61460\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/515257\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1987\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230831-0010/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T14:07:46.160Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-29409\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-22T14:15:51.334084Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-22T14:15:57.131Z\"}}], \"cna\": {\"title\": \"Large RSA keys can cause high CPU usage in crypto/tls\", \"credits\": [{\"lang\": \"en\", \"value\": \"Mateusz Poliwczak\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/tls\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.19.12\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.20.0-0\", \"lessThan\": \"1.20.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.21.0-0\", \"lessThan\": \"1.21.0-rc.4\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/tls\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Conn.verifyServerCertificate\"}, {\"name\": \"Conn.processCertsFromClient\"}, {\"name\": \"Conn.Handshake\"}, {\"name\": \"Conn.HandshakeContext\"}, {\"name\": \"Conn.Read\"}, {\"name\": \"Conn.Write\"}, {\"name\": \"Dial\"}, {\"name\": \"DialWithDialer\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/61460\"}, {\"url\": \"https://go.dev/cl/515257\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2023-1987\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230831-0010/\"}, {\"url\": \"https://security.gentoo.org/glsa/202311-09\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-08-02T19:47:23.829Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-29409\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-22T14:16:01.839Z\", \"dateReserved\": \"2023-04-05T19:36:35.043Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2023-08-02T19:47:23.829Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:3841-1
Vulnerability from csaf_suse - Published: 2023-09-27 17:35 - Updated: 2023-09-27 17:35Summary
Security update for go1.19-openssl
Severity
Important
Notes
Title of the patch: Security update for go1.19-openssl
Description of the patch: This update for go1.19-openssl fixes the following issues:
Update to version 1.19.13 (bsc#1200441).
- CVE-2023-29409: Fixed unrestricted RSA keys in certificates (bsc#1213880).
- CVE-2023-29406: Fixed insufficient sanitization of Host header (bsc#1213229).
The following non-security bug was fixed:
- Add missing directory pprof html asset directory to package (bsc#1215090).
Patchnames: SUSE-2023-3841,SUSE-SLE-Module-Development-Tools-15-SP4-2023-3841,SUSE-SLE-Module-Development-Tools-15-SP5-2023-3841,openSUSE-SLE-15.4-2023-3841,openSUSE-SLE-15.5-2023-3841
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.8 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
14 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.19-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.19-openssl fixes the following issues:\n\nUpdate to version 1.19.13 (bsc#1200441).\n\n- CVE-2023-29409: Fixed unrestricted RSA keys in certificates (bsc#1213880).\n- CVE-2023-29406: Fixed insufficient sanitization of Host header (bsc#1213229).\n\nThe following non-security bug was fixed:\n\n- Add missing directory pprof html asset directory to package (bsc#1215090). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3841,SUSE-SLE-Module-Development-Tools-15-SP4-2023-3841,SUSE-SLE-Module-Development-Tools-15-SP5-2023-3841,openSUSE-SLE-15.4-2023-3841,openSUSE-SLE-15.5-2023-3841",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3841-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3841-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233841-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3841-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016351.html"
},
{
"category": "self",
"summary": "SUSE Bug 1200441",
"url": "https://bugzilla.suse.com/1200441"
},
{
"category": "self",
"summary": "SUSE Bug 1213229",
"url": "https://bugzilla.suse.com/1213229"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE Bug 1215090",
"url": "https://bugzilla.suse.com/1215090"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29406 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29406/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for go1.19-openssl",
"tracking": {
"current_release_date": "2023-09-27T17:35:32Z",
"generator": {
"date": "2023-09-27T17:35:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3841-1",
"initial_release_date": "2023-09-27T17:35:32Z",
"revision_history": [
{
"date": "2023-09-27T17:35:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"product": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"product_id": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"product": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"product_id": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"product": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"product_id": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.i586",
"product": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.i586",
"product_id": "go1.19-openssl-1.19.13.1-150000.1.8.1.i586"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.i586",
"product": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.i586",
"product_id": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"product": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"product_id": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"product": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"product_id": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"product": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"product_id": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"product": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"product_id": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"product": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"product_id": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"product": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"product_id": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"product": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"product_id": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"product": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"product_id": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"product": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"product_id": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
},
"product_reference": "go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29406",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29406"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29406",
"url": "https://www.suse.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "SUSE Bug 1213229 for CVE-2023-29406",
"url": "https://bugzilla.suse.com/1213229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-27T17:35:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.4:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-doc-1.19.13.1-150000.1.8.1.x86_64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.aarch64",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.ppc64le",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.s390x",
"openSUSE Leap 15.5:go1.19-openssl-race-1.19.13.1-150000.1.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-27T17:35:32Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3861-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:38 - Updated: 2023-09-28 11:38Summary
Security update for SUSE Manager Server 4.3
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Server 4.3
Description of the patch: This update fixes the following issues:
billing-data-service:
- Version 0.3-1
* Add required dependencies to package and service
* Change billing api datastructure
* Require csp-billing-adapter service
cobbler:
- Fix EFI PXE boot regression (bsc#1214124)
- Fix isolinux.cfg generation in 'cobbler buildiso' (bsc#1207330)
hub-xmlrpc-api:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
grafana-formula:
- Version 0.9.0
* Add SUSE Linux Enterprise 15 Service Pack 5 to the supported versions (bsc#1215497)
image-sync-formula:
- Update to version 0.1.1692188980.9aa0455
* Fix boot image version compare to use numeric instead of string (bsc#1214002)
* Add support to filter individual image versions in whitelist
* Delete cache files that are no longer needed
inter-server-sync:
- Version 0.3.0
* CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
* Require at least Go 1.19 for building due to CVE-2023-29409
* Require at least Go 1.18 for building Red Hat packages
prometheus-exporters-formula:
- Version 1.3.0
* Add support for Apache exporter >= 1.0.0 (bsc#1214266)
prometheus-postgres_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
saltboot-formula:
- Update to version 0.1.1692188980.9aa0455
* Add pillar based saltboot redeploy and repartitioning (jsc#SUMA-158)
spacecmd:
- Version 4.3.23-1
* Update translation strings
spacewalk-admin:
- Version 4.3.13-1
* Integrate instance-flavor-check to detect if the instance is Pay-as-you-go
* Add checks for csp-billing-adapter in case of a Pay-as-you-go instance
spacewalk-backend:
- Version 4.3.23-1
* Use a constant to get the product name in python code rather than reading rhn.conf (bsc#1212943)
* Add key import debug logging to reposync (bsc#1213675)
* Add hint about missing auth header for Pay-as-you-go instances (bsc#1213445)
* rhn-ssl-dbstore read CA from STDIN (bsc#1212856)
* Implement new RHUI support in reposync
spacewalk-certs-tools:
- Version 4.3.19-1
* Support EC Cryptography with mgr-ssl-cert-setup
* mgr-ssl-cert-setup: store CA certificate in database (bsc#1212856)
spacewalk-config:
- Version 4.3.11-1
* Allow calling instance-flavor-check via sudo
spacewalk-java:
- version 4.3.66-1
* Fix RHUI support for RHEL 7 clients (bsc#1215756)
- version 4.3.65-1
* Combine the PAYG credentials and the repository paths when they
collide (bsc#1215413)
- version 4.3.64-1
* Fix token issue with cloned deb channels (bsc#1214982)
* Fix PAYG credentials extraction for SLES 12 clients (bsc#1215352)
* Improved detection of the best authentication for accessing a
repository in case of PAYG credentials (bsc#1215362)
* Do not warn about missing Client Tools Channel subscription in a
PAYG environment
- version 4.3.63-1
* Fix X-Instance-Identifier header when doing a product refresh
at Cloud RMT Server (bsc#1214889)
- Version 4.3.62-1
* Add environment build/promote date to CLM API output (jsc#SUMA-280)
* Call mgr-libmod with its absolute path
* Introduce new API to update the products page metadata
* Extract additional authentication information needed for Pay-as-you-go
* Fix handling of null credentials in RMT credentials check
* Integrate instance-flavor-check to detect if the instance is Pay-as-you-go
* Add rule to count only servers with SUSE Manager Tools as managed clients
* Create flag to disable update status (bsc#1212730)
* Fix syntax error in sql query for source package search
* Catch exceptions and log a message when mailer setup failed (bsc#1213009)
* Fix logging of libraries using apache-commons-logging
* Invalidate Pay-as-you-go client credentials after repeated connection failure (bsc#1213445)
* Restrict product migrations for Pay-as-you-go
* Add warning message in login UI for Pay-as-you-go with SCC credentials and no forward registration
* Restrict cloning channels under different product channels for Pay-as-you-go
* Avoid sending data to SCC about Pay-as-you-go instances
* Add saltboot redeploy and repartition based on pillars (jsc#SUMA-158)
* Add system pillar API access {get|set}Pillar
* Consider the venv-salt-minion package update as Salt update to prevent backtraces on upgrading Salt with
itself (bsc#1211884)
* Fix processing of pkg.purged results (bsc#1213288)
* Fix Null Pointer Exception in auth endpoint when an empty body is provided
* Do not ignore scheduling error in Taskomatic
* Add compliance checks when running as Pay-as-you-go
* Add RHUI support to Pay-as-you-go connection feature
* Fix Debian Packages file generation (bsc#1213716)
* Fix action executor to prevent blocking Taskomatic for actions that are already finished (bsc#1214121)
* Fix detection in case RHEL-based products (bsc#1214280)
* Improve error message when instance-flavor-check tool is not installed
* Fix auto product refresh in case of SUSE Manager Pay-as-you-go Server
* Optimize org channel accessibility query (bsc#1211874)
* Check csp billing adapter status
spacewalk-setup:
- Version 4.3.18-1
* Do not rely on rpm runtime status, rather check rhn.conf if is configured (bsc#1210935)
* Remove storing CA in DB directly as it is now part of mgr-ssl-cert-setup (bsc#1212856)
spacewalk-web:
- Version 4.3.33-1
* Update the messages after syncing the products
* Fix issue that prevented to delete credentials
* Add warning message in login UI for Pay-as-you-go with SCC credentials and no forward registration.
* Hide SSH info for `localhost` in Pay-as-you-go section
* Integrate @formatjs/intl as a replacement for t()
* Fix link interpolation in message maps
supportutils-plugin-susemanager:
- Version 4.3.9-1
* Add cloud and Pay-as-you-go checks
* Write configured crypto-policy in supportconfig
susemanager:
- Version 4.3.31-1
* Require LTSS channel for SUSE Manager Proxy 4.2 (bsc#1214187)
susemanager-docs_en:
- Added a note for SUSE Linux Enterprise Micro clients only having Node and Blackbox exporter for monitoring available,
in the Administration Guide (bsc#1212246)
- Added a warning about channel synchronization failure because of invalidated credentials in Connect Pay-as-you-go
instance section of the Installation and Upgrade Guide
- Added a workflow describing channel removal to the Common Workflows Guide
- Added background information on Ansible playbooks in the Ansible chapter in Administration Guide (bsc#1213077)
- Added Best practices and image pillars files to Retail Guide
- Added detailed information about all supported SUSE Linux Enterprise Micro versions
- Added Saltboot redeployment subchapter in the Retail Guide
- Changed filename for configuring Tomcat memory usage in Specialized Guides (bsc#1212814)
- Fixed Ubuntu channel names in Ubuntu chapter of the Client Configuration Guide (bsc#1212827)
- Improved Red Hat Update Infrastructure documentation (bsc#1215373)
- Listed supported key types for SSL certificates in Import SSL Certificates section of the Administation Guide
- Minimal memory requirement is now 16 GB for a SUSE Manager Server installation
- Removed the step calling rhn-ssl-dbstore from the SSL setup as it is now integrated into mgr-ssl-cert-setup in
Administration Guide
- Replaced plain text with dedicated attribute for AutoYaST
- Typo correction for cobbler buildiso command in Client Configuration Guide
- Updated Ansible chapter in Administration Guide for clarity (bsc#1213077)
susemanager-schema:
- Version 4.3.20-1
* Add new credentials type RHUI
* Store the Pay-as-you-go products
susemanager-sls:
- Version 4.3.35-1
* Integrate instance-flavor-check to detect if the instance is Pay-as-you-go
* Do not disable salt-minion on salt-ssh managed clients
* Keep original traditional stack tools for RHEL7 RHUI connection
* Include automatic migration from Salt 3000 to Salt Bundle in highstate
* Use recurse stratedy to merge formula pillar with existing pillars
* Mask Uyuni roster module password on logs
uyuni-common-libs:
- Version 4.3.9-1
* Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)
How to apply this update:
1. Log in as root user to the SUSE Manager Server.
2. Stop the Spacewalk service:
`spacewalk-service stop`
3. Apply the patch using either zypper patch or YaST Online Update.
4. Start the Spacewalk service:
`spacewalk-service start`
Patchnames: SUSE-2023-3861,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3861,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2023-3861
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
70 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:billing-data-service-0.3-150400.10.6.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:cobbler-3.3.3-150400.5.33.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:grafana-formula-0.9.0-150400.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-admin-4.3.13-150400.3.12.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-app-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-server-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-base-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-config-4.3.11-150400.3.9.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-html-4.3.33-150400.3.27.16.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-java-4.3.66-150400.3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-java-config-4.3.66-150400.3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-java-lib-4.3.66-150400.3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-setup-4.3.18-150400.3.27.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-docs_en-4.3-150400.9.38.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-schema-4.3.20-150400.3.24.17.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-schema-utility-4.3.20-150400.3.24.17.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-sls-4.3.35-150400.3.31.12.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:uyuni-config-modules-4.3.35-150400.3.31.12.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
40 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Server 4.3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nbilling-data-service:\n\n- Version 0.3-1\n * Add required dependencies to package and service\n * Change billing api datastructure\n * Require csp-billing-adapter service\n\ncobbler:\n\n- Fix EFI PXE boot regression (bsc#1214124)\n- Fix isolinux.cfg generation in \u0027cobbler buildiso\u0027 (bsc#1207330) \n\nhub-xmlrpc-api:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngrafana-formula:\n\n- Version 0.9.0\n * Add SUSE Linux Enterprise 15 Service Pack 5 to the supported versions (bsc#1215497)\n\nimage-sync-formula:\n\n- Update to version 0.1.1692188980.9aa0455\n * Fix boot image version compare to use numeric instead of string (bsc#1214002)\n * Add support to filter individual image versions in whitelist\n * Delete cache files that are no longer needed\n\ninter-server-sync:\n\n- Version 0.3.0\n * CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n * Require at least Go 1.19 for building due to CVE-2023-29409\n * Require at least Go 1.18 for building Red Hat packages\n\nprometheus-exporters-formula:\n\n- Version 1.3.0\n * Add support for Apache exporter \u003e= 1.0.0 (bsc#1214266)\n\nprometheus-postgres_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nsaltboot-formula:\n\n- Update to version 0.1.1692188980.9aa0455 \n * Add pillar based saltboot redeploy and repartitioning (jsc#SUMA-158)\n\nspacecmd:\n\n- Version 4.3.23-1\n * Update translation strings\n\nspacewalk-admin:\n\n- Version 4.3.13-1\n * Integrate instance-flavor-check to detect if the instance is Pay-as-you-go\n * Add checks for csp-billing-adapter in case of a Pay-as-you-go instance\n\nspacewalk-backend:\n\n- Version 4.3.23-1\n * Use a constant to get the product name in python code rather than reading rhn.conf (bsc#1212943)\n * Add key import debug logging to reposync (bsc#1213675)\n * Add hint about missing auth header for Pay-as-you-go instances (bsc#1213445)\n * rhn-ssl-dbstore read CA from STDIN (bsc#1212856)\n * Implement new RHUI support in reposync\n\nspacewalk-certs-tools:\n\n- Version 4.3.19-1\n * Support EC Cryptography with mgr-ssl-cert-setup\n * mgr-ssl-cert-setup: store CA certificate in database (bsc#1212856)\n\nspacewalk-config:\n\n- Version 4.3.11-1\n * Allow calling instance-flavor-check via sudo\n\nspacewalk-java:\n\n- version 4.3.66-1\n * Fix RHUI support for RHEL 7 clients (bsc#1215756)\n- version 4.3.65-1\n * Combine the PAYG credentials and the repository paths when they\n collide (bsc#1215413)\n- version 4.3.64-1\n * Fix token issue with cloned deb channels (bsc#1214982)\n * Fix PAYG credentials extraction for SLES 12 clients (bsc#1215352)\n * Improved detection of the best authentication for accessing a\n repository in case of PAYG credentials (bsc#1215362)\n * Do not warn about missing Client Tools Channel subscription in a\n PAYG environment\n- version 4.3.63-1\n * Fix X-Instance-Identifier header when doing a product refresh\n at Cloud RMT Server (bsc#1214889)\n- Version 4.3.62-1\n * Add environment build/promote date to CLM API output (jsc#SUMA-280)\n * Call mgr-libmod with its absolute path\n * Introduce new API to update the products page metadata\n * Extract additional authentication information needed for Pay-as-you-go\n * Fix handling of null credentials in RMT credentials check\n * Integrate instance-flavor-check to detect if the instance is Pay-as-you-go\n * Add rule to count only servers with SUSE Manager Tools as managed clients\n * Create flag to disable update status (bsc#1212730)\n * Fix syntax error in sql query for source package search\n * Catch exceptions and log a message when mailer setup failed (bsc#1213009)\n * Fix logging of libraries using apache-commons-logging\n * Invalidate Pay-as-you-go client credentials after repeated connection failure (bsc#1213445)\n * Restrict product migrations for Pay-as-you-go\n * Add warning message in login UI for Pay-as-you-go with SCC credentials and no forward registration\n * Restrict cloning channels under different product channels for Pay-as-you-go\n * Avoid sending data to SCC about Pay-as-you-go instances\n * Add saltboot redeploy and repartition based on pillars (jsc#SUMA-158)\n * Add system pillar API access {get|set}Pillar\n * Consider the venv-salt-minion package update as Salt update to prevent backtraces on upgrading Salt with\n itself (bsc#1211884)\n * Fix processing of pkg.purged results (bsc#1213288)\n * Fix Null Pointer Exception in auth endpoint when an empty body is provided\n * Do not ignore scheduling error in Taskomatic\n * Add compliance checks when running as Pay-as-you-go\n * Add RHUI support to Pay-as-you-go connection feature\n * Fix Debian Packages file generation (bsc#1213716)\n * Fix action executor to prevent blocking Taskomatic for actions that are already finished (bsc#1214121)\n * Fix detection in case RHEL-based products (bsc#1214280)\n * Improve error message when instance-flavor-check tool is not installed\n * Fix auto product refresh in case of SUSE Manager Pay-as-you-go Server\n * Optimize org channel accessibility query (bsc#1211874)\n * Check csp billing adapter status\n\nspacewalk-setup:\n\n- Version 4.3.18-1\n * Do not rely on rpm runtime status, rather check rhn.conf if is configured (bsc#1210935)\n * Remove storing CA in DB directly as it is now part of mgr-ssl-cert-setup (bsc#1212856)\n\nspacewalk-web:\n\n- Version 4.3.33-1\n * Update the messages after syncing the products\n * Fix issue that prevented to delete credentials\n * Add warning message in login UI for Pay-as-you-go with SCC credentials and no forward registration.\n * Hide SSH info for `localhost` in Pay-as-you-go section\n * Integrate @formatjs/intl as a replacement for t()\n * Fix link interpolation in message maps\n\nsupportutils-plugin-susemanager:\n\n- Version 4.3.9-1\n * Add cloud and Pay-as-you-go checks\n * Write configured crypto-policy in supportconfig\n\nsusemanager:\n\n- Version 4.3.31-1\n * Require LTSS channel for SUSE Manager Proxy 4.2 (bsc#1214187)\n\nsusemanager-docs_en:\n\n- Added a note for SUSE Linux Enterprise Micro clients only having Node and Blackbox exporter for monitoring available,\n in the Administration Guide (bsc#1212246)\n- Added a warning about channel synchronization failure because of invalidated credentials in Connect Pay-as-you-go\n instance section of the Installation and Upgrade Guide\n- Added a workflow describing channel removal to the Common Workflows Guide\n- Added background information on Ansible playbooks in the Ansible chapter in Administration Guide (bsc#1213077)\n- Added Best practices and image pillars files to Retail Guide\n- Added detailed information about all supported SUSE Linux Enterprise Micro versions\n- Added Saltboot redeployment subchapter in the Retail Guide\n- Changed filename for configuring Tomcat memory usage in Specialized Guides (bsc#1212814)\n- Fixed Ubuntu channel names in Ubuntu chapter of the Client Configuration Guide (bsc#1212827)\n- Improved Red Hat Update Infrastructure documentation (bsc#1215373)\n- Listed supported key types for SSL certificates in Import SSL Certificates section of the Administation Guide\n- Minimal memory requirement is now 16 GB for a SUSE Manager Server installation\n- Removed the step calling rhn-ssl-dbstore from the SSL setup as it is now integrated into mgr-ssl-cert-setup in\n Administration Guide\n- Replaced plain text with dedicated attribute for AutoYaST\n- Typo correction for cobbler buildiso command in Client Configuration Guide\n- Updated Ansible chapter in Administration Guide for clarity (bsc#1213077)\n\nsusemanager-schema:\n\n- Version 4.3.20-1\n * Add new credentials type RHUI\n * Store the Pay-as-you-go products\n\nsusemanager-sls:\n\n- Version 4.3.35-1\n * Integrate instance-flavor-check to detect if the instance is Pay-as-you-go\n * Do not disable salt-minion on salt-ssh managed clients\n * Keep original traditional stack tools for RHEL7 RHUI connection\n * Include automatic migration from Salt 3000 to Salt Bundle in highstate\n * Use recurse stratedy to merge formula pillar with existing pillars\n * Mask Uyuni roster module password on logs\n\nuyuni-common-libs:\n\n- Version 4.3.9-1\n * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)\n\nHow to apply this update:\n\n1. Log in as root user to the SUSE Manager Server.\n2. Stop the Spacewalk service:\n`spacewalk-service stop`\n3. Apply the patch using either zypper patch or YaST Online Update.\n4. Start the Spacewalk service:\n`spacewalk-service start`\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3861,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3861,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2023-3861",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3861-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3861-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233861-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3861-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031796.html"
},
{
"category": "self",
"summary": "SUSE Bug 1207330",
"url": "https://bugzilla.suse.com/1207330"
},
{
"category": "self",
"summary": "SUSE Bug 1208692",
"url": "https://bugzilla.suse.com/1208692"
},
{
"category": "self",
"summary": "SUSE Bug 1210935",
"url": "https://bugzilla.suse.com/1210935"
},
{
"category": "self",
"summary": "SUSE Bug 1211525",
"url": "https://bugzilla.suse.com/1211525"
},
{
"category": "self",
"summary": "SUSE Bug 1211874",
"url": "https://bugzilla.suse.com/1211874"
},
{
"category": "self",
"summary": "SUSE Bug 1211884",
"url": "https://bugzilla.suse.com/1211884"
},
{
"category": "self",
"summary": "SUSE Bug 1212246",
"url": "https://bugzilla.suse.com/1212246"
},
{
"category": "self",
"summary": "SUSE Bug 1212730",
"url": "https://bugzilla.suse.com/1212730"
},
{
"category": "self",
"summary": "SUSE Bug 1212814",
"url": "https://bugzilla.suse.com/1212814"
},
{
"category": "self",
"summary": "SUSE Bug 1212827",
"url": "https://bugzilla.suse.com/1212827"
},
{
"category": "self",
"summary": "SUSE Bug 1212856",
"url": "https://bugzilla.suse.com/1212856"
},
{
"category": "self",
"summary": "SUSE Bug 1212943",
"url": "https://bugzilla.suse.com/1212943"
},
{
"category": "self",
"summary": "SUSE Bug 1213009",
"url": "https://bugzilla.suse.com/1213009"
},
{
"category": "self",
"summary": "SUSE Bug 1213077",
"url": "https://bugzilla.suse.com/1213077"
},
{
"category": "self",
"summary": "SUSE Bug 1213288",
"url": "https://bugzilla.suse.com/1213288"
},
{
"category": "self",
"summary": "SUSE Bug 1213445",
"url": "https://bugzilla.suse.com/1213445"
},
{
"category": "self",
"summary": "SUSE Bug 1213675",
"url": "https://bugzilla.suse.com/1213675"
},
{
"category": "self",
"summary": "SUSE Bug 1213716",
"url": "https://bugzilla.suse.com/1213716"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE Bug 1214002",
"url": "https://bugzilla.suse.com/1214002"
},
{
"category": "self",
"summary": "SUSE Bug 1214121",
"url": "https://bugzilla.suse.com/1214121"
},
{
"category": "self",
"summary": "SUSE Bug 1214124",
"url": "https://bugzilla.suse.com/1214124"
},
{
"category": "self",
"summary": "SUSE Bug 1214187",
"url": "https://bugzilla.suse.com/1214187"
},
{
"category": "self",
"summary": "SUSE Bug 1214266",
"url": "https://bugzilla.suse.com/1214266"
},
{
"category": "self",
"summary": "SUSE Bug 1214280",
"url": "https://bugzilla.suse.com/1214280"
},
{
"category": "self",
"summary": "SUSE Bug 1214889",
"url": "https://bugzilla.suse.com/1214889"
},
{
"category": "self",
"summary": "SUSE Bug 1214982",
"url": "https://bugzilla.suse.com/1214982"
},
{
"category": "self",
"summary": "SUSE Bug 1215352",
"url": "https://bugzilla.suse.com/1215352"
},
{
"category": "self",
"summary": "SUSE Bug 1215362",
"url": "https://bugzilla.suse.com/1215362"
},
{
"category": "self",
"summary": "SUSE Bug 1215373",
"url": "https://bugzilla.suse.com/1215373"
},
{
"category": "self",
"summary": "SUSE Bug 1215413",
"url": "https://bugzilla.suse.com/1215413"
},
{
"category": "self",
"summary": "SUSE Bug 1215497",
"url": "https://bugzilla.suse.com/1215497"
},
{
"category": "self",
"summary": "SUSE Bug 1215756",
"url": "https://bugzilla.suse.com/1215756"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for SUSE Manager Server 4.3",
"tracking": {
"current_release_date": "2023-09-28T11:38:00Z",
"generator": {
"date": "2023-09-28T11:38:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3861-1",
"initial_release_date": "2023-09-28T11:38:00Z",
"revision_history": [
{
"date": "2023-09-28T11:38:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.aarch64",
"product": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.aarch64",
"product_id": "hub-xmlrpc-api-0.7-150400.5.9.15.aarch64"
}
},
{
"category": "product_version",
"name": "inter-server-sync-0.3.0-150400.3.21.15.aarch64",
"product": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.aarch64",
"product_id": "inter-server-sync-0.3.0-150400.3.21.15.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.aarch64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64",
"product_id": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64",
"product_id": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.aarch64"
}
},
{
"category": "product_version",
"name": "susemanager-4.3.31-150400.3.36.12.aarch64",
"product": {
"name": "susemanager-4.3.31-150400.3.36.12.aarch64",
"product_id": "susemanager-4.3.31-150400.3.36.12.aarch64"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.3.31-150400.3.36.12.aarch64",
"product": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.aarch64",
"product_id": "susemanager-tools-4.3.31-150400.3.36.12.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "billing-data-service-0.3-150400.10.6.13.noarch",
"product": {
"name": "billing-data-service-0.3-150400.10.6.13.noarch",
"product_id": "billing-data-service-0.3-150400.10.6.13.noarch"
}
},
{
"category": "product_version",
"name": "cobbler-3.3.3-150400.5.33.13.noarch",
"product": {
"name": "cobbler-3.3.3-150400.5.33.13.noarch",
"product_id": "cobbler-3.3.3-150400.5.33.13.noarch"
}
},
{
"category": "product_version",
"name": "cobbler-tests-3.3.3-150400.5.33.13.noarch",
"product": {
"name": "cobbler-tests-3.3.3-150400.5.33.13.noarch",
"product_id": "cobbler-tests-3.3.3-150400.5.33.13.noarch"
}
},
{
"category": "product_version",
"name": "cobbler-tests-containers-3.3.3-150400.5.33.13.noarch",
"product": {
"name": "cobbler-tests-containers-3.3.3-150400.5.33.13.noarch",
"product_id": "cobbler-tests-containers-3.3.3-150400.5.33.13.noarch"
}
},
{
"category": "product_version",
"name": "grafana-formula-0.9.0-150400.3.12.1.noarch",
"product": {
"name": "grafana-formula-0.9.0-150400.3.12.1.noarch",
"product_id": "grafana-formula-0.9.0-150400.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"product": {
"name": "image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"product_id": "image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch"
}
},
{
"category": "product_version",
"name": "prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"product": {
"name": "prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"product_id": "prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch"
}
},
{
"category": "product_version",
"name": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"product": {
"name": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"product_id": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
}
},
{
"category": "product_version",
"name": "saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"product": {
"name": "saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"product_id": "saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-4.3.23-150400.3.24.13.noarch",
"product": {
"name": "spacecmd-4.3.23-150400.3.24.13.noarch",
"product_id": "spacecmd-4.3.23-150400.3.24.13.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"product": {
"name": "spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"product_id": "spacewalk-admin-4.3.13-150400.3.12.13.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-app-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-cdn-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-cdn-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-cdn-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-server-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"product": {
"name": "spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"product_id": "spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-base-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-base-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"product": {
"name": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"product_id": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-config-4.3.11-150400.3.9.13.noarch",
"product": {
"name": "spacewalk-config-4.3.11-150400.3.9.13.noarch",
"product_id": "spacewalk-config-4.3.11-150400.3.9.13.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-dobby-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-dobby-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-dobby-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-html-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-html-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-html-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-html-debug-4.3.33-150400.3.27.16.noarch",
"product": {
"name": "spacewalk-html-debug-4.3.33-150400.3.27.16.noarch",
"product_id": "spacewalk-html-debug-4.3.33-150400.3.27.16.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-java-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-java-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-apidoc-sources-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-java-apidoc-sources-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-java-apidoc-sources-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-java-config-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-java-lib-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"product": {
"name": "spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"product_id": "spacewalk-setup-4.3.18-150400.3.27.13.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"product": {
"name": "spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"product_id": "spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"product": {
"name": "supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"product_id": "supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"product": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"product_id": "supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"product": {
"name": "supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"product_id": "supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-docs_en-4.3-150400.9.38.2.noarch",
"product": {
"name": "susemanager-docs_en-4.3-150400.9.38.2.noarch",
"product_id": "susemanager-docs_en-4.3-150400.9.38.2.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"product": {
"name": "susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"product_id": "susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-schema-4.3.20-150400.3.24.17.noarch",
"product": {
"name": "susemanager-schema-4.3.20-150400.3.24.17.noarch",
"product_id": "susemanager-schema-4.3.20-150400.3.24.17.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-schema-sanity-4.3.20-150400.3.24.17.noarch",
"product": {
"name": "susemanager-schema-sanity-4.3.20-150400.3.24.17.noarch",
"product_id": "susemanager-schema-sanity-4.3.20-150400.3.24.17.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"product": {
"name": "susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"product_id": "susemanager-schema-utility-4.3.20-150400.3.24.17.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-sls-4.3.35-150400.3.31.12.noarch",
"product": {
"name": "susemanager-sls-4.3.35-150400.3.31.12.noarch",
"product_id": "susemanager-sls-4.3.35-150400.3.31.12.noarch"
}
},
{
"category": "product_version",
"name": "uyuni-config-modules-4.3.35-150400.3.31.12.noarch",
"product": {
"name": "uyuni-config-modules-4.3.35-150400.3.31.12.noarch",
"product_id": "uyuni-config-modules-4.3.35-150400.3.31.12.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"product": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"product_id": "hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le"
}
},
{
"category": "product_version",
"name": "inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"product": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"product_id": "inter-server-sync-0.3.0-150400.3.21.15.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"product_id": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"product_id": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le"
}
},
{
"category": "product_version",
"name": "susemanager-4.3.31-150400.3.36.12.ppc64le",
"product": {
"name": "susemanager-4.3.31-150400.3.36.12.ppc64le",
"product_id": "susemanager-4.3.31-150400.3.36.12.ppc64le"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"product": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"product_id": "susemanager-tools-4.3.31-150400.3.36.12.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"product": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"product_id": "hub-xmlrpc-api-0.7-150400.5.9.15.s390x"
}
},
{
"category": "product_version",
"name": "inter-server-sync-0.3.0-150400.3.21.15.s390x",
"product": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.s390x",
"product_id": "inter-server-sync-0.3.0-150400.3.21.15.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"product_id": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"product_id": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.s390x"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"product_id": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x"
}
},
{
"category": "product_version",
"name": "susemanager-4.3.31-150400.3.36.12.s390x",
"product": {
"name": "susemanager-4.3.31-150400.3.36.12.s390x",
"product_id": "susemanager-4.3.31-150400.3.36.12.s390x"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.3.31-150400.3.36.12.s390x",
"product": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.s390x",
"product_id": "susemanager-tools-4.3.31-150400.3.36.12.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"product": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"product_id": "hub-xmlrpc-api-0.7-150400.5.9.15.x86_64"
}
},
{
"category": "product_version",
"name": "inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"product": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"product_id": "inter-server-sync-0.3.0-150400.3.21.15.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"product_id": "python2-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"product_id": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64"
}
},
{
"category": "product_version",
"name": "susemanager-4.3.31-150400.3.36.12.x86_64",
"product": {
"name": "susemanager-4.3.31-150400.3.36.12.x86_64",
"product_id": "susemanager-4.3.31-150400.3.36.12.x86_64"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"product": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"product_id": "susemanager-tools-4.3.31-150400.3.36.12.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.3",
"product": {
"name": "SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.3",
"product": {
"name": "SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
},
"product_reference": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-150400.3.24.13.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch"
},
"product_reference": "spacecmd-4.3.23-150400.3.24.13.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
},
"product_reference": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch"
},
"product_reference": "supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "billing-data-service-0.3-150400.10.6.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:billing-data-service-0.3-150400.10.6.13.noarch"
},
"product_reference": "billing-data-service-0.3-150400.10.6.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cobbler-3.3.3-150400.5.33.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:cobbler-3.3.3-150400.5.33.13.noarch"
},
"product_reference": "cobbler-3.3.3-150400.5.33.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-formula-0.9.0-150400.3.12.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:grafana-formula-0.9.0-150400.3.12.1.noarch"
},
"product_reference": "grafana-formula-0.9.0-150400.3.12.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le"
},
"product_reference": "hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.s390x"
},
"product_reference": "hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "hub-xmlrpc-api-0.7-150400.5.9.15.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.x86_64"
},
"product_reference": "hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch"
},
"product_reference": "image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.ppc64le"
},
"product_reference": "inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.s390x"
},
"product_reference": "inter-server-sync-0.3.0-150400.3.21.15.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.3.0-150400.3.21.15.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.x86_64"
},
"product_reference": "inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch"
},
"product_reference": "prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
},
"product_reference": "python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch"
},
"product_reference": "saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-150400.3.24.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch"
},
"product_reference": "spacecmd-4.3.23-150400.3.24.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-admin-4.3.13-150400.3.12.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-admin-4.3.13-150400.3.12.13.noarch"
},
"product_reference": "spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-app-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-app-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-server-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-server-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch"
},
"product_reference": "spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-base-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-base-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch"
},
"product_reference": "spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-config-4.3.11-150400.3.9.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-config-4.3.11-150400.3.9.13.noarch"
},
"product_reference": "spacewalk-config-4.3.11-150400.3.9.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-html-4.3.33-150400.3.27.16.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-html-4.3.33-150400.3.27.16.noarch"
},
"product_reference": "spacewalk-html-4.3.33-150400.3.27.16.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-4.3.66-150400.3.60.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-java-4.3.66-150400.3.60.1.noarch"
},
"product_reference": "spacewalk-java-4.3.66-150400.3.60.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-config-4.3.66-150400.3.60.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-java-config-4.3.66-150400.3.60.1.noarch"
},
"product_reference": "spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-lib-4.3.66-150400.3.60.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-java-lib-4.3.66-150400.3.60.1.noarch"
},
"product_reference": "spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch"
},
"product_reference": "spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-setup-4.3.18-150400.3.27.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-setup-4.3.18-150400.3.27.13.noarch"
},
"product_reference": "spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch"
},
"product_reference": "spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch"
},
"product_reference": "supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.3.31-150400.3.36.12.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.ppc64le"
},
"product_reference": "susemanager-4.3.31-150400.3.36.12.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.3.31-150400.3.36.12.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.s390x"
},
"product_reference": "susemanager-4.3.31-150400.3.36.12.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.3.31-150400.3.36.12.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.x86_64"
},
"product_reference": "susemanager-4.3.31-150400.3.36.12.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-docs_en-4.3-150400.9.38.2.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-docs_en-4.3-150400.9.38.2.noarch"
},
"product_reference": "susemanager-docs_en-4.3-150400.9.38.2.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch"
},
"product_reference": "susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-schema-4.3.20-150400.3.24.17.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-schema-4.3.20-150400.3.24.17.noarch"
},
"product_reference": "susemanager-schema-4.3.20-150400.3.24.17.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-schema-utility-4.3.20-150400.3.24.17.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-schema-utility-4.3.20-150400.3.24.17.noarch"
},
"product_reference": "susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-sls-4.3.35-150400.3.31.12.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-sls-4.3.35-150400.3.31.12.noarch"
},
"product_reference": "susemanager-sls-4.3.35-150400.3.31.12.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.ppc64le"
},
"product_reference": "susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.s390x"
},
"product_reference": "susemanager-tools-4.3.31-150400.3.36.12.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.3.31-150400.3.36.12.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.x86_64"
},
"product_reference": "susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uyuni-config-modules-4.3.35-150400.3.31.12.noarch as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:uyuni-config-modules-4.3.35-150400.3.31.12.noarch"
},
"product_reference": "uyuni-config-modules-4.3.35-150400.3.31.12.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Proxy Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:billing-data-service-0.3-150400.10.6.13.noarch",
"SUSE Manager Server Module 4.3:cobbler-3.3.3-150400.5.33.13.noarch",
"SUSE Manager Server Module 4.3:grafana-formula-0.9.0-150400.3.12.1.noarch",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"SUSE Manager Server Module 4.3:image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.s390x",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"SUSE Manager Server Module 4.3:prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"SUSE Manager Server Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Server Module 4.3:saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-config-4.3.11-150400.3.9.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-html-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:susemanager-docs_en-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-sls-4.3.35-150400.3.31.12.noarch",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:uyuni-config-modules-4.3.35-150400.3.31.12.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Proxy Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:billing-data-service-0.3-150400.10.6.13.noarch",
"SUSE Manager Server Module 4.3:cobbler-3.3.3-150400.5.33.13.noarch",
"SUSE Manager Server Module 4.3:grafana-formula-0.9.0-150400.3.12.1.noarch",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"SUSE Manager Server Module 4.3:image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.s390x",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"SUSE Manager Server Module 4.3:prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"SUSE Manager Server Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Server Module 4.3:saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-config-4.3.11-150400.3.9.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-html-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:susemanager-docs_en-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-sls-4.3.35-150400.3.31.12.noarch",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:uyuni-config-modules-4.3.35-150400.3.31.12.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Proxy Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Proxy Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-client-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Proxy Module 4.3:supportutils-plugin-susemanager-proxy-4.3.3-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:billing-data-service-0.3-150400.10.6.13.noarch",
"SUSE Manager Server Module 4.3:cobbler-3.3.3-150400.5.33.13.noarch",
"SUSE Manager Server Module 4.3:grafana-formula-0.9.0-150400.3.12.1.noarch",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.ppc64le",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.s390x",
"SUSE Manager Server Module 4.3:hub-xmlrpc-api-0.7-150400.5.9.15.x86_64",
"SUSE Manager Server Module 4.3:image-sync-formula-0.1.1692188980.9aa0455-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.ppc64le",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.s390x",
"SUSE Manager Server Module 4.3:inter-server-sync-0.3.0-150400.3.21.15.x86_64",
"SUSE Manager Server Module 4.3:prometheus-exporters-formula-1.3.0-150400.3.3.13.noarch",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.ppc64le",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.s390x",
"SUSE Manager Server Module 4.3:prometheus-postgres_exporter-0.10.1-150400.3.6.17.x86_64",
"SUSE Manager Server Module 4.3:python3-spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.ppc64le",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.s390x",
"SUSE Manager Server Module 4.3:python3-uyuni-common-libs-4.3.9-150400.3.15.13.x86_64",
"SUSE Manager Server Module 4.3:saltboot-formula-0.1.1692188980.9aa0455-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacecmd-4.3.23-150400.3.24.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-admin-4.3.13-150400.3.12.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-app-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-applet-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-common-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-config-files-tool-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-iss-export-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-package-push-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-server-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-sql-postgresql-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-tools-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xml-export-libs-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-backend-xmlrpc-4.3.23-150400.3.27.19.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-base-minimal-config-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-certs-tools-4.3.19-150400.3.18.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-config-4.3.11-150400.3.9.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-html-4.3.33-150400.3.27.16.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-config-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-lib-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-java-postgresql-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:spacewalk-setup-4.3.18-150400.3.27.13.noarch",
"SUSE Manager Server Module 4.3:spacewalk-taskomatic-4.3.66-150400.3.60.1.noarch",
"SUSE Manager Server Module 4.3:supportutils-plugin-susemanager-4.3.9-150400.3.15.13.noarch",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:susemanager-docs_en-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-docs_en-pdf-4.3-150400.9.38.2.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-schema-utility-4.3.20-150400.3.24.17.noarch",
"SUSE Manager Server Module 4.3:susemanager-sls-4.3.35-150400.3.31.12.noarch",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.ppc64le",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.s390x",
"SUSE Manager Server Module 4.3:susemanager-tools-4.3.31-150400.3.36.12.x86_64",
"SUSE Manager Server Module 4.3:uyuni-config-modules-4.3.35-150400.3.31.12.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:38:00Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3867-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:42 - Updated: 2023-09-28 11:42Summary
Security update for SUSE Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-lusitaniae-apache_exporter:
- Security issues fixed:
* CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)
* CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)
* CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)
- Changes and bugs fixed:
* Updated to 1.0.0 (jsc#PED-5405)
+ Improved flag parsing
+ Added support for custom headers
* Changes from 0.13.1
+ Fix panic caused by missing flagConfig options
* Added AppArmor profile
* Added sandboxing options to systemd service unit
* Build using promu
* Build with Go 1.19
* Exclude s390 architecture
golang-github-prometheus-alertmanager:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
golang-github-prometheus-node_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
golang-github-prometheus-prometheus:
- This update introduces breaking changes. Please, read carefully the provided informations.
- Security issues fixed:
* CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298)
- Updated to 2.45.0 (jsc#PED-5406):
* [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint
* [FEATURE] Config: Add limits to global config
* [FEATURE] Consul SD: Added support for `path_prefix`
* [FEATURE] Native histograms: Add option to scrape both classic and native histograms.
* [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`
* [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed
* [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace
* [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set
to its former value 120
* [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails
* [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner
* [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk
* [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault
* [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder
* [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call
* [BUGFIX] TSDB: Use path/filepath to set the WAL directory.
- Changes from 2.44.0:
* [FEATURE] Remote-read: Handle native histograms
* [FEATURE] Promtool: Health and readiness check of prometheus server in CLI
* [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries
* [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples
* [ENHANCEMENT] Scrape: Reduce memory allocations on target labels
* [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`
* [ENHANCEMENT] Rules API: Allow filtering by rule name
* [ENHANCEMENT] Native Histograms: Various fixes and improvements
* [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive
* [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair
* [BUGFIX] TSDB: Block compaction failed when shutting down
* [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted
- Changes from 2.43.1
* [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules
- Changes from 2.43.0:
* [FEATURE] Promtool: Add HTTP client configuration to query commands
* [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files
* [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests
* [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables
* [ENHANCEMENT] API: Add support for setting lookback delta per query via the API
* [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled
* [ENHANCEMENT] Scrape: Allow exemplars for all metric types
* [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size
* [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL
* [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible
* [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion
* [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading
* [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks`
metrics when reading WAL
* [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the
`prometheus_tsdb_sample_ooo_delta` metric
- Changes from 2.42.0:
This release comes with a new feature coverage for native histograms and breaking changes.
If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the
old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the
latest data. Additionally, if you scrape 'float histograms' or use recording rules on native histograms in v2.42.0
(which writes float histograms), it is a one-way street since older versions do not support float histograms.
* [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms
* [FEATURE] Add 'keep_firing_for' field to alerting rules
* [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump
* [ENHANCEMENT] Agent: Native histogram support.
* [ENHANCEMENT] Rules: Support native histograms in recording rules
* [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes
* [ENHANCEMENT] SD: Add VM size label to azure service discovery
* [ENHANCEMENT] Support native histograms in federation
* [ENHANCEMENT] TSDB: Add gauge histogram support
* [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values
* [ENHANCEMENT] UI: Show individual scrape pools on /targets page
- Changes from 2.41.0:
* [FEATURE] Relabeling: Add keepequal and dropequal relabel actions
* [FEATURE] Add support for HTTP proxy headers
* [ENHANCEMENT] Reload private certificates when changed on disk
* [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config
* [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info
* [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs
* [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total
* [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling
* [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators
* [ENHANCEMENT] TSDB: Optimize postings offset table reading
* [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling
* [BUGFIX] Remote Write receiver and rule manager: Fix error handling
- Changes from 2.40.7:
* [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms
- Changes from 2.40.5:
* [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators
- Changes from 2.40.3:
* [BUGFIX] TSDB: Fix compaction after a deletion is called
- Changes from 2.40.2:
* [BUGFIX] UI: Fix black-on-black metric name color in dark mode
- Changes from 2.40.1:
* [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture
* [BUGFIX] Scrape: Fix accept headers
- Changes from 2.40.0:
* [FEATURE] Add experimental support for native histograms.
Enable with the flag --enable-feature=native-histograms.
* [FEATURE] SD: Add service discovery for OVHcloud
* [ENHANCEMENT] Kubernetes SD: Use protobuf encoding
* [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed
* [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition
config in consul_sd_config
* [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series
- Changes from 2.39.1:
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts
- Changes from 2.39.0:
* [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via
out_of_order_time_window field in the config file; check config file docs for more info
* [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing
GET support.
* [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label.
* [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label.
* [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label.
* [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory.
* [ENHANCEMENT] TSDB: Improve WAL replay timings.
* [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory.
* [ENHANCEMENT] TSDB: Allow overlapping blocks by default.
--storage.tsdb.allow-overlapping-blocks now has no effect.
* [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard.
* [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.
* [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup.
* [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries.
* [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired.
- Changes from 2.38.0:
* [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions.
* [FEATURE]: UI: Add support for formatting PromQL expressions in the UI.
* [FEATURE]: DNS SD: Support MX records for discovering targets.
* [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to
Go time.Time values
* [ENHANCEMENT]: Kubernetes SD: Add
__meta_kubernetes_service_port_number meta label indicating the service port number.
__meta_kubernetes_pod_container_image meta label indicating the container image.
* [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message.
* [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio.
* [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead.
* [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80)
or HTTPS (:443) ports in the target's scrape address.
* [BUGFIX]: TSDB: In the WAL watcher metrics, expose the
type='exemplar' label instead of type='unknown' for exemplar records.
* [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading.
golang-github-QubitProducts-exporter_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
grafana:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
prometheus-blackbox_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
prometheus-postgres_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
spacecmd:
- Updated to 4.3.23-1
* Update translation strings
supportutils-plugin-susemanager-client:
- Updated to 4.3.3-1
* Write configured crypto-policy in supportconfig
* Add cloud and Pay-as-you-go checks
uyuni-common-libs:
- Updated to 4.3.9-1
* Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)
Patchnames: SUSE-2023-3867,SUSE-SLE-Manager-Tools-12-2023-3867,SUSE-SLE-SERVER-12-SP5-2023-3867
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
46 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
46 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
46 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
46 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Security issues fixed:\n * CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)\n * CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)\n * CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)\n- Changes and bugs fixed:\n * Updated to 1.0.0 (jsc#PED-5405)\n + Improved flag parsing\n + Added support for custom headers\n * Changes from 0.13.1\n + Fix panic caused by missing flagConfig options\n * Added AppArmor profile\n * Added sandboxing options to systemd service unit\n * Build using promu\n * Build with Go 1.19\n * Exclude s390 architecture\n\ngolang-github-prometheus-alertmanager:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-prometheus-node_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-prometheus-prometheus:\n\n- This update introduces breaking changes. Please, read carefully the provided informations.\n- Security issues fixed:\n * CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298)\n- Updated to 2.45.0 (jsc#PED-5406):\n * [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint\n * [FEATURE] Config: Add limits to global config\n * [FEATURE] Consul SD: Added support for `path_prefix`\n * [FEATURE] Native histograms: Add option to scrape both classic and native histograms.\n * [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`\n * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed\n * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace\n * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set\n to its former value 120\n * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails\n * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner\n * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk\n * [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault\n * [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder\n * [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call\n * [BUGFIX] TSDB: Use path/filepath to set the WAL directory.\n- Changes from 2.44.0:\n * [FEATURE] Remote-read: Handle native histograms\n * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI\n * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries\n * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples\n * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels\n * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`\n * [ENHANCEMENT] Rules API: Allow filtering by rule name\n * [ENHANCEMENT] Native Histograms: Various fixes and improvements\n * [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive\n * [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair\n * [BUGFIX] TSDB: Block compaction failed when shutting down\n * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted\n- Changes from 2.43.1\n * [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules\n- Changes from 2.43.0:\n * [FEATURE] Promtool: Add HTTP client configuration to query commands\n * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files\n * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests\n * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables\n * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API\n * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled\n * [ENHANCEMENT] Scrape: Allow exemplars for all metric types\n * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size\n * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL\n * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible\n * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion\n * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading\n * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks`\n metrics when reading WAL\n * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the\n `prometheus_tsdb_sample_ooo_delta` metric\n- Changes from 2.42.0:\n This release comes with a new feature coverage for native histograms and breaking changes.\n If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the\n old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the\n latest data. Additionally, if you scrape \u0027float histograms\u0027 or use recording rules on native histograms in v2.42.0\n (which writes float histograms), it is a one-way street since older versions do not support float histograms.\n * [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms\n * [FEATURE] Add \u0027keep_firing_for\u0027 field to alerting rules\n * [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump\n * [ENHANCEMENT] Agent: Native histogram support.\n * [ENHANCEMENT] Rules: Support native histograms in recording rules\n * [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes\n * [ENHANCEMENT] SD: Add VM size label to azure service discovery\n * [ENHANCEMENT] Support native histograms in federation\n * [ENHANCEMENT] TSDB: Add gauge histogram support\n * [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values\n * [ENHANCEMENT] UI: Show individual scrape pools on /targets page\n- Changes from 2.41.0:\n * [FEATURE] Relabeling: Add keepequal and dropequal relabel actions\n * [FEATURE] Add support for HTTP proxy headers\n * [ENHANCEMENT] Reload private certificates when changed on disk\n * [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config\n * [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info\n * [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs\n * [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total\n * [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling\n * [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators\n * [ENHANCEMENT] TSDB: Optimize postings offset table reading\n * [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling\n * [BUGFIX] Remote Write receiver and rule manager: Fix error handling\n- Changes from 2.40.7:\n * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms\n- Changes from 2.40.5:\n * [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators\n- Changes from 2.40.3:\n * [BUGFIX] TSDB: Fix compaction after a deletion is called\n- Changes from 2.40.2:\n * [BUGFIX] UI: Fix black-on-black metric name color in dark mode\n- Changes from 2.40.1:\n * [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture\n * [BUGFIX] Scrape: Fix accept headers\n- Changes from 2.40.0:\n * [FEATURE] Add experimental support for native histograms.\n Enable with the flag --enable-feature=native-histograms.\n * [FEATURE] SD: Add service discovery for OVHcloud\n * [ENHANCEMENT] Kubernetes SD: Use protobuf encoding\n * [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed\n * [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition\n config in consul_sd_config\n * [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series\n- Changes from 2.39.1:\n * [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts\n- Changes from 2.39.0:\n * [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via\n out_of_order_time_window field in the config file; check config file docs for more info\n * [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing\n GET support.\n * [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label.\n * [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label.\n * [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label.\n * [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory.\n * [ENHANCEMENT] TSDB: Improve WAL replay timings.\n * [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory.\n * [ENHANCEMENT] TSDB: Allow overlapping blocks by default.\n --storage.tsdb.allow-overlapping-blocks now has no effect.\n * [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard.\n * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.\n * [BUGFIX] TSDB: Fix \u0027invalid magic number 0\u0027 error on Prometheus startup.\n * [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries.\n * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired.\n- Changes from 2.38.0:\n * [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions.\n * [FEATURE]: UI: Add support for formatting PromQL expressions in the UI.\n * [FEATURE]: DNS SD: Support MX records for discovering targets.\n * [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to\n Go time.Time values\n * [ENHANCEMENT]: Kubernetes SD: Add\n __meta_kubernetes_service_port_number meta label indicating the service port number.\n __meta_kubernetes_pod_container_image meta label indicating the container image.\n * [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message.\n * [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio.\n * [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead.\n * [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80)\n or HTTPS (:443) ports in the target\u0027s scrape address.\n * [BUGFIX]: TSDB: In the WAL watcher metrics, expose the\n type=\u0027exemplar\u0027 label instead of type=\u0027unknown\u0027 for exemplar records.\n * [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading.\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngrafana:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-blackbox_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-postgres_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nspacecmd:\n\n- Updated to 4.3.23-1\n * Update translation strings\n\nsupportutils-plugin-susemanager-client:\n\n- Updated to 4.3.3-1\n * Write configured crypto-policy in supportconfig\n * Add cloud and Pay-as-you-go checks\n\nuyuni-common-libs:\n\n- Updated to 4.3.9-1\n * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3867,SUSE-SLE-Manager-Tools-12-2023-3867,SUSE-SLE-SERVER-12-SP5-2023-3867",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3867-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3867-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233867-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3867-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031790.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204501",
"url": "https://bugzilla.suse.com/1204501"
},
{
"category": "self",
"summary": "SUSE Bug 1208046",
"url": "https://bugzilla.suse.com/1208046"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1208298",
"url": "https://bugzilla.suse.com/1208298"
},
{
"category": "self",
"summary": "SUSE Bug 1208692",
"url": "https://bugzilla.suse.com/1208692"
},
{
"category": "self",
"summary": "SUSE Bug 1211525",
"url": "https://bugzilla.suse.com/1211525"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32149 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32149/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-46146 page",
"url": "https://www.suse.com/security/cve/CVE-2022-46146/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for SUSE Manager Client Tools",
"tracking": {
"current_release_date": "2023-09-28T11:42:18Z",
"generator": {
"date": "2023-09-28T11:42:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3867-1",
"initial_release_date": "2023-09-28T11:42:18Z",
"revision_history": [
{
"date": "2023-09-28T11:42:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-1.54.3.aarch64",
"product": {
"name": "grafana-9.5.5-1.54.3.aarch64",
"product_id": "grafana-9.5.5-1.54.3.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586",
"product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-1.54.3.i586",
"product": {
"name": "grafana-9.5.5-1.54.3.i586",
"product_id": "grafana-9.5.5-1.54.3.i586"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586",
"product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.i586",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.i586",
"product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.i586"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.i586",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.i586",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "spacecmd-4.3.23-38.127.3.noarch",
"product": {
"name": "spacecmd-4.3.23-38.127.3.noarch",
"product_id": "spacecmd-4.3.23-38.127.3.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
"product": {
"name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
"product_id": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-1.54.3.ppc64le",
"product": {
"name": "grafana-9.5.5-1.54.3.ppc64le",
"product_id": "grafana-9.5.5-1.54.3.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-1.54.3.s390x",
"product": {
"name": "grafana-9.5.5-1.54.3.s390x",
"product_id": "grafana-9.5.5-1.54.3.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-1.54.3.x86_64",
"product": {
"name": "grafana-9.5.5-1.54.3.x86_64",
"product_id": "grafana-9.5.5-1.54.3.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 12",
"product": {
"name": "SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12"
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-1.54.3.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64"
},
"product_reference": "grafana-9.5.5-1.54.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-1.54.3.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le"
},
"product_reference": "grafana-9.5.5-1.54.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-1.54.3.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x"
},
"product_reference": "grafana-9.5.5-1.54.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-1.54.3.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64"
},
"product_reference": "grafana-9.5.5-1.54.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64"
},
"product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le"
},
"product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x"
},
"product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64"
},
"product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-38.127.3.noarch as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch"
},
"product_reference": "spacecmd-4.3.23-38.127.3.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32149",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32149"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32149",
"url": "https://www.suse.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "SUSE Bug 1204501 for CVE-2022-32149",
"url": "https://bugzilla.suse.com/1204501"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:42:18Z",
"details": "important"
}
],
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:42:18Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-46146",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-46146"
}
],
"notes": [
{
"category": "general",
"text": "Prometheus Exporter Toolkit is a utility package to build exporters. Prior to versions 0.7.2 and 0.8.2, if someone has access to a Prometheus web.yml file and users\u0027 bcrypted passwords, they can bypass security by poisoning the built-in authentication cache. Versions 0.7.2 and 0.8.2 contain a fix for the issue. There is no workaround, but attacker must have access to the hashed password to use this functionality.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-46146",
"url": "https://www.suse.com/security/cve/CVE-2022-46146"
},
{
"category": "external",
"summary": "SUSE Bug 1208046 for CVE-2022-46146",
"url": "https://bugzilla.suse.com/1208046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:42:18Z",
"details": "important"
}
],
"title": "CVE-2022-46146"
},
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
"SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
"SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
"SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
"SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
"SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
"SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
"SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
"SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
"SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:42:18Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3868-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:43 - Updated: 2023-09-28 11:43Summary
Security update for SUSE Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-lusitaniae-apache_exporter:
- Security issues fixed:
* CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)
* CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)
* CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)
- Changes and bugs fixed:
* Updated to 1.0.0 (jsc#PED-5405)
+ Improved flag parsing
+ Added support for custom headers
* Changes from 0.13.1
+ Fix panic caused by missing flagConfig options
* Added AppArmor profile
* Added sandboxing options to systemd service unit
* Build using promu
* Build with Go 1.19
* Exclude s390 architecture
golang-github-prometheus-prometheus:
- This update introduces breaking changes. Please, read carefully the provided informations.
- Security issues fixed:
* CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298)
- Updated to 2.45.0 (jsc#PED-5406):
* [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint
* [FEATURE] Config: Add limits to global config
* [FEATURE] Consul SD: Added support for `path_prefix`
* [FEATURE] Native histograms: Add option to scrape both classic and native histograms.
* [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`
* [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed
* [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace
* [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set
to its former value 120
* [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails
* [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner
* [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk
* [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault
* [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder
* [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call
* [BUGFIX] TSDB: Use path/filepath to set the WAL directory.
- Changes from 2.44.0:
* [FEATURE] Remote-read: Handle native histograms
* [FEATURE] Promtool: Health and readiness check of prometheus server in CLI
* [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries
* [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples
* [ENHANCEMENT] Scrape: Reduce memory allocations on target labels
* [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`
* [ENHANCEMENT] Rules API: Allow filtering by rule name
* [ENHANCEMENT] Native Histograms: Various fixes and improvements
* [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive
* [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair
* [BUGFIX] TSDB: Block compaction failed when shutting down
* [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted
- Changes from 2.43.1
* [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules
- Changes from 2.43.0:
* [FEATURE] Promtool: Add HTTP client configuration to query commands
* [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files
* [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests
* [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables
* [ENHANCEMENT] API: Add support for setting lookback delta per query via the API
* [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled
* [ENHANCEMENT] Scrape: Allow exemplars for all metric types
* [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size
* [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL
* [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible
* [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion
* [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading
* [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks`
metrics when reading WAL
* [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the
`prometheus_tsdb_sample_ooo_delta` metric
- Changes from 2.42.0:
This release comes with a new feature coverage for native histograms and breaking changes.
If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the
old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the
latest data. Additionally, if you scrape 'float histograms' or use recording rules on native histograms in v2.42.0
(which writes float histograms), it is a one-way street since older versions do not support float histograms.
* [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms
* [FEATURE] Add 'keep_firing_for' field to alerting rules
* [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump
* [ENHANCEMENT] Agent: Native histogram support.
* [ENHANCEMENT] Rules: Support native histograms in recording rules
* [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes
* [ENHANCEMENT] SD: Add VM size label to azure service discovery
* [ENHANCEMENT] Support native histograms in federation
* [ENHANCEMENT] TSDB: Add gauge histogram support
* [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values
* [ENHANCEMENT] UI: Show individual scrape pools on /targets page
- Changes from 2.41.0:
* [FEATURE] Relabeling: Add keepequal and dropequal relabel actions
* [FEATURE] Add support for HTTP proxy headers
* [ENHANCEMENT] Reload private certificates when changed on disk
* [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config
* [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info
* [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs
* [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total
* [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling
* [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators
* [ENHANCEMENT] TSDB: Optimize postings offset table reading
* [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling
* [BUGFIX] Remote Write receiver and rule manager: Fix error handling
- Changes from 2.40.7:
* [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms
- Changes from 2.40.5:
* [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators
- Changes from 2.40.3:
* [BUGFIX] TSDB: Fix compaction after a deletion is called
- Changes from 2.40.2:
* [BUGFIX] UI: Fix black-on-black metric name color in dark mode
- Changes from 2.40.1:
* [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture
* [BUGFIX] Scrape: Fix accept headers
- Changes from 2.40.0:
* [FEATURE] Add experimental support for native histograms.
Enable with the flag --enable-feature=native-histograms.
* [FEATURE] SD: Add service discovery for OVHcloud
* [ENHANCEMENT] Kubernetes SD: Use protobuf encoding
* [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed
* [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition
config in consul_sd_config
* [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series
- Changes from 2.39.1:
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts
- Changes from 2.39.0:
* [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via
out_of_order_time_window field in the config file; check config file docs for more info
* [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing
GET support.
* [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label.
* [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label.
* [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label.
* [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory.
* [ENHANCEMENT] TSDB: Improve WAL replay timings.
* [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory.
* [ENHANCEMENT] TSDB: Allow overlapping blocks by default.
--storage.tsdb.allow-overlapping-blocks now has no effect.
* [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard.
* [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.
* [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup.
* [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries.
* [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired.
- Changes from 2.38.0:
* [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions.
* [FEATURE]: UI: Add support for formatting PromQL expressions in the UI.
* [FEATURE]: DNS SD: Support MX records for discovering targets.
* [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to
Go time.Time values
* [ENHANCEMENT]: Kubernetes SD: Add
__meta_kubernetes_service_port_number meta label indicating the service port number.
__meta_kubernetes_pod_container_image meta label indicating the container image.
* [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message.
* [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio.
* [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead.
* [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80)
or HTTPS (:443) ports in the target's scrape address.
* [BUGFIX]: TSDB: In the WAL watcher metrics, expose the
type='exemplar' label instead of type='unknown' for exemplar records.
* [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading.
golang-github-QubitProducts-exporter_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
grafana:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
prometheus-blackbox_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
prometheus-postgres_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
python-pyvmomi:
- Preparing submission to SUSE:SLE-15-SP3:Update as part of ECO PED-3623.
spacecmd:
- Updated to 4.3.23-1
* Update translation strings
supportutils-plugin-susemanager-client:
- Updated to 4.3.3-1
* Write configured crypto-policy in supportconfig
* Add cloud and Pay-as-you-go checks
uyuni-common-libs:
- Updated to 4.3.9-1
* Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)
Patchnames: SUSE-2023-3868,SUSE-SLE-Manager-Tools-15-2023-3868,SUSE-SLE-Manager-Tools-For-Micro-5-2023-3868,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2023-3868,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3868,SUSE-SLE-Module-SUSE-Manager-Server-4.2-2023-3868,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2023-3868,openSUSE-SLE-15.4-2023-3868,openSUSE-SLE-15.5-2023-3868
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
121 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
121 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
121 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
121 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
24 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Security issues fixed:\n * CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)\n * CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)\n * CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)\n- Changes and bugs fixed:\n * Updated to 1.0.0 (jsc#PED-5405)\n + Improved flag parsing\n + Added support for custom headers\n * Changes from 0.13.1\n + Fix panic caused by missing flagConfig options\n * Added AppArmor profile\n * Added sandboxing options to systemd service unit\n * Build using promu\n * Build with Go 1.19\n * Exclude s390 architecture\n\ngolang-github-prometheus-prometheus:\n\n- This update introduces breaking changes. Please, read carefully the provided informations.\n- Security issues fixed:\n * CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298)\n- Updated to 2.45.0 (jsc#PED-5406):\n * [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint\n * [FEATURE] Config: Add limits to global config\n * [FEATURE] Consul SD: Added support for `path_prefix`\n * [FEATURE] Native histograms: Add option to scrape both classic and native histograms.\n * [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`\n * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed\n * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace\n * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set\n to its former value 120\n * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails\n * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner\n * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk\n * [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault\n * [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder\n * [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call\n * [BUGFIX] TSDB: Use path/filepath to set the WAL directory.\n- Changes from 2.44.0:\n * [FEATURE] Remote-read: Handle native histograms\n * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI\n * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries\n * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples\n * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels\n * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`\n * [ENHANCEMENT] Rules API: Allow filtering by rule name\n * [ENHANCEMENT] Native Histograms: Various fixes and improvements\n * [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive\n * [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair\n * [BUGFIX] TSDB: Block compaction failed when shutting down\n * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted\n- Changes from 2.43.1\n * [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules\n- Changes from 2.43.0:\n * [FEATURE] Promtool: Add HTTP client configuration to query commands\n * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files\n * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests\n * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables\n * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API\n * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled\n * [ENHANCEMENT] Scrape: Allow exemplars for all metric types\n * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size\n * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL\n * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible\n * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion\n * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading\n * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks`\n metrics when reading WAL\n * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the\n `prometheus_tsdb_sample_ooo_delta` metric\n- Changes from 2.42.0:\n This release comes with a new feature coverage for native histograms and breaking changes.\n If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the\n old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the\n latest data. Additionally, if you scrape \u0027float histograms\u0027 or use recording rules on native histograms in v2.42.0\n (which writes float histograms), it is a one-way street since older versions do not support float histograms.\n * [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms\n * [FEATURE] Add \u0027keep_firing_for\u0027 field to alerting rules\n * [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump\n * [ENHANCEMENT] Agent: Native histogram support.\n * [ENHANCEMENT] Rules: Support native histograms in recording rules\n * [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes\n * [ENHANCEMENT] SD: Add VM size label to azure service discovery\n * [ENHANCEMENT] Support native histograms in federation\n * [ENHANCEMENT] TSDB: Add gauge histogram support\n * [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values\n * [ENHANCEMENT] UI: Show individual scrape pools on /targets page\n- Changes from 2.41.0:\n * [FEATURE] Relabeling: Add keepequal and dropequal relabel actions\n * [FEATURE] Add support for HTTP proxy headers\n * [ENHANCEMENT] Reload private certificates when changed on disk\n * [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config\n * [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info\n * [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs\n * [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total\n * [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling\n * [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators\n * [ENHANCEMENT] TSDB: Optimize postings offset table reading\n * [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling\n * [BUGFIX] Remote Write receiver and rule manager: Fix error handling\n- Changes from 2.40.7:\n * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms\n- Changes from 2.40.5:\n * [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators\n- Changes from 2.40.3:\n * [BUGFIX] TSDB: Fix compaction after a deletion is called\n- Changes from 2.40.2:\n * [BUGFIX] UI: Fix black-on-black metric name color in dark mode\n- Changes from 2.40.1:\n * [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture\n * [BUGFIX] Scrape: Fix accept headers\n- Changes from 2.40.0:\n * [FEATURE] Add experimental support for native histograms.\n Enable with the flag --enable-feature=native-histograms.\n * [FEATURE] SD: Add service discovery for OVHcloud\n * [ENHANCEMENT] Kubernetes SD: Use protobuf encoding\n * [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed\n * [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition\n config in consul_sd_config\n * [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series\n- Changes from 2.39.1:\n * [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts\n- Changes from 2.39.0:\n * [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via\n out_of_order_time_window field in the config file; check config file docs for more info\n * [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing\n GET support.\n * [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label.\n * [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label.\n * [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label.\n * [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory.\n * [ENHANCEMENT] TSDB: Improve WAL replay timings.\n * [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory.\n * [ENHANCEMENT] TSDB: Allow overlapping blocks by default.\n --storage.tsdb.allow-overlapping-blocks now has no effect.\n * [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard.\n * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.\n * [BUGFIX] TSDB: Fix \u0027invalid magic number 0\u0027 error on Prometheus startup.\n * [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries.\n * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired.\n- Changes from 2.38.0:\n * [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions.\n * [FEATURE]: UI: Add support for formatting PromQL expressions in the UI.\n * [FEATURE]: DNS SD: Support MX records for discovering targets.\n * [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to\n Go time.Time values\n * [ENHANCEMENT]: Kubernetes SD: Add\n __meta_kubernetes_service_port_number meta label indicating the service port number.\n __meta_kubernetes_pod_container_image meta label indicating the container image.\n * [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message.\n * [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio.\n * [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead.\n * [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80)\n or HTTPS (:443) ports in the target\u0027s scrape address.\n * [BUGFIX]: TSDB: In the WAL watcher metrics, expose the\n type=\u0027exemplar\u0027 label instead of type=\u0027unknown\u0027 for exemplar records.\n * [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading.\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngrafana:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-blackbox_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-postgres_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\npython-pyvmomi:\n\n- Preparing submission to SUSE:SLE-15-SP3:Update as part of ECO PED-3623.\n\nspacecmd:\n\n- Updated to 4.3.23-1\n * Update translation strings\n\nsupportutils-plugin-susemanager-client:\n\n- Updated to 4.3.3-1\n * Write configured crypto-policy in supportconfig\n * Add cloud and Pay-as-you-go checks\n\nuyuni-common-libs:\n\n- Updated to 4.3.9-1\n * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3868,SUSE-SLE-Manager-Tools-15-2023-3868,SUSE-SLE-Manager-Tools-For-Micro-5-2023-3868,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2023-3868,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3868,SUSE-SLE-Module-SUSE-Manager-Server-4.2-2023-3868,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2023-3868,openSUSE-SLE-15.4-2023-3868,openSUSE-SLE-15.5-2023-3868",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3868-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3868-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233868-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3868-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031789.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204501",
"url": "https://bugzilla.suse.com/1204501"
},
{
"category": "self",
"summary": "SUSE Bug 1208046",
"url": "https://bugzilla.suse.com/1208046"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1208298",
"url": "https://bugzilla.suse.com/1208298"
},
{
"category": "self",
"summary": "SUSE Bug 1208692",
"url": "https://bugzilla.suse.com/1208692"
},
{
"category": "self",
"summary": "SUSE Bug 1211525",
"url": "https://bugzilla.suse.com/1211525"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32149 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32149/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-46146 page",
"url": "https://www.suse.com/security/cve/CVE-2022-46146/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for SUSE Manager Client Tools",
"tracking": {
"current_release_date": "2023-09-28T11:43:24Z",
"generator": {
"date": "2023-09-28T11:43:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3868-1",
"initial_release_date": "2023-09-28T11:43:24Z",
"revision_history": [
{
"date": "2023-09-28T11:43:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"product_id": "firewalld-prometheus-config-0.1-150000.3.50.3.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"product_id": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-150000.1.54.3.aarch64",
"product": {
"name": "grafana-9.5.5-150000.1.54.3.aarch64",
"product_id": "grafana-9.5.5-150000.1.54.3.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"product_id": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"product_id": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"product_id": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.i586",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.i586",
"product_id": "firewalld-prometheus-config-0.1-150000.3.50.3.i586"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.i586",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.i586",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.i586"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.i586",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.i586",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.i586",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.i586",
"product_id": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.i586"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-150000.1.54.3.i586",
"product": {
"name": "grafana-9.5.5-150000.1.54.3.i586",
"product_id": "grafana-9.5.5-150000.1.54.3.i586"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.i586",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.i586",
"product_id": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.i586"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.i586",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.i586",
"product_id": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.i586"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.i586",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.i586",
"product_id": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.i586"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.i586",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.i586",
"product_id": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python2-pyvmomi-6.7.3-150000.1.6.2.noarch",
"product": {
"name": "python2-pyvmomi-6.7.3-150000.1.6.2.noarch",
"product_id": "python2-pyvmomi-6.7.3-150000.1.6.2.noarch"
}
},
{
"category": "product_version",
"name": "python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"product": {
"name": "python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"product_id": "python3-pyvmomi-6.7.3-150000.1.6.2.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-4.3.23-150000.3.104.2.noarch",
"product": {
"name": "spacecmd-4.3.23-150000.3.104.2.noarch",
"product_id": "spacecmd-4.3.23-150000.3.104.2.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"product": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"product_id": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"product_id": "firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"product_id": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-150000.1.54.3.ppc64le",
"product": {
"name": "grafana-9.5.5-150000.1.54.3.ppc64le",
"product_id": "grafana-9.5.5-150000.1.54.3.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"product_id": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"product_id": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"product_id": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"product_id": "firewalld-prometheus-config-0.1-150000.3.50.3.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"product_id": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-150000.1.54.3.s390x",
"product": {
"name": "grafana-9.5.5-150000.1.54.3.s390x",
"product_id": "grafana-9.5.5-150000.1.54.3.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"product_id": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"product_id": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"product_id": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"product_id": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"product": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"product_id": "firewalld-prometheus-config-0.1-150000.3.50.3.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"product": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"product_id": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64"
}
},
{
"category": "product_version",
"name": "grafana-9.5.5-150000.1.54.3.x86_64",
"product": {
"name": "grafana-9.5.5-150000.1.54.3.x86_64",
"product_id": "grafana-9.5.5-150000.1.54.3.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"product": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"product_id": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"product": {
"name": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"product_id": "python2-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"product": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"product_id": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 15",
"product": {
"name": "SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product": {
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-manager-tools-micro:5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.2",
"product": {
"name": "SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.3",
"product": {
"name": "SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.2",
"product": {
"name": "SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.3",
"product": {
"name": "SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "firewalld-prometheus-config-0.1-150000.3.50.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64"
},
"product_reference": "firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64"
},
"product_reference": "golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150000.1.54.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64"
},
"product_reference": "grafana-9.5.5-150000.1.54.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150000.1.54.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le"
},
"product_reference": "grafana-9.5.5-150000.1.54.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150000.1.54.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x"
},
"product_reference": "grafana-9.5.5-150000.1.54.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150000.1.54.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64"
},
"product_reference": "grafana-9.5.5-150000.1.54.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyvmomi-6.7.3-150000.1.6.2.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch"
},
"product_reference": "python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64"
},
"product_reference": "python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-150000.3.104.2.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch"
},
"product_reference": "spacecmd-4.3.23-150000.3.104.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of SUSE Manager Server Module 4.3",
"product_id": "SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-150000.3.104.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch"
},
"product_reference": "spacecmd-4.3.23-150000.3.104.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64"
},
"product_reference": "prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-150000.3.104.2.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch"
},
"product_reference": "spacecmd-4.3.23-150000.3.104.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
},
"product_reference": "supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32149",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32149"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32149",
"url": "https://www.suse.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "SUSE Bug 1204501 for CVE-2022-32149",
"url": "https://bugzilla.suse.com/1204501"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:43:24Z",
"details": "important"
}
],
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:43:24Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-46146",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-46146"
}
],
"notes": [
{
"category": "general",
"text": "Prometheus Exporter Toolkit is a utility package to build exporters. Prior to versions 0.7.2 and 0.8.2, if someone has access to a Prometheus web.yml file and users\u0027 bcrypted passwords, they can bypass security by poisoning the built-in authentication cache. Versions 0.7.2 and 0.8.2 contain a fix for the issue. There is no workaround, but attacker must have access to the hashed password to use this functionality.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-46146",
"url": "https://www.suse.com/security/cve/CVE-2022-46146"
},
{
"category": "external",
"summary": "SUSE Bug 1208046 for CVE-2022-46146",
"url": "https://bugzilla.suse.com/1208046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:43:24Z",
"details": "important"
}
],
"title": "CVE-2022-46146"
},
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:firewalld-prometheus-config-0.1-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools 15:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Client Tools 15:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-prometheus-2.45.0-150000.3.50.3.x86_64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.aarch64",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.ppc64le",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.s390x",
"SUSE Manager Client Tools 15:grafana-9.5.5-150000.1.54.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools 15:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Client Tools 15:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Client Tools 15:python3-pyvmomi-6.7.3-150000.1.6.2.noarch",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.aarch64",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.ppc64le",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.s390x",
"SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.9-150000.1.36.2.x86_64",
"SUSE Manager Client Tools 15:spacecmd-4.3.23-150000.3.104.2.noarch",
"SUSE Manager Client Tools 15:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Client Tools for SLE Micro 5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.2:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"SUSE Manager Proxy Module 4.3:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.2:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.2:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"SUSE Manager Server Module 4.2:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"SUSE Manager Server Module 4.3:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"SUSE Manager Server Module 4.3:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.4:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.4:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.4:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.4:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.4:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.4:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.aarch64",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.ppc64le",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.s390x",
"openSUSE Leap 15.5:golang-github-QubitProducts-exporter_exporter-0.4.0-150000.1.18.3.x86_64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.aarch64",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.ppc64le",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.s390x",
"openSUSE Leap 15.5:golang-github-lusitaniae-apache_exporter-1.0.0-150000.1.17.2.x86_64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.aarch64",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.ppc64le",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.s390x",
"openSUSE Leap 15.5:prometheus-blackbox_exporter-0.24.0-150000.1.23.3.x86_64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.aarch64",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.ppc64le",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.s390x",
"openSUSE Leap 15.5:prometheus-postgres_exporter-0.10.1-150000.1.14.3.x86_64",
"openSUSE Leap 15.5:spacecmd-4.3.23-150000.3.104.2.noarch",
"openSUSE Leap 15.5:supportutils-plugin-susemanager-client-4.3.3-150000.3.21.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:43:24Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3875-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:45 - Updated: 2023-09-28 11:45Summary
Security update for SUSE Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-lusitaniae-apache_exporter:
- Security issues fixed:
* CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)
* CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)
* CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)
- Changes and bugs fixed:
* Updated to 1.0.0 (jsc#PED-5405)
+ Improved flag parsing
+ Added support for custom headers
* Changes from 0.13.1
+ Fix panic caused by missing flagConfig options
* Changes from 0.11.0 (jsc#SLE-24791)
+ Add TLS support
+ Switch to logger, please check --log.level and --log.format flags
* Changes from 0.10.1
+ Bugfix: Reset ProxyBalancer metrics on each scrape to
remove stale data
* Changes from 0.10.0
+ Add Apache Proxy and other metrics
* Changes from 0.8.0
+ Change commandline flags
+ Add metrics: Apache version, request duration total
* Changes from 0.7.0
+ Handle OS TERM signals
* Changes from 0.6.0
+ Add option to override host name
* Added support for Red Hat Enterprise Linux
* Added AppArmor profile
* Added sandboxing options to systemd service unit
* Build using promu
* Build with Go 1.19
* Exclude s390 architecture
golang-github-prometheus-node_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
golang-github-QubitProducts-exporter_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
prometheus-postgres_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
scap-security-guide:
- Updated to 0.1.69 (jsc#ECO-3319)
- Introduce a JSON build manifest
- Introduce a script to compare ComplianceAsCode versions
- Introduce CCN profiles for Red Hat Enterprise Linux 9
- Map rules to components
- products/anolis23: supports Anolis OS 23
- Render components to HTML
- Store rendered control files
- Test and use rules to components mapping
- Use distributed product properties
- Revert patch that breaks the SLE hardening (bsc#1213691)
- Changes from 0.1.68 (jsc#ECO-3319)
- Bump OL8 STIG version to V1R6
- Introduce a Product class, make the project work with it
- Introduce Fedora and Firefox CaC profiles for common workstation users
- OL7 DISA STIG v2r11 update
- Publish rendered policy artifacts
- Update ANSSI BP-028 to version 2.0
- Changes from 0.1.67 (jsc#ECO-3319)
- Add utils/controlrefcheck.py
- Red Hat Enterprise Linux 9 STIG Update Q1 2023
- Include warning for NetworkManager keyfiles in Red Hat Enterprise Linux 9
- OL7 stig v2r10 update
- Bump version of OL8 STIG to V1R5
- Various enhancements to SLE profiles
spacecmd:
- Updated to 4.3.23-1
* Update translation strings
Patchnames: SUSE-2023-3875,SUSE-EL-9-CLIENT-TOOLS-2023-3875
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
22 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Security issues fixed:\n * CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)\n * CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)\n * CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)\n- Changes and bugs fixed:\n * Updated to 1.0.0 (jsc#PED-5405)\n + Improved flag parsing\n + Added support for custom headers\n * Changes from 0.13.1\n + Fix panic caused by missing flagConfig options\n * Changes from 0.11.0 (jsc#SLE-24791)\n + Add TLS support\n + Switch to logger, please check --log.level and --log.format flags\n * Changes from 0.10.1\n + Bugfix: Reset ProxyBalancer metrics on each scrape to\n remove stale data\n * Changes from 0.10.0\n + Add Apache Proxy and other metrics\n * Changes from 0.8.0\n + Change commandline flags\n + Add metrics: Apache version, request duration total\n * Changes from 0.7.0\n + Handle OS TERM signals\n * Changes from 0.6.0\n + Add option to override host name\n * Added support for Red Hat Enterprise Linux\n * Added AppArmor profile\n * Added sandboxing options to systemd service unit\n * Build using promu\n * Build with Go 1.19\n * Exclude s390 architecture\n\ngolang-github-prometheus-node_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-postgres_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nscap-security-guide:\n\n- Updated to 0.1.69 (jsc#ECO-3319)\n - Introduce a JSON build manifest\n - Introduce a script to compare ComplianceAsCode versions\n - Introduce CCN profiles for Red Hat Enterprise Linux 9\n - Map rules to components\n - products/anolis23: supports Anolis OS 23\n - Render components to HTML\n - Store rendered control files\n - Test and use rules to components mapping\n - Use distributed product properties\n- Revert patch that breaks the SLE hardening (bsc#1213691)\n- Changes from 0.1.68 (jsc#ECO-3319)\n - Bump OL8 STIG version to V1R6\n - Introduce a Product class, make the project work with it\n - Introduce Fedora and Firefox CaC profiles for common workstation users\n - OL7 DISA STIG v2r11 update\n - Publish rendered policy artifacts\n - Update ANSSI BP-028 to version 2.0\n- Changes from 0.1.67 (jsc#ECO-3319)\n - Add utils/controlrefcheck.py\n - Red Hat Enterprise Linux 9 STIG Update Q1 2023\n - Include warning for NetworkManager keyfiles in Red Hat Enterprise Linux 9\n - OL7 stig v2r10 update\n - Bump version of OL8 STIG to V1R5\n- Various enhancements to SLE profiles\n\nspacecmd:\n\n- Updated to 4.3.23-1\n * Update translation strings\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3875,SUSE-EL-9-CLIENT-TOOLS-2023-3875",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3875-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3875-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233875-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3875-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031784.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204501",
"url": "https://bugzilla.suse.com/1204501"
},
{
"category": "self",
"summary": "SUSE Bug 1208046",
"url": "https://bugzilla.suse.com/1208046"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1213691",
"url": "https://bugzilla.suse.com/1213691"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32149 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32149/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-46146 page",
"url": "https://www.suse.com/security/cve/CVE-2022-46146/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for SUSE Manager Client Tools",
"tracking": {
"current_release_date": "2023-09-28T11:45:38Z",
"generator": {
"date": "2023-09-28T11:45:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3875-1",
"initial_release_date": "2023-09-28T11:45:38Z",
"revision_history": [
{
"date": "2023-09-28T11:45:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "scap-security-guide-0.1.69-1.12.2.noarch",
"product": {
"name": "scap-security-guide-0.1.69-1.12.2.noarch",
"product_id": "scap-security-guide-0.1.69-1.12.2.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-debian-0.1.69-1.12.2.noarch",
"product": {
"name": "scap-security-guide-debian-0.1.69-1.12.2.noarch",
"product_id": "scap-security-guide-debian-0.1.69-1.12.2.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"product": {
"name": "scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"product_id": "scap-security-guide-redhat-0.1.69-1.12.2.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"product": {
"name": "scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"product_id": "scap-security-guide-ubuntu-0.1.69-1.12.2.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-4.3.23-1.18.2.noarch",
"product": {
"name": "spacecmd-4.3.23-1.18.2.noarch",
"product_id": "spacecmd-4.3.23-1.18.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"product_id": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE:EL-9:Update:Products:ManagerTools:Update",
"product": {
"name": "SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product": {
"name": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-0.1.69-1.12.2.noarch as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch"
},
"product_reference": "scap-security-guide-0.1.69-1.12.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-debian-0.1.69-1.12.2.noarch as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch"
},
"product_reference": "scap-security-guide-debian-0.1.69-1.12.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.69-1.12.2.noarch as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-ubuntu-0.1.69-1.12.2.noarch as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch"
},
"product_reference": "scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-1.18.2.noarch as component of SUSE:EL-9:Update:Products:ManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
},
"product_reference": "spacecmd-4.3.23-1.18.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:ManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.69-1.12.2.noarch as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.3.23-1.18.2.noarch as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS",
"product_id": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch"
},
"product_reference": "spacecmd-4.3.23-1.18.2.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32149",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32149"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32149",
"url": "https://www.suse.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "SUSE Bug 1204501 for CVE-2022-32149",
"url": "https://bugzilla.suse.com/1204501"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:45:38Z",
"details": "important"
}
],
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:45:38Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-46146",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-46146"
}
],
"notes": [
{
"category": "general",
"text": "Prometheus Exporter Toolkit is a utility package to build exporters. Prior to versions 0.7.2 and 0.8.2, if someone has access to a Prometheus web.yml file and users\u0027 bcrypted passwords, they can bypass security by poisoning the built-in authentication cache. Versions 0.7.2 and 0.8.2 contain a fix for the issue. There is no workaround, but attacker must have access to the hashed password to use this functionality.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-46146",
"url": "https://www.suse.com/security/cve/CVE-2022-46146"
},
{
"category": "external",
"summary": "SUSE Bug 1208046 for CVE-2022-46146",
"url": "https://bugzilla.suse.com/1208046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:45:38Z",
"details": "important"
}
],
"title": "CVE-2022-46146"
},
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:spacecmd-4.3.23-1.18.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-1.6.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.0-1.8.1.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:golang-github-prometheus-node_exporter-1.5.0-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.aarch64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.ppc64le",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.s390x",
"SUSE:EL-9:Update:Products:ManagerTools:Update:prometheus-postgres_exporter-0.10.1-1.9.2.x86_64",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-debian-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-redhat-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:scap-security-guide-ubuntu-0.1.69-1.12.2.noarch",
"SUSE:EL-9:Update:Products:ManagerTools:Update:spacecmd-4.3.23-1.18.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:45:38Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3885-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:52 - Updated: 2023-09-28 11:52Summary
Security update for SUSE Manager Server 4.3
Severity
Important
Notes
Title of the patch: Security update for SUSE Manager Server 4.3
Description of the patch: This update fixes the following issues:
release-notes-susemanager:
- Update to SUSE Manager 4.3.8
* Important Salt minion update
* SUSE Manager Pay-as-you-go (PAYG)
* Automated RHUI credential update
* Monitoring: Prometheus upgraded to 2.45.0
* Monitoring: Apache exporter updated to version 1.0.0
* Expose lastBuildDate property (last build/promote date of an
environment) through contentlifecycle API (jsc#SUMA-280)
* Add saltboot redeploy and repartition based on pillars (jsc#SUMA-158)
* Security CVE issues fixed:
CVE-2023-29409, CVE-2023-20897, CVE-2023-20898
* Bugs mentioned
bsc#1207330, bsc#1208692, bsc#1210935, bsc#1211525, bsc#1211874
bsc#1211884, bsc#1212246, bsc#1212730, bsc#1212814, bsc#1212827
bsc#1212856, bsc#1212943, bsc#1213009, bsc#1213077, bsc#1213288
bsc#1213445, bsc#1213675, bsc#1213716, bsc#1213880, bsc#1214002
bsc#1214121, bsc#1214124, bsc#1214187, bsc#1214266, bsc#1214280
bsc#1214889, bsc#1214982, bsc#1215352, bsc#1215362, bsc#1215497
bsc#1193948, bsc#1214797, bsc#1213441, bsc#1214796, bsc#1213469
bsc#1215413, bsc#1215756
Patchnames: SUSE-2023-3885,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2023-3885,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2023-3885
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.2 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
50 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for SUSE Manager Server 4.3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nrelease-notes-susemanager:\n\n- Update to SUSE Manager 4.3.8\n * Important Salt minion update\n * SUSE Manager Pay-as-you-go (PAYG)\n * Automated RHUI credential update\n * Monitoring: Prometheus upgraded to 2.45.0\n * Monitoring: Apache exporter updated to version 1.0.0\n * Expose lastBuildDate property (last build/promote date of an\n environment) through contentlifecycle API (jsc#SUMA-280)\n * Add saltboot redeploy and repartition based on pillars (jsc#SUMA-158) \n * Security CVE issues fixed:\n CVE-2023-29409, CVE-2023-20897, CVE-2023-20898\n * Bugs mentioned\n bsc#1207330, bsc#1208692, bsc#1210935, bsc#1211525, bsc#1211874\n bsc#1211884, bsc#1212246, bsc#1212730, bsc#1212814, bsc#1212827\n bsc#1212856, bsc#1212943, bsc#1213009, bsc#1213077, bsc#1213288\n bsc#1213445, bsc#1213675, bsc#1213716, bsc#1213880, bsc#1214002\n bsc#1214121, bsc#1214124, bsc#1214187, bsc#1214266, bsc#1214280\n bsc#1214889, bsc#1214982, bsc#1215352, bsc#1215362, bsc#1215497\n bsc#1193948, bsc#1214797, bsc#1213441, bsc#1214796, bsc#1213469\n bsc#1215413, bsc#1215756\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3885,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2023-3885,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2023-3885",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3885-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3885-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233885-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3885-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016389.html"
},
{
"category": "self",
"summary": "SUSE Bug 1193948",
"url": "https://bugzilla.suse.com/1193948"
},
{
"category": "self",
"summary": "SUSE Bug 1207330",
"url": "https://bugzilla.suse.com/1207330"
},
{
"category": "self",
"summary": "SUSE Bug 1208692",
"url": "https://bugzilla.suse.com/1208692"
},
{
"category": "self",
"summary": "SUSE Bug 1210935",
"url": "https://bugzilla.suse.com/1210935"
},
{
"category": "self",
"summary": "SUSE Bug 1211525",
"url": "https://bugzilla.suse.com/1211525"
},
{
"category": "self",
"summary": "SUSE Bug 1211874",
"url": "https://bugzilla.suse.com/1211874"
},
{
"category": "self",
"summary": "SUSE Bug 1211884",
"url": "https://bugzilla.suse.com/1211884"
},
{
"category": "self",
"summary": "SUSE Bug 1212246",
"url": "https://bugzilla.suse.com/1212246"
},
{
"category": "self",
"summary": "SUSE Bug 1212730",
"url": "https://bugzilla.suse.com/1212730"
},
{
"category": "self",
"summary": "SUSE Bug 1212814",
"url": "https://bugzilla.suse.com/1212814"
},
{
"category": "self",
"summary": "SUSE Bug 1212827",
"url": "https://bugzilla.suse.com/1212827"
},
{
"category": "self",
"summary": "SUSE Bug 1212856",
"url": "https://bugzilla.suse.com/1212856"
},
{
"category": "self",
"summary": "SUSE Bug 1212943",
"url": "https://bugzilla.suse.com/1212943"
},
{
"category": "self",
"summary": "SUSE Bug 1213009",
"url": "https://bugzilla.suse.com/1213009"
},
{
"category": "self",
"summary": "SUSE Bug 1213077",
"url": "https://bugzilla.suse.com/1213077"
},
{
"category": "self",
"summary": "SUSE Bug 1213288",
"url": "https://bugzilla.suse.com/1213288"
},
{
"category": "self",
"summary": "SUSE Bug 1213441",
"url": "https://bugzilla.suse.com/1213441"
},
{
"category": "self",
"summary": "SUSE Bug 1213445",
"url": "https://bugzilla.suse.com/1213445"
},
{
"category": "self",
"summary": "SUSE Bug 1213469",
"url": "https://bugzilla.suse.com/1213469"
},
{
"category": "self",
"summary": "SUSE Bug 1213675",
"url": "https://bugzilla.suse.com/1213675"
},
{
"category": "self",
"summary": "SUSE Bug 1213716",
"url": "https://bugzilla.suse.com/1213716"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE Bug 1214002",
"url": "https://bugzilla.suse.com/1214002"
},
{
"category": "self",
"summary": "SUSE Bug 1214121",
"url": "https://bugzilla.suse.com/1214121"
},
{
"category": "self",
"summary": "SUSE Bug 1214124",
"url": "https://bugzilla.suse.com/1214124"
},
{
"category": "self",
"summary": "SUSE Bug 1214187",
"url": "https://bugzilla.suse.com/1214187"
},
{
"category": "self",
"summary": "SUSE Bug 1214266",
"url": "https://bugzilla.suse.com/1214266"
},
{
"category": "self",
"summary": "SUSE Bug 1214280",
"url": "https://bugzilla.suse.com/1214280"
},
{
"category": "self",
"summary": "SUSE Bug 1214796",
"url": "https://bugzilla.suse.com/1214796"
},
{
"category": "self",
"summary": "SUSE Bug 1214797",
"url": "https://bugzilla.suse.com/1214797"
},
{
"category": "self",
"summary": "SUSE Bug 1214889",
"url": "https://bugzilla.suse.com/1214889"
},
{
"category": "self",
"summary": "SUSE Bug 1214982",
"url": "https://bugzilla.suse.com/1214982"
},
{
"category": "self",
"summary": "SUSE Bug 1215352",
"url": "https://bugzilla.suse.com/1215352"
},
{
"category": "self",
"summary": "SUSE Bug 1215362",
"url": "https://bugzilla.suse.com/1215362"
},
{
"category": "self",
"summary": "SUSE Bug 1215413",
"url": "https://bugzilla.suse.com/1215413"
},
{
"category": "self",
"summary": "SUSE Bug 1215497",
"url": "https://bugzilla.suse.com/1215497"
},
{
"category": "self",
"summary": "SUSE Bug 1215756",
"url": "https://bugzilla.suse.com/1215756"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-20897 page",
"url": "https://www.suse.com/security/cve/CVE-2023-20897/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-20898 page",
"url": "https://www.suse.com/security/cve/CVE-2023-20898/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for SUSE Manager Server 4.3",
"tracking": {
"current_release_date": "2023-09-28T11:52:11Z",
"generator": {
"date": "2023-09-28T11:52:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3885-1",
"initial_release_date": "2023-09-28T11:52:11Z",
"revision_history": [
{
"date": "2023-09-28T11:52:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.3.8-150400.3.77.1.noarch",
"product": {
"name": "release-notes-susemanager-4.3.8-150400.3.77.1.noarch",
"product_id": "release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"product": {
"name": "release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"product_id": "release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch"
},
"product_reference": "release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.3.8-150400.3.77.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
},
"product_reference": "release-notes-susemanager-4.3.8-150400.3.77.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-20897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-20897"
}
],
"notes": [
{
"category": "general",
"text": "Salt masters prior to 3005.2 or 3006.2 contain a DOS in minion return. After receiving several bad packets on the request server equal to the number of worker threads, the master will become unresponsive to return requests until restarted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-20897",
"url": "https://www.suse.com/security/cve/CVE-2023-20897"
},
{
"category": "external",
"summary": "SUSE Bug 1214796 for CVE-2023-20897",
"url": "https://bugzilla.suse.com/1214796"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:52:11Z",
"details": "moderate"
}
],
"title": "CVE-2023-20897"
},
{
"cve": "CVE-2023-20898",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-20898"
}
],
"notes": [
{
"category": "general",
"text": "Git Providers can read from the wrong environment because they get the same cache directory base name in Salt masters prior to 3005.2 or 3006.2. Anything that uses Git Providers with different environments can get garbage data or the wrong data, which can lead to wrongful data disclosure, wrongful executions, data corruption and/or crash.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-20898",
"url": "https://www.suse.com/security/cve/CVE-2023-20898"
},
{
"category": "external",
"summary": "SUSE Bug 1214797 for CVE-2023-20898",
"url": "https://bugzilla.suse.com/1214797"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:52:11Z",
"details": "moderate"
}
],
"title": "CVE-2023-20898"
},
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy 4.3:release-notes-susemanager-proxy-4.3.8-150400.3.61.2.noarch",
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.8-150400.3.77.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:52:11Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3886-1
Vulnerability from csaf_suse - Published: 2023-09-28 11:52 - Updated: 2023-09-28 11:52Summary
Security update for grafana
Severity
Important
Notes
Title of the patch: Security update for grafana
Description of the patch: This update for grafana fixes the following issues:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
Patchnames: SUSE-2023-3886,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-3886,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3886,openSUSE-SLE-15.4-2023-3886,openSUSE-SLE-15.5-2023-3886
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for grafana",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for grafana fixes the following issues:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3886,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2023-3886,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3886,openSUSE-SLE-15.4-2023-3886,openSUSE-SLE-15.5-2023-3886",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3886-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3886-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233886-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3886-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016388.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for grafana",
"tracking": {
"current_release_date": "2023-09-28T11:52:43Z",
"generator": {
"date": "2023-09-28T11:52:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3886-1",
"initial_release_date": "2023-09-28T11:52:43Z",
"revision_history": [
{
"date": "2023-09-28T11:52:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grafana-9.5.5-150200.3.47.1.aarch64",
"product": {
"name": "grafana-9.5.5-150200.3.47.1.aarch64",
"product_id": "grafana-9.5.5-150200.3.47.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-9.5.5-150200.3.47.1.i586",
"product": {
"name": "grafana-9.5.5-150200.3.47.1.i586",
"product_id": "grafana-9.5.5-150200.3.47.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-9.5.5-150200.3.47.1.ppc64le",
"product": {
"name": "grafana-9.5.5-150200.3.47.1.ppc64le",
"product_id": "grafana-9.5.5-150200.3.47.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-9.5.5-150200.3.47.1.s390x",
"product": {
"name": "grafana-9.5.5-150200.3.47.1.s390x",
"product_id": "grafana-9.5.5-150200.3.47.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-9.5.5-150200.3.47.1.x86_64",
"product": {
"name": "grafana-9.5.5-150200.3.47.1.x86_64",
"product_id": "grafana-9.5.5-150200.3.47.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.aarch64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.ppc64le"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.s390x"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.x86_64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.aarch64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.ppc64le"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.s390x"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.x86_64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.aarch64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.ppc64le"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.s390x"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.x86_64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.aarch64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.ppc64le"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.s390x"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-9.5.5-150200.3.47.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.x86_64"
},
"product_reference": "grafana-9.5.5-150200.3.47.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:grafana-9.5.5-150200.3.47.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.4:grafana-9.5.5-150200.3.47.1.x86_64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.aarch64",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.ppc64le",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.s390x",
"openSUSE Leap 15.5:grafana-9.5.5-150200.3.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T11:52:43Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
SUSE-SU-2023:3888-1
Vulnerability from csaf_suse - Published: 2023-09-28 14:12 - Updated: 2023-09-28 14:12Summary
Security update for Golang Prometheus
Severity
Important
Notes
Title of the patch: Security update for Golang Prometheus
Description of the patch: This update for Golang Prometheus fixes the following issues:
golang-github-prometheus-alertmanager:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
golang-github-prometheus-node_exporter:
- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server
while validating signatures for extremely large RSA keys. (bsc#1213880)
There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.
Patchnames: SUSE-2023-3888,SUSE-SLE-Manager-Tools-15-2023-3888,SUSE-SLE-Manager-Tools-For-Micro-5-2023-3888,SUSE-SLE-Module-Basesystem-15-SP4-2023-3888,SUSE-SLE-Module-Basesystem-15-SP5-2023-3888,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3888,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2023-3888,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3888,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-3888,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3888,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3888,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3888,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3888,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3888,SUSE-Storage-7.1-2023-3888,openSUSE-SLE-15.4-2023-3888,openSUSE-SLE-15.5-2023-3888
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
75 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for Golang Prometheus",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for Golang Prometheus fixes the following issues:\n\ngolang-github-prometheus-alertmanager:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-prometheus-node_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n while validating signatures for extremely large RSA keys. (bsc#1213880)\n There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3888,SUSE-SLE-Manager-Tools-15-2023-3888,SUSE-SLE-Manager-Tools-For-Micro-5-2023-3888,SUSE-SLE-Module-Basesystem-15-SP4-2023-3888,SUSE-SLE-Module-Basesystem-15-SP5-2023-3888,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-3888,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2023-3888,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-3888,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-3888,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3888,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3888,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3888,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3888,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3888,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3888,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3888,SUSE-Storage-7.1-2023-3888,openSUSE-SLE-15.4-2023-3888,openSUSE-SLE-15.5-2023-3888",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3888-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3888-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233888-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3888-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016419.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213880",
"url": "https://bugzilla.suse.com/1213880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-29409 page",
"url": "https://www.suse.com/security/cve/CVE-2023-29409/"
}
],
"title": "Security update for Golang Prometheus",
"tracking": {
"current_release_date": "2023-09-28T14:12:45Z",
"generator": {
"date": "2023-09-28T14:12:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3888-1",
"initial_release_date": "2023-09-28T14:12:45Z",
"revision_history": [
{
"date": "2023-09-28T14:12:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.i586",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.i586",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.i586"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.i586",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.i586",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"product": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"product_id": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 15",
"product": {
"name": "SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15"
}
},
{
"category": "product_name",
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product": {
"name": "SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-manager-tools-micro:5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.2",
"product": {
"name": "SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.3",
"product": {
"name": "SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of SUSE Manager Client Tools 15",
"product_id": "SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5",
"product_id": "SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools for SLE Micro 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of SUSE Manager Proxy Module 4.3",
"product_id": "SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64"
},
"product_reference": "golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-29409"
}
],
"notes": [
{
"category": "general",
"text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-29409",
"url": "https://www.suse.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "SUSE Bug 1213880 for CVE-2023-29409",
"url": "https://bugzilla.suse.com/1213880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Enterprise Storage 7.1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Client Tools 15:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Client Tools for SLE Micro 5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.2:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"SUSE Manager Proxy Module 4.3:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"SUSE Manager Server 4.2:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.4:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-alertmanager-0.23.0-150100.4.16.2.x86_64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.aarch64",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.ppc64le",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.s390x",
"openSUSE Leap 15.5:golang-github-prometheus-node_exporter-1.5.0-150100.3.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-28T14:12:45Z",
"details": "important"
}
],
"title": "CVE-2023-29409"
}
]
}
WID-SEC-W-2023-1947
Vulnerability from csaf_certbund - Published: 2023-08-02 22:00 - Updated: 2025-03-06 23:00Summary
Golang Go: Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Go ist eine quelloffene Programmiersprache.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- MacOS X
- Sonstiges
- Windows
Affected products
Known affected
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Splunk Splunk Enterprise <9.0.8
Splunk / Splunk Enterprise
|
<9.0.8 | ||
|
Golang Go <go1.21.0-rc.4
Golang / Go
|
<go1.21.0-rc.4 | ||
|
Golang Go <go1.20.7
Golang / Go
|
<go1.20.7 | ||
|
Golang Go <go1.19.12
Golang / Go
|
<go1.19.12 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Manager <4.3.8
SUSE / Manager
|
<4.3.8 | ||
|
Splunk Splunk Enterprise <9.1.3
Splunk / Splunk Enterprise
|
<9.1.3 | ||
|
IBM Spectrum Protect Plus <10.1.16.2
IBM / Spectrum Protect Plus
|
<10.1.16.2 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM DataPower Gateway 10.5.0
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0
|
10.5.0 | |
|
IBM DataPower Gateway 10CD
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:v10cd
|
10CD | |
|
IBM DataPower Gateway 10.0.1
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.0.1
|
10.0.1 |
References
56 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Go ist eine quelloffene Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1947 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1947.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1947 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1947"
},
{
"category": "external",
"summary": "GO Vulnerability Report vom 2023-08-02",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3181-1 vom 2023-08-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015779.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3263-1 vom 2023-08-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015868.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2211 vom 2023-08-23",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2211.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2208 vom 2023-08-23",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2208.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3475-1 vom 2023-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016042.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3840-1 vom 2023-09-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016353.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3841-1 vom 2023-09-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016351.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3861-1 vom 2023-09-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016408.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3885-1 vom 2023-09-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016389.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3886-1 vom 2023-09-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016388.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3888-1 vom 2023-09-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016419.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-1848 vom 2023-10-06",
"url": "https://alas.aws.amazon.com/ALAS-2023-1848.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7051286 vom 2023-10-12",
"url": "https://www.ibm.com/support/pages/node/7051286"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2023-008 vom 2023-10-18",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2023-008.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-5738 vom 2023-10-19",
"url": "https://linux.oracle.com/errata/ELSA-2023-5738.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5935 vom 2023-10-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5935"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5971 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5971"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5976 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5976"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5969 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5969"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5974 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5974"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5530 vom 2023-10-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5530"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5964 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5964"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5965 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5965"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5971 vom 2023-10-21",
"url": "https://access.redhat.com/errata/RHSA-2023:5971.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6031 vom 2023-10-24",
"url": "https://access.redhat.com/errata/RHSA-2023:6031"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5947 vom 2023-10-26",
"url": "https://access.redhat.com/errata/RHSA-2023:5947"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5933 vom 2023-10-27",
"url": "https://access.redhat.com/errata/RHSA-2023:5933"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2023-B951076A0F vom 2023-10-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-b951076a0f"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6161 vom 2023-10-30",
"url": "https://access.redhat.com/errata/RHSA-2023:6161"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6296 vom 2023-11-03",
"url": "https://access.redhat.com/errata/RHSA-2023:6296"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6298 vom 2023-11-03",
"url": "https://access.redhat.com/errata/RHSA-2023:6298"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202311-09 vom 2023-11-25",
"url": "https://security.gentoo.org/glsa/202311-09"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7763 vom 2023-12-13",
"url": "https://access.redhat.com/errata/RHSA-2023:7763"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7762 vom 2023-12-13",
"url": "https://access.redhat.com/errata/RHSA-2023:7762"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7764 vom 2023-12-13",
"url": "https://access.redhat.com/errata/RHSA-2023:7764"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7765 vom 2023-12-13",
"url": "https://access.redhat.com/errata/RHSA-2023:7765"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7766 vom 2023-12-13",
"url": "https://access.redhat.com/errata/RHSA-2023:7766"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-7765 vom 2023-12-14",
"url": "https://linux.oracle.com/errata/ELSA-2023-7765.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-7766 vom 2023-12-14",
"url": "https://linux.oracle.com/errata/ELSA-2023-7766.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-7763 vom 2023-12-14",
"url": "https://linux.oracle.com/errata/ELSA-2023-7763.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0121 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2024-0109 vom 2024-01-22",
"url": "https://advisory.splunk.com//advisories/SVD-2024-0109"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0290 vom 2024-01-24",
"url": "https://access.redhat.com/errata/RHSA-2024:0292"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0293 vom 2024-01-24",
"url": "https://access.redhat.com/errata/RHSA-2024:0293"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0670 vom 2024-02-06",
"url": "http://linux.oracle.com/errata/ELSA-2024-0670.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3474-1 vom 2024-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018039.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1027 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1383 vom 2024-03-19",
"url": "https://access.redhat.com/errata/RHSA-2024:1383"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2988 vom 2024-05-28",
"url": "https://linux.oracle.com/errata/ELSA-2024-2988.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7161954 vom 2024-07-30",
"url": "https://www.ibm.com/support/pages/node/7161954"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162077 vom 2024-07-31",
"url": "https://www.ibm.com/support/pages/node/7162077"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2025-051 vom 2025-03-06",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2025-051.html"
}
],
"source_lang": "en-US",
"title": "Golang Go: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-03-06T23:00:00.000+00:00",
"generator": {
"date": "2025-03-07T09:07:01.602+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2023-1947",
"initial_release_date": "2023-08-02T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-02T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-03T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-10T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-08-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-09-27T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-09-28T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-10-08T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-12T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-10-18T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Amazon und Oracle Linux aufgenommen"
},
{
"date": "2023-10-19T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-22T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-23T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-26T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-10-29T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-11-02T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-05T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-26T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2023-12-12T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-12-14T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-10T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-22T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2024-01-23T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-05T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-02-27T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-02-28T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-19T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-30T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-03-06T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "32"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cgo1.19.12",
"product": {
"name": "Golang Go \u003cgo1.19.12",
"product_id": "T029053"
}
},
{
"category": "product_version",
"name": "go1.19.12",
"product": {
"name": "Golang Go go1.19.12",
"product_id": "T029053-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:go1.19.12"
}
}
},
{
"category": "product_version_range",
"name": "\u003cgo1.20.7",
"product": {
"name": "Golang Go \u003cgo1.20.7",
"product_id": "T029054"
}
},
{
"category": "product_version",
"name": "go1.20.7",
"product": {
"name": "Golang Go go1.20.7",
"product_id": "T029054-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:go1.20.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003cgo1.21.0-rc.4",
"product": {
"name": "Golang Go \u003cgo1.21.0-rc.4",
"product_id": "T029055"
}
},
{
"category": "product_version",
"name": "go1.21.0-rc.4",
"product": {
"name": "Golang Go go1.21.0-rc.4",
"product_id": "T029055-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:go1.21.0-rc.4"
}
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10.5.0",
"product": {
"name": "IBM DataPower Gateway 10.5.0",
"product_id": "T025693",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0"
}
}
},
{
"category": "product_version",
"name": "10.0.1",
"product": {
"name": "IBM DataPower Gateway 10.0.1",
"product_id": "T025694",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.0.1"
}
}
},
{
"category": "product_version",
"name": "10CD",
"product": {
"name": "IBM DataPower Gateway 10CD",
"product_id": "T025695",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:v10cd"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.16.2",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.16.2",
"product_id": "T036379"
}
},
{
"category": "product_version",
"name": "10.1.16.2",
"product": {
"name": "IBM Spectrum Protect Plus 10.1.16.2",
"product_id": "T036379-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.16.2"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.3.8",
"product": {
"name": "SUSE Manager \u003c4.3.8",
"product_id": "T030150"
}
},
{
"category": "product_version",
"name": "4.3.8",
"product": {
"name": "SUSE Manager 4.3.8",
"product_id": "T030150-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:suse:manager:4.3.8"
}
}
}
],
"category": "product_name",
"name": "Manager"
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.0.8",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.0.8",
"product_id": "T032269"
}
},
{
"category": "product_version",
"name": "9.0.8",
"product": {
"name": "Splunk Splunk Enterprise 9.0.8",
"product_id": "T032269-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.0.8"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.3",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.3",
"product_id": "T032270"
}
},
{
"category": "product_version",
"name": "9.1.3",
"product": {
"name": "Splunk Splunk Enterprise 9.1.3",
"product_id": "T032270-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.1.3"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29409",
"product_status": {
"known_affected": [
"T032269",
"T029055",
"T029054",
"T029053",
"67646",
"T030150",
"T032270",
"T036379",
"T012167",
"T004914",
"74185",
"T002207",
"398363",
"T025693",
"T025695",
"T025694"
]
},
"release_date": "2023-08-02T22:00:00.000+00:00",
"title": "CVE-2023-29409"
}
]
}
WID-SEC-W-2023-2917
Vulnerability from csaf_certbund - Published: 2023-11-14 23:00 - Updated: 2025-09-03 22:00Summary
Xerox FreeFlow Print Server: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
v9 for Solaris | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2 / Windows 10
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2__windows_10
|
v2 / Windows 10 |
References
11 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-2917 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2917 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX23-021",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:3949-1 vom 2024-11-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019796.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2024:14572-1 vom 2024-12-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3HI2RC7AJAHY74Q6MK7GNGWU6TITB22V/"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-09-03T22:00:00.000+00:00",
"generator": {
"date": "2025-09-04T06:26:09.420+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-2917",
"initial_release_date": "2023-11-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-11-16T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-28T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-11-30T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-11-07T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-12-15T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "9",
"summary": "Referenz(en) aufgenommen: EUVD-2023-44310"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
},
{
"category": "product_version",
"name": "v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
},
{
"category": "product_version",
"name": "v2 / Windows 10",
"product": {
"name": "Xerox FreeFlow Print Server v2 / Windows 10",
"product_id": "T031383",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2017-5715",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2017-5715"
},
{
"cve": "CVE-2018-3639",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2018-3639"
},
{
"cve": "CVE-2021-44917",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-44917"
},
{
"cve": "CVE-2021-46784",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2021-46784"
},
{
"cve": "CVE-2022-31008",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-31008"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-41409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-41409"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48338",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48338"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2022-4899",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2022-4899"
},
{
"cve": "CVE-2023-0049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0288",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0465",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0666"
},
{
"cve": "CVE-2023-0668",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-0668"
},
{
"cve": "CVE-2023-1127",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1393",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1393"
},
{
"cve": "CVE-2023-1906",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1906"
},
{
"cve": "CVE-2023-1981",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-1981"
},
{
"cve": "CVE-2023-2004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2004"
},
{
"cve": "CVE-2023-22025",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22025"
},
{
"cve": "CVE-2023-22043",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22043"
},
{
"cve": "CVE-2023-22067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22067"
},
{
"cve": "CVE-2023-22081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22081"
},
{
"cve": "CVE-2023-22128",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22128"
},
{
"cve": "CVE-2023-22129",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-22129"
},
{
"cve": "CVE-2023-23914",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-23915",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23916",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24805",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-24805"
},
{
"cve": "CVE-2023-25193",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-2650",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27985",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27985"
},
{
"cve": "CVE-2023-27986",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-27986"
},
{
"cve": "CVE-2023-2828",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28319",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28319"
},
{
"cve": "CVE-2023-28320",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28450",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28450"
},
{
"cve": "CVE-2023-2854",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2854"
},
{
"cve": "CVE-2023-2855",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2855"
},
{
"cve": "CVE-2023-2857",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2857"
},
{
"cve": "CVE-2023-2858",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2858"
},
{
"cve": "CVE-2023-2879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2879"
},
{
"cve": "CVE-2023-28879",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-28879"
},
{
"cve": "CVE-2023-2911",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-2911"
},
{
"cve": "CVE-2023-29402",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29403"
},
{
"cve": "CVE-2023-29404",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29404"
},
{
"cve": "CVE-2023-29405",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29405"
},
{
"cve": "CVE-2023-29406",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-29491",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29491"
},
{
"cve": "CVE-2023-29499",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-29499"
},
{
"cve": "CVE-2023-30581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30581"
},
{
"cve": "CVE-2023-30582",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30582"
},
{
"cve": "CVE-2023-30583",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30583"
},
{
"cve": "CVE-2023-30584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30584"
},
{
"cve": "CVE-2023-30585",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30585"
},
{
"cve": "CVE-2023-30586",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30586"
},
{
"cve": "CVE-2023-30587",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30587"
},
{
"cve": "CVE-2023-30588",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30588"
},
{
"cve": "CVE-2023-30589",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30589"
},
{
"cve": "CVE-2023-30590",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-30590"
},
{
"cve": "CVE-2023-31122",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-31124",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31124"
},
{
"cve": "CVE-2023-31130",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31130"
},
{
"cve": "CVE-2023-31147",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31147"
},
{
"cve": "CVE-2023-3138",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31484",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-31486",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-31486"
},
{
"cve": "CVE-2023-3195",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3195"
},
{
"cve": "CVE-2023-32002",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32002"
},
{
"cve": "CVE-2023-32003",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32003"
},
{
"cve": "CVE-2023-32004",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32004"
},
{
"cve": "CVE-2023-32005",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32005"
},
{
"cve": "CVE-2023-32006",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32006"
},
{
"cve": "CVE-2023-32067",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32067"
},
{
"cve": "CVE-2023-3247",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3247"
},
{
"cve": "CVE-2023-32558",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32558"
},
{
"cve": "CVE-2023-32559",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32559"
},
{
"cve": "CVE-2023-32573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32573"
},
{
"cve": "CVE-2023-32611",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32611"
},
{
"cve": "CVE-2023-32636",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32636"
},
{
"cve": "CVE-2023-32643",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32643"
},
{
"cve": "CVE-2023-32665",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32665"
},
{
"cve": "CVE-2023-32681",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32681"
},
{
"cve": "CVE-2023-32762",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32762"
},
{
"cve": "CVE-2023-32763",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-32763"
},
{
"cve": "CVE-2023-34241",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34241"
},
{
"cve": "CVE-2023-34969",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-34969"
},
{
"cve": "CVE-2023-36053",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36053"
},
{
"cve": "CVE-2023-36191",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36191"
},
{
"cve": "CVE-2023-3666",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3666"
},
{
"cve": "CVE-2023-36664",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-36664"
},
{
"cve": "CVE-2023-37201",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37201"
},
{
"cve": "CVE-2023-37202",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37202"
},
{
"cve": "CVE-2023-37207",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37207"
},
{
"cve": "CVE-2023-37208",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37208"
},
{
"cve": "CVE-2023-37211",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-37211"
},
{
"cve": "CVE-2023-3823",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3823"
},
{
"cve": "CVE-2023-3824",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-3824"
},
{
"cve": "CVE-2023-38403",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-38403"
},
{
"cve": "CVE-2023-4045",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4045"
},
{
"cve": "CVE-2023-4046",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4046"
},
{
"cve": "CVE-2023-4047",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4047"
},
{
"cve": "CVE-2023-40477",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-40477"
},
{
"cve": "CVE-2023-4048",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4048"
},
{
"cve": "CVE-2023-4049",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4049"
},
{
"cve": "CVE-2023-4050",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4050"
},
{
"cve": "CVE-2023-4054",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4054"
},
{
"cve": "CVE-2023-4055",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4055"
},
{
"cve": "CVE-2023-4056",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4056"
},
{
"cve": "CVE-2023-41080",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41080"
},
{
"cve": "CVE-2023-41081",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-41081"
},
{
"cve": "CVE-2023-43622",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-43622"
},
{
"cve": "CVE-2023-4504",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4504"
},
{
"cve": "CVE-2023-4573",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4573"
},
{
"cve": "CVE-2023-4574",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4574"
},
{
"cve": "CVE-2023-4575",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4575"
},
{
"cve": "CVE-2023-4576",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4576"
},
{
"cve": "CVE-2023-45802",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-45802"
},
{
"cve": "CVE-2023-4581",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4581"
},
{
"cve": "CVE-2023-4584",
"product_status": {
"known_affected": [
"T028053",
"T002207",
"T027843",
"T015632",
"T002977",
"T015631",
"T031383"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-4584"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…