Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22870 (GCVE-0-2025-22870)
Vulnerability from cvelistv5 – Published: 2025-03-12 18:27 – Updated: 2026-04-16 22:39
VLAI
EPSS
VEX
Title
HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net
Summary
Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.
Severity
4.4 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-115 Misinterpretation of Input
- CWE-115 - Misinterpretation of Input
Assigner
References
Impacted products
3 products
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | net/http |
Affected:
0 , < 1.23.7
(semver)
Affected: 1.24.0-0 , < 1.24.1 (semver) |
|
| golang.org/x/net | golang.org/x/net/http/httpproxy |
Affected:
0 , < 0.36.0
(semver)
|
|
| golang.org/x/net | golang.org/x/net/proxy |
Affected:
0 , < 0.36.0
(semver)
|
Credits
Juho Forsén of Mattermost
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-05-09T20:03:37.043Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/03/07/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250509-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22870",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-18T16:31:16.493335Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-115",
"description": "CWE-115 Misinterpretation of Input",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-03-18T16:32:14.847Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/http",
"product": "net/http",
"programRoutines": [
{
"name": "envProxyFunc"
},
{
"name": "ProxyFromEnvironment"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.23.7",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.24.1",
"status": "affected",
"version": "1.24.0-0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/http/httpproxy",
"product": "golang.org/x/net/http/httpproxy",
"programRoutines": [
{
"name": "config.useProxy"
},
{
"name": "domainMatch.match"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.36.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/net/proxy",
"product": "golang.org/x/net/proxy",
"programRoutines": [
{
"name": "PerHost.dialerForRequest"
},
{
"name": "PerHost.AddFromString"
},
{
"name": "Dial"
},
{
"name": "FromEnvironment"
},
{
"name": "FromEnvironmentUsing"
},
{
"name": "PerHost.Dial"
},
{
"name": "PerHost.DialContext"
}
],
"vendor": "golang.org/x/net",
"versions": [
{
"lessThan": "0.36.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Juho Fors\u00e9n of Mattermost"
}
],
"descriptions": [
{
"lang": "en",
"value": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-115 Misinterpretation of Input",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T22:39:33.619Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/654697"
},
{
"url": "https://go.dev/issue/71984"
},
{
"url": "https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3503"
}
],
"title": "HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22870",
"datePublished": "2025-03-12T18:27:59.376Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2026-04-16T22:39:33.619Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22870",
"date": "2026-07-14",
"epss": "0.00384",
"percentile": "0.3049"
},
"microsoft_vex": {
"current_release_date": "2026-02-18T02:16:11.000Z",
"cve": "CVE-2025-22870",
"id": "msrc_CVE-2025-22870",
"initial_release_date": "2025-03-02T00:00:00.000Z",
"product_status:fixed": "28",
"product_status:known_affected": "29",
"product_status:known_not_affected": "10",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-22870.json",
"version": "12"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22870\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-03-12T19:15:38.310\",\"lastModified\":\"2026-06-17T08:50:40.640\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \\\"*.example.com\\\", a request to \\\"[::1%25.example.com]:80` will incorrectly match and not be proxied.\"},{\"lang\":\"es\",\"value\":\"La coincidencia de hosts con patrones de proxy puede tratar incorrectamente un ID de zona IPv6 como un componente de nombre de host. Por ejemplo, si la variable de entorno NO_PROXY se establece en \\\"*.example.com\\\", una solicitud a \\\"[::1%25.example.com]:80` coincidir\u00e1 incorrectamente y no se procesar\u00e1 mediante proxy.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"net/http\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"net/http\",\"programRoutines\":[{\"name\":\"envProxyFunc\"},{\"name\":\"ProxyFromEnvironment\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.23.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.24.0-0\",\"lessThan\":\"1.24.1\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"golang.org/x/net\",\"product\":\"golang.org/x/net/http/httpproxy\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/net/http/httpproxy\",\"programRoutines\":[{\"name\":\"config.useProxy\"},{\"name\":\"domainMatch.match\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.36.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"golang.org/x/net\",\"product\":\"golang.org/x/net/proxy\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/net/proxy\",\"programRoutines\":[{\"name\":\"PerHost.dialerForRequest\"},{\"name\":\"PerHost.AddFromString\"},{\"name\":\"Dial\"},{\"name\":\"FromEnvironment\"},{\"name\":\"FromEnvironmentUsing\"},{\"name\":\"PerHost.Dial\"},{\"name\":\"PerHost.DialContext\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.36.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":2.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-03-18T16:31:16.493335Z\",\"id\":\"CVE-2025-22870\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-115\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/654697\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/71984\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3503\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/03/07/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250509-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-09T15:13:53+00:00",
"cve": "CVE-2025-22870",
"id": "CVE-2025-22870",
"initial_release_date": "2025-03-12T18:27:59.376000+00:00",
"product_status:fixed": "329",
"product_status:known_affected": "604",
"product_status:known_not_affected": "105",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-22870.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/03/07/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250509-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-05-09T20:03:37.043Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22870\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-18T16:31:16.493335Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-115\", \"description\": \"CWE-115 Misinterpretation of Input\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-18T16:31:44.113Z\"}}], \"cna\": {\"title\": \"HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net\", \"credits\": [{\"lang\": \"en\", \"value\": \"Juho Fors\\u00e9n of Mattermost\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"net/http\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.23.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0-0\", \"lessThan\": \"1.24.1\", \"versionType\": \"semver\"}], \"packageName\": \"net/http\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"envProxyFunc\"}, {\"name\": \"ProxyFromEnvironment\"}]}, {\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/http/httpproxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.36.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/http/httpproxy\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"config.useProxy\"}, {\"name\": \"domainMatch.match\"}]}, {\"vendor\": \"golang.org/x/net\", \"product\": \"golang.org/x/net/proxy\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.36.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/net/proxy\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"PerHost.dialerForRequest\"}, {\"name\": \"PerHost.AddFromString\"}, {\"name\": \"Dial\"}, {\"name\": \"FromEnvironment\"}, {\"name\": \"FromEnvironmentUsing\"}, {\"name\": \"PerHost.Dial\"}, {\"name\": \"PerHost.DialContext\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/654697\"}, {\"url\": \"https://go.dev/issue/71984\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI/m/b42ImqrBAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3503\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \\\"*.example.com\\\", a request to \\\"[::1%25.example.com]:80` will incorrectly match and not be proxied.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-115 Misinterpretation of Input\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-04-16T22:39:33.619Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22870\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-16T22:39:33.619Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-03-12T18:27:59.376Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:2763-1
Vulnerability from csaf_suse - Published: 2026-07-06 07:46 - Updated: 2026-07-06 07:46Summary
Security update 5.1.4 for Multi-Linux Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update 5.1.4 for Multi-Linux Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-QubitProducts-exporter_exporter:
- Security issue fixed:
- CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter
(bsc#1248699)
golang-github-lusitaniae-apache_exporter:
- Non customer facing changes
golang-github-prometheus-node_exporter updated to version 1.10.2:
- Security issues fixed:
- CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)
- CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)
- Highlights of other changes and bug fixes:
- Backward Compatibility and packaging changes:
- Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains
- Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility
- Version 1.10.2:
- Fixed typo in Zswap metric name (meminfo)
- Version 1.10.1:
- Fixed mount points being collected multiple times (filesystem)
- Refactored mountinfo parsing (bsc#1261810)
- Added Zswap/Zswapped metrics (meminfo)
- Version 1.10.0:
- New collectors: PCIe devices, swaps
- Added systemd virtualization metrics, AIX metrics
- WiFi packet metrics, additional PCIe and TLB metrics
- Changed mdadm to use sysfs, added erofs to excluded filesystems
- Fixed bugs: cpufreq collector, ethtool metrics
- Version 1.9.1:
- Fixed missing IRQ on older kernels (pressure)
- Version 1.9.0 (jsc#PED-12485):
- Switched to Go log/slog for logging
- Converted meminfo to use procfs library
- New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,
hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,
- Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance
optimizations
- Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing
- Use systemd-sysusers to configure the user in a dedicated 'system-user-prometheus' subpackage (bsc#1235516)
- Version 1.8.x:
- Fixed CPU pressure metric collection, pressure collector nil reference
- Version 1.8.0:
- New collectors: xfrm (IPsec), watchdog
- Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing
- Removed caching of os-release file modtime/filename
- Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race
- Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):
- New: CPU vulnerabilities reporting from sysfs
- Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,
qdisc performance, hwmon filtering, rtnetlink for ARP stats
- Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index
- Version 1.6.0:
- Deprecated ntp and supervisord collectors
- Removed bcache cache_readaheads_totals metrics
- Improved offline CPU handling (removed metrics for offline CPUs)
- New: softirqs collector
- Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced
btrfs privileges
- Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts
prometheus-postgres_exporter:
- Security Fixes:
- CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)
scap-security-guide:
- Non customer facing changes
spacecmd updated to version 5.2.8:
- Key Update Highlights (v5.2.3-0):
- Fixed typo in spacecmd help ca-cert flag (bsc#1253174)
- Add subcommand to check if reboot is needed after applying all available patches
- Key Update Highlights (v5.2.1-0):
- Use JSON instead of pickle for spacecmd cache (bsc#1227579)
- Fixed methods in api namespace in spacecmd (bsc#1249532)
- Other changes (v5.2.2-0 to 5.2.8-0):
- Translation strings updates
- Internal updates with non customer facing changes
uyuni-tools:
uyuni-tools updated to version 5.2.12:
- Key Update Highlights (v5.2.11-0)
- Improved pod readiness checks (bsc#1266012)
- Key Update Highlights (v5.2.10-0)
- Preserve hub replicas during upgrade (bsc#1262708)
- Added mgrctl 'ssh' and 'ssh remove_known_host' commands
- Fixed startup checks for main server container (bsc#1263157)
- Fixed service dependencies (bsc#1263823)
- Updated default tag to 5.1.3.1 (bsc#1262760)
- Fixed missing registry for db image (bsc#1259739)
- Fixed Report DB CA certificate (bsc#1260806)
- Key Update Highlights (v5.2.7-0)
- Admin secrets no longer required on upgrades (bsc#1262409)
- Key Update Highlights (v5.2.6-0)
- Fixed database online backup
- mgrctl copy command now infers target name automatically
- Restored TFTP port to proxy (bsc#1260905)
- TFTP disabled by default on server
- Key Update Highlights (v5.2.5-0)
- Removed migrate command
- Removed hub register command
- Split TFTP server into separate container
- Removed Kubernetes install/upgrade from mgrpxy
- Key Update Highlights (v5.2.1-0)
- Fixed --dbupgrade-tag parameter (bsc#1249400)
- Added --registry-host, --registry-user, --registry-password options
- Deprecated --registry option
- Added SUSE Linux Enterprise 15 SP7 support
- Migrated custom SSL CA certificates (bsc#1232641)
- Other changes (v5.2.1-0 to v5.2.12-0):
- Translation strings updates
- Internal updates with version bump but without customer facing changes
venv-salt-minion:
- Improved shutdown reliability when the salt-master/minion is terminated
- Fixed broken 'pkg.info_installed' after migration to salt.utils.timeutil
- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)
- Hardened Tornado from invalid HTTP reason phrases
- Read full URI from ldap pillar config (bsc#1254900)
Patchnames: SUSE-2026-2763,SUSE-MultiLinuxManagerTools-EL-9-2026-2763
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
168 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
168 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
168 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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 5.1.4 for Multi-Linux Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- Security issue fixed:\n - CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter\n (bsc#1248699)\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Non customer facing changes\n\ngolang-github-prometheus-node_exporter updated to version 1.10.2:\n\n- Security issues fixed:\n - CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)\n - CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)\n\n- Highlights of other changes and bug fixes:\n\n - Backward Compatibility and packaging changes:\n - Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains\n - Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility\n - Version 1.10.2:\n - Fixed typo in Zswap metric name (meminfo)\n - Version 1.10.1:\n - Fixed mount points being collected multiple times (filesystem)\n - Refactored mountinfo parsing (bsc#1261810)\n - Added Zswap/Zswapped metrics (meminfo)\n - Version 1.10.0:\n - New collectors: PCIe devices, swaps\n - Added systemd virtualization metrics, AIX metrics\n - WiFi packet metrics, additional PCIe and TLB metrics\n - Changed mdadm to use sysfs, added erofs to excluded filesystems\n - Fixed bugs: cpufreq collector, ethtool metrics\n - Version 1.9.1:\n - Fixed missing IRQ on older kernels (pressure)\n - Version 1.9.0 (jsc#PED-12485):\n - Switched to Go log/slog for logging\n - Converted meminfo to use procfs library\n - New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,\n hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,\n - Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance\n optimizations\n - Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing\n - Use systemd-sysusers to configure the user in a dedicated \u0027system-user-prometheus\u0027 subpackage (bsc#1235516)\n - Version 1.8.x:\n - Fixed CPU pressure metric collection, pressure collector nil reference\n - Version 1.8.0:\n - New collectors: xfrm (IPsec), watchdog\n - Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing\n - Removed caching of os-release file modtime/filename\n - Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race\n - Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):\n - New: CPU vulnerabilities reporting from sysfs\n - Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,\n qdisc performance, hwmon filtering, rtnetlink for ARP stats\n - Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index\n - Version 1.6.0:\n - Deprecated ntp and supervisord collectors\n - Removed bcache cache_readaheads_totals metrics\n - Improved offline CPU handling (removed metrics for offline CPUs)\n - New: softirqs collector\n - Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced\n btrfs privileges\n - Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts\n\nprometheus-postgres_exporter:\n\n- Security Fixes:\n - CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)\n\nscap-security-guide:\n\n- Non customer facing changes\n\nspacecmd updated to version 5.2.8:\n\n- Key Update Highlights (v5.2.3-0):\n - Fixed typo in spacecmd help ca-cert flag (bsc#1253174)\n - Add subcommand to check if reboot is needed after applying all available patches\n- Key Update Highlights (v5.2.1-0):\n - Use JSON instead of pickle for spacecmd cache (bsc#1227579)\n - Fixed methods in api namespace in spacecmd (bsc#1249532)\n- Other changes (v5.2.2-0 to 5.2.8-0):\n - Translation strings updates\n - Internal updates with non customer facing changes\n\nuyuni-tools:\n\nuyuni-tools updated to version 5.2.12:\n\n- Key Update Highlights (v5.2.11-0)\n - Improved pod readiness checks (bsc#1266012)\n\n- Key Update Highlights (v5.2.10-0)\n - Preserve hub replicas during upgrade (bsc#1262708)\n - Added mgrctl \u0027ssh\u0027 and \u0027ssh remove_known_host\u0027 commands\n - Fixed startup checks for main server container (bsc#1263157)\n - Fixed service dependencies (bsc#1263823)\n - Updated default tag to 5.1.3.1 (bsc#1262760)\n - Fixed missing registry for db image (bsc#1259739)\n - Fixed Report DB CA certificate (bsc#1260806)\n\n- Key Update Highlights (v5.2.7-0)\n - Admin secrets no longer required on upgrades (bsc#1262409)\n\n- Key Update Highlights (v5.2.6-0)\n - Fixed database online backup\n - mgrctl copy command now infers target name automatically\n - Restored TFTP port to proxy (bsc#1260905)\n - TFTP disabled by default on server\n\n- Key Update Highlights (v5.2.5-0)\n - Removed migrate command\n - Removed hub register command\n - Split TFTP server into separate container\n - Removed Kubernetes install/upgrade from mgrpxy\n\n- Key Update Highlights (v5.2.1-0)\n - Fixed --dbupgrade-tag parameter (bsc#1249400)\n - Added --registry-host, --registry-user, --registry-password options\n - Deprecated --registry option\n - Added SUSE Linux Enterprise 15 SP7 support\n - Migrated custom SSL CA certificates (bsc#1232641)\n \n- Other changes (v5.2.1-0 to v5.2.12-0):\n - Translation strings updates\n - Internal updates with version bump but without customer facing changes\n\nvenv-salt-minion:\n\n- Improved shutdown reliability when the salt-master/minion is terminated\n- Fixed broken \u0027pkg.info_installed\u0027 after migration to salt.utils.timeutil\n- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)\n- Hardened Tornado from invalid HTTP reason phrases\n- Read full URI from ldap pillar config (bsc#1254900)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2763,SUSE-MultiLinuxManagerTools-EL-9-2026-2763",
"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-2026_2763-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2763-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262763-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2763-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047995.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227579",
"url": "https://bugzilla.suse.com/1227579"
},
{
"category": "self",
"summary": "SUSE Bug 1229105",
"url": "https://bugzilla.suse.com/1229105"
},
{
"category": "self",
"summary": "SUSE Bug 1232641",
"url": "https://bugzilla.suse.com/1232641"
},
{
"category": "self",
"summary": "SUSE Bug 1235516",
"url": "https://bugzilla.suse.com/1235516"
},
{
"category": "self",
"summary": "SUSE Bug 1236516",
"url": "https://bugzilla.suse.com/1236516"
},
{
"category": "self",
"summary": "SUSE Bug 1238686",
"url": "https://bugzilla.suse.com/1238686"
},
{
"category": "self",
"summary": "SUSE Bug 1248699",
"url": "https://bugzilla.suse.com/1248699"
},
{
"category": "self",
"summary": "SUSE Bug 1248707",
"url": "https://bugzilla.suse.com/1248707"
},
{
"category": "self",
"summary": "SUSE Bug 1249400",
"url": "https://bugzilla.suse.com/1249400"
},
{
"category": "self",
"summary": "SUSE Bug 1249532",
"url": "https://bugzilla.suse.com/1249532"
},
{
"category": "self",
"summary": "SUSE Bug 1253174",
"url": "https://bugzilla.suse.com/1253174"
},
{
"category": "self",
"summary": "SUSE Bug 1254900",
"url": "https://bugzilla.suse.com/1254900"
},
{
"category": "self",
"summary": "SUSE Bug 1257583",
"url": "https://bugzilla.suse.com/1257583"
},
{
"category": "self",
"summary": "SUSE Bug 1259700",
"url": "https://bugzilla.suse.com/1259700"
},
{
"category": "self",
"summary": "SUSE Bug 1259739",
"url": "https://bugzilla.suse.com/1259739"
},
{
"category": "self",
"summary": "SUSE Bug 1260806",
"url": "https://bugzilla.suse.com/1260806"
},
{
"category": "self",
"summary": "SUSE Bug 1260905",
"url": "https://bugzilla.suse.com/1260905"
},
{
"category": "self",
"summary": "SUSE Bug 1261810",
"url": "https://bugzilla.suse.com/1261810"
},
{
"category": "self",
"summary": "SUSE Bug 1261902",
"url": "https://bugzilla.suse.com/1261902"
},
{
"category": "self",
"summary": "SUSE Bug 1262409",
"url": "https://bugzilla.suse.com/1262409"
},
{
"category": "self",
"summary": "SUSE Bug 1262708",
"url": "https://bugzilla.suse.com/1262708"
},
{
"category": "self",
"summary": "SUSE Bug 1262760",
"url": "https://bugzilla.suse.com/1262760"
},
{
"category": "self",
"summary": "SUSE Bug 1263157",
"url": "https://bugzilla.suse.com/1263157"
},
{
"category": "self",
"summary": "SUSE Bug 1263823",
"url": "https://bugzilla.suse.com/1263823"
},
{
"category": "self",
"summary": "SUSE Bug 1266012",
"url": "https://bugzilla.suse.com/1266012"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-21698 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21698/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update 5.1.4 for Multi-Linux Manager Client Tools",
"tracking": {
"current_release_date": "2026-07-06T07:46:09Z",
"generator": {
"date": "2026-07-06T07:46:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2763-1",
"initial_release_date": "2026-07-06T07:46:09Z",
"revision_history": [
{
"date": "2026-07-06T07:46:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "fdupes-1.61-90002.3.3.1.aarch64",
"product": {
"name": "fdupes-1.61-90002.3.3.1.aarch64",
"product_id": "fdupes-1.61-90002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "golang-1.22.9-90002.1.3.2.aarch64",
"product": {
"name": "golang-1.22.9-90002.1.3.2.aarch64",
"product_id": "golang-1.22.9-90002.1.3.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-90002.1.3.2.aarch64",
"product": {
"name": "golang-bin-1.22.9-90002.1.3.2.aarch64",
"product_id": "golang-bin-1.22.9-90002.1.3.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"product_id": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-90002.3.12.1.aarch64",
"product": {
"name": "mgrctl-5.2.12-90002.3.12.1.aarch64",
"product_id": "mgrctl-5.2.12-90002.3.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"product": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"product_id": "saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"product_id": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"product": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"product_id": "saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"product": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"product_id": "saltbundle-swig-4.1.1-90002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"product_id": "saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"product_id": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"product_id": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-base-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"product_id": "saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"product_id": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"product_id": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"product_id": "saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"product_id": "saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"product_id": "venv-salt-minion-3006.0-90002.5.19.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-1.22.9-90002.1.3.2.noarch",
"product": {
"name": "golang-docs-1.22.9-90002.1.3.2.noarch",
"product_id": "golang-docs-1.22.9-90002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-misc-1.22.9-90002.1.3.2.noarch",
"product": {
"name": "golang-misc-1.22.9-90002.1.3.2.noarch",
"product_id": "golang-misc-1.22.9-90002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-packaging-15.0.17-90002.3.3.1.noarch",
"product": {
"name": "golang-packaging-15.0.17-90002.3.3.1.noarch",
"product_id": "golang-packaging-15.0.17-90002.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "golang-src-1.22.9-90002.1.3.2.noarch",
"product": {
"name": "golang-src-1.22.9-90002.1.3.2.noarch",
"product_id": "golang-src-1.22.9-90002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-tests-1.22.9-90002.1.3.2.noarch",
"product": {
"name": "golang-tests-1.22.9-90002.1.3.2.noarch",
"product_id": "golang-tests-1.22.9-90002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"product": {
"name": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"product_id": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"product": {
"name": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"product_id": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"product": {
"name": "saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"product_id": "saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"product": {
"name": "saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"product_id": "saltbundlepy-docker-7.1.0-90002.4.3.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"product": {
"name": "saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"product_id": "saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"product": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"product_id": "saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"product": {
"name": "saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"product_id": "saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"product": {
"name": "saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"product_id": "saltbundlepy-requests-2.33.1-90002.4.3.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"product": {
"name": "saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"product_id": "saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-0.1.79-90002.3.9.1.noarch",
"product": {
"name": "scap-security-guide-0.1.79-90002.3.9.1.noarch",
"product_id": "scap-security-guide-0.1.79-90002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"product": {
"name": "scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"product_id": "scap-security-guide-debian-0.1.79-90002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"product": {
"name": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"product_id": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"product": {
"name": "scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"product_id": "scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-5.2.8-90002.3.12.1.noarch",
"product": {
"name": "spacecmd-5.2.8-90002.3.12.1.noarch",
"product_id": "spacecmd-5.2.8-90002.3.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fdupes-1.61-90002.3.3.1.ppc64le",
"product": {
"name": "fdupes-1.61-90002.3.3.1.ppc64le",
"product_id": "fdupes-1.61-90002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-1.22.9-90002.1.3.2.ppc64le",
"product": {
"name": "golang-1.22.9-90002.1.3.2.ppc64le",
"product_id": "golang-1.22.9-90002.1.3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-90002.1.3.2.ppc64le",
"product": {
"name": "golang-bin-1.22.9-90002.1.3.2.ppc64le",
"product_id": "golang-bin-1.22.9-90002.1.3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"product_id": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-90002.3.12.1.ppc64le",
"product": {
"name": "mgrctl-5.2.12-90002.3.12.1.ppc64le",
"product_id": "mgrctl-5.2.12-90002.3.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"product_id": "saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"product_id": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"product_id": "saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"product_id": "saltbundle-swig-4.1.1-90002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"product_id": "saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"product_id": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"product_id": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"product": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"product_id": "saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"product_id": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"product_id": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"product_id": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"product_id": "saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"product": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"product_id": "saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fdupes-1.61-90002.3.3.1.s390x",
"product": {
"name": "fdupes-1.61-90002.3.3.1.s390x",
"product_id": "fdupes-1.61-90002.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "golang-1.22.9-90002.1.3.2.s390x",
"product": {
"name": "golang-1.22.9-90002.1.3.2.s390x",
"product_id": "golang-1.22.9-90002.1.3.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-90002.1.3.2.s390x",
"product": {
"name": "golang-bin-1.22.9-90002.1.3.2.s390x",
"product_id": "golang-bin-1.22.9-90002.1.3.2.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"product_id": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-90002.3.12.1.s390x",
"product": {
"name": "mgrctl-5.2.12-90002.3.12.1.s390x",
"product_id": "mgrctl-5.2.12-90002.3.12.1.s390x"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"product_id": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"product": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"product_id": "saltbundle-libsodium-1.0.21-90002.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"product_id": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"product": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"product_id": "saltbundle-libzmq-4.3.5-90002.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"product": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"product_id": "saltbundle-swig-4.1.1-90002.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"product": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"product_id": "saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"product_id": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"product_id": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-base-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-curses-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-devel-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-libs-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"product": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"product_id": "saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"product_id": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"product_id": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"product_id": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"product": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"product_id": "saltbundlepy-tools-3.11.15-90002.4.12.2.s390x"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"product": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"product_id": "saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-90002.5.19.1.s390x",
"product": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.s390x",
"product_id": "venv-salt-minion-3006.0-90002.5.19.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fdupes-1.61-90002.3.3.1.x86_64",
"product": {
"name": "fdupes-1.61-90002.3.3.1.x86_64",
"product_id": "fdupes-1.61-90002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "golang-1.22.9-90002.1.3.2.x86_64",
"product": {
"name": "golang-1.22.9-90002.1.3.2.x86_64",
"product_id": "golang-1.22.9-90002.1.3.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-90002.1.3.2.x86_64",
"product": {
"name": "golang-bin-1.22.9-90002.1.3.2.x86_64",
"product_id": "golang-bin-1.22.9-90002.1.3.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"product_id": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-90002.3.12.1.x86_64",
"product": {
"name": "mgrctl-5.2.12-90002.3.12.1.x86_64",
"product_id": "mgrctl-5.2.12-90002.3.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"product": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"product_id": "saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"product_id": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"product": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"product_id": "saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"product": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"product_id": "saltbundle-swig-4.1.1-90002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"product_id": "saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"product_id": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"product_id": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-base-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"product_id": "saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"product_id": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"product_id": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"product_id": "saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"product_id": "saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"product_id": "venv-salt-minion-3006.0-90002.5.19.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product": {
"name": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
}
},
{
"category": "product_name",
"name": "SUSE Multi Linux Manager Tools EL-9",
"product": {
"name": "SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fdupes-1.61-90002.3.3.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64"
},
"product_reference": "fdupes-1.61-90002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fdupes-1.61-90002.3.3.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le"
},
"product_reference": "fdupes-1.61-90002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fdupes-1.61-90002.3.3.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x"
},
"product_reference": "fdupes-1.61-90002.3.3.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fdupes-1.61-90002.3.3.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64"
},
"product_reference": "fdupes-1.61-90002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-90002.1.3.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64"
},
"product_reference": "golang-1.22.9-90002.1.3.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-90002.1.3.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le"
},
"product_reference": "golang-1.22.9-90002.1.3.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-90002.1.3.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x"
},
"product_reference": "golang-1.22.9-90002.1.3.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-90002.1.3.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64"
},
"product_reference": "golang-1.22.9-90002.1.3.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-90002.1.3.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64"
},
"product_reference": "golang-bin-1.22.9-90002.1.3.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-90002.1.3.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le"
},
"product_reference": "golang-bin-1.22.9-90002.1.3.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-90002.1.3.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x"
},
"product_reference": "golang-bin-1.22.9-90002.1.3.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-90002.1.3.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64"
},
"product_reference": "golang-bin-1.22.9-90002.1.3.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-1.22.9-90002.1.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch"
},
"product_reference": "golang-docs-1.22.9-90002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-1.22.9-90002.1.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch"
},
"product_reference": "golang-misc-1.22.9-90002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-packaging-15.0.17-90002.3.3.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch"
},
"product_reference": "golang-packaging-15.0.17-90002.3.3.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-1.22.9-90002.1.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch"
},
"product_reference": "golang-src-1.22.9-90002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-1.22.9-90002.1.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch"
},
"product_reference": "golang-tests-1.22.9-90002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch"
},
"product_reference": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64"
},
"product_reference": "saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x"
},
"product_reference": "saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64"
},
"product_reference": "saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64"
},
"product_reference": "saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x"
},
"product_reference": "saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64"
},
"product_reference": "saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64"
},
"product_reference": "saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x"
},
"product_reference": "saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-90002.3.3.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64"
},
"product_reference": "saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch"
},
"product_reference": "saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x"
},
"product_reference": "saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-docker-7.1.0-90002.4.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch"
},
"product_reference": "saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le"
},
"product_reference": "saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x"
},
"product_reference": "saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch"
},
"product_reference": "saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch"
},
"product_reference": "saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch"
},
"product_reference": "saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch"
},
"product_reference": "saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-requests-2.33.1-90002.4.3.2.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch"
},
"product_reference": "saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64"
},
"product_reference": "saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le"
},
"product_reference": "saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x"
},
"product_reference": "saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64"
},
"product_reference": "saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le"
},
"product_reference": "saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x"
},
"product_reference": "saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch"
},
"product_reference": "saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch"
},
"product_reference": "saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-0.1.79-90002.3.9.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch"
},
"product_reference": "scap-security-guide-0.1.79-90002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-debian-0.1.79-90002.3.9.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch"
},
"product_reference": "scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch"
},
"product_reference": "scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-90002.3.12.1.noarch as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch"
},
"product_reference": "spacecmd-5.2.8-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.aarch64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.s390x as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.s390x",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.x86_64 as component of SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.s390x as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-90002.3.12.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64"
},
"product_reference": "mgrctl-5.2.12-90002.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch"
},
"product_reference": "mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-90002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch"
},
"product_reference": "spacecmd-5.2.8-90002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.s390x as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.s390x",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-90002.5.19.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-9",
"product_id": "SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21698"
}
],
"notes": [
{
"category": "general",
"text": "client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler that will sanitize the request method given by Go http.Request; and using a reverse proxy or web application firewall, configured to only allow a limited set of methods.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21698",
"url": "https://www.suse.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "SUSE Bug 1196338 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1196338"
},
{
"category": "external",
"summary": "SUSE Bug 1248689 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1248689"
}
],
"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 Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.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 Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:09Z",
"details": "important"
}
],
"title": "CVE-2022-21698"
},
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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 Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
}
],
"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 Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"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 Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE Multi Linux Manager Tools EL-9:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE Multi Linux Manager Tools EL-9:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE Multi Linux Manager Tools EL-9:venv-salt-minion-3006.0-90002.5.19.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:fdupes-1.61-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-90002.1.3.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-90002.3.6.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-90002.3.9.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-90002.3.6.3.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-90002.1.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-90002.3.12.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-90002.3.3.4.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-90002.3.3.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-90002.3.9.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-90002.3.6.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-90002.3.14.1.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-90002.3.14.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-90002.3.9.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-90002.3.6.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-90002.3.6.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-90002.4.3.2.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-90002.4.12.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-90002.4.9.2.x86_64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-90002.3.3.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-90002.3.8.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-90002.3.9.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-90002.3.12.1.noarch",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.aarch64",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.ppc64le",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.s390x",
"SUSE:EL-9:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-90002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2026:2764-1
Vulnerability from csaf_suse - Published: 2026-07-06 07:46 - Updated: 2026-07-06 07:46Summary
Security update 5.1.4 for Multi-Linux Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update 5.1.4 for Multi-Linux Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-QubitProducts-exporter_exporter:
- Security issue fixed:
- CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter
(bsc#1248699)
golang-github-lusitaniae-apache_exporter:
- Non customer facing changes
golang-github-prometheus-node_exporter updated to version 1.10.2:
- Security issues fixed:
- CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)
- CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)
- Highlights of other changes and bug fixes:
- Backward Compatibility and packaging changes:
- Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains
- Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility
- Version 1.10.2:
- Fixed typo in Zswap metric name (meminfo)
- Version 1.10.1:
- Fixed mount points being collected multiple times (filesystem)
- Refactored mountinfo parsing (bsc#1261810)
- Added Zswap/Zswapped metrics (meminfo)
- Version 1.10.0:
- New collectors: PCIe devices, swaps
- Added systemd virtualization metrics, AIX metrics
- WiFi packet metrics, additional PCIe and TLB metrics
- Changed mdadm to use sysfs, added erofs to excluded filesystems
- Fixed bugs: cpufreq collector, ethtool metrics
- Version 1.9.1:
- Fixed missing IRQ on older kernels (pressure)
- Version 1.9.0 (jsc#PED-12485):
- Switched to Go log/slog for logging
- Converted meminfo to use procfs library
- New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,
hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,
- Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance
optimizations
- Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing
- Use systemd-sysusers to configure the user in a dedicated 'system-user-prometheus' subpackage (bsc#1235516)
- Version 1.8.x:
- Fixed CPU pressure metric collection, pressure collector nil reference
- Version 1.8.0:
- New collectors: xfrm (IPsec), watchdog
- Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing
- Removed caching of os-release file modtime/filename
- Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race
- Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):
- New: CPU vulnerabilities reporting from sysfs
- Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,
qdisc performance, hwmon filtering, rtnetlink for ARP stats
- Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index
- Version 1.6.0:
- Deprecated ntp and supervisord collectors
- Removed bcache cache_readaheads_totals metrics
- Improved offline CPU handling (removed metrics for offline CPUs)
- New: softirqs collector
- Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced
btrfs privileges
- Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts
prometheus-postgres_exporter:
- Security Fixes:
- CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)
scap-security-guide:
- Non customer facing changes
spacecmd updated to version 5.2.8:
- Key Update Highlights (v5.2.3-0):
- Fixed typo in spacecmd help ca-cert flag (bsc#1253174)
- Add subcommand to check if reboot is needed after applying all available patches
- Key Update Highlights (v5.2.1-0):
- Use JSON instead of pickle for spacecmd cache (bsc#1227579)
- Fixed methods in api namespace in spacecmd (bsc#1249532)
- Other changes (v5.2.2-0 to 5.2.8-0):
- Translation strings updates
- Internal updates with non customer facing changes
uyuni-tools updated to version 5.2.12:
- Key Update Highlights (v5.2.11-0)
- Improved pod readiness checks (bsc#1266012)
- Key Update Highlights (v5.2.10-0)
- Preserve hub replicas during upgrade (bsc#1262708)
- Added mgrctl 'ssh' and 'ssh remove_known_host' commands
- Fixed startup checks for main server container (bsc#1263157)
- Fixed service dependencies (bsc#1263823)
- Updated default tag to 5.1.3.1 (bsc#1262760)
- Fixed missing registry for db image (bsc#1259739)
- Fixed Report DB CA certificate (bsc#1260806)
- Key Update Highlights (v5.2.7-0)
- Admin secrets no longer required on upgrades (bsc#1262409)
- Key Update Highlights (v5.2.6-0)
- Fixed database online backup
- mgrctl copy command now infers target name automatically
- Restored TFTP port to proxy (bsc#1260905)
- TFTP disabled by default on server
- Key Update Highlights (v5.2.5-0)
- Removed migrate command
- Removed hub register command
- Split TFTP server into separate container
- Removed Kubernetes install/upgrade from mgrpxy
- Key Update Highlights (v5.2.1-0)
- Fixed --dbupgrade-tag parameter (bsc#1249400)
- Added --registry-host, --registry-user, --registry-password options
- Deprecated --registry option
- Added SUSE Linux Enterprise 15 SP7 support
- Migrated custom SSL CA certificates (bsc#1232641)
- Other changes (v5.2.1-0 to v5.2.12-0):
- Translation strings updates
- Internal updates with version bump but without customer facing changes
venv-salt-minion:
- Improved shutdown reliability when the salt-master/minion is terminated
- Fixed broken 'pkg.info_installed' after migration to salt.utils.timeutil
- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)
- Hardened Tornado from invalid HTTP reason phrases
- Read full URI from ldap pillar config (bsc#1254900)
Patchnames: SUSE-2026-2764,SUSE-MultiLinuxManagerTools-EL-8-2026-2764
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
130 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
130 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
130 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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 5.1.4 for Multi-Linux Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- Security issue fixed:\n - CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter\n (bsc#1248699)\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Non customer facing changes\n\ngolang-github-prometheus-node_exporter updated to version 1.10.2:\n\n- Security issues fixed:\n - CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)\n - CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)\n\n- Highlights of other changes and bug fixes:\n\n - Backward Compatibility and packaging changes:\n - Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains\n - Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility\n - Version 1.10.2:\n - Fixed typo in Zswap metric name (meminfo)\n - Version 1.10.1:\n - Fixed mount points being collected multiple times (filesystem)\n - Refactored mountinfo parsing (bsc#1261810)\n - Added Zswap/Zswapped metrics (meminfo)\n - Version 1.10.0:\n - New collectors: PCIe devices, swaps\n - Added systemd virtualization metrics, AIX metrics\n - WiFi packet metrics, additional PCIe and TLB metrics\n - Changed mdadm to use sysfs, added erofs to excluded filesystems\n - Fixed bugs: cpufreq collector, ethtool metrics\n - Version 1.9.1:\n - Fixed missing IRQ on older kernels (pressure)\n - Version 1.9.0 (jsc#PED-12485):\n - Switched to Go log/slog for logging\n - Converted meminfo to use procfs library\n - New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,\n hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,\n - Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance\n optimizations\n - Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing\n - Use systemd-sysusers to configure the user in a dedicated \u0027system-user-prometheus\u0027 subpackage (bsc#1235516)\n - Version 1.8.x:\n - Fixed CPU pressure metric collection, pressure collector nil reference\n - Version 1.8.0:\n - New collectors: xfrm (IPsec), watchdog\n - Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing\n - Removed caching of os-release file modtime/filename\n - Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race\n - Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):\n - New: CPU vulnerabilities reporting from sysfs\n - Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,\n qdisc performance, hwmon filtering, rtnetlink for ARP stats\n - Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index\n - Version 1.6.0:\n - Deprecated ntp and supervisord collectors\n - Removed bcache cache_readaheads_totals metrics\n - Improved offline CPU handling (removed metrics for offline CPUs)\n - New: softirqs collector\n - Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced\n btrfs privileges\n - Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts\n\nprometheus-postgres_exporter:\n\n- Security Fixes:\n - CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)\n\nscap-security-guide:\n\n- Non customer facing changes\n\nspacecmd updated to version 5.2.8:\n\n- Key Update Highlights (v5.2.3-0):\n - Fixed typo in spacecmd help ca-cert flag (bsc#1253174)\n - Add subcommand to check if reboot is needed after applying all available patches\n- Key Update Highlights (v5.2.1-0):\n - Use JSON instead of pickle for spacecmd cache (bsc#1227579)\n - Fixed methods in api namespace in spacecmd (bsc#1249532)\n- Other changes (v5.2.2-0 to 5.2.8-0):\n - Translation strings updates\n - Internal updates with non customer facing changes\n\nuyuni-tools updated to version 5.2.12:\n\n- Key Update Highlights (v5.2.11-0)\n - Improved pod readiness checks (bsc#1266012)\n\n- Key Update Highlights (v5.2.10-0)\n - Preserve hub replicas during upgrade (bsc#1262708)\n - Added mgrctl \u0027ssh\u0027 and \u0027ssh remove_known_host\u0027 commands\n - Fixed startup checks for main server container (bsc#1263157)\n - Fixed service dependencies (bsc#1263823)\n - Updated default tag to 5.1.3.1 (bsc#1262760)\n - Fixed missing registry for db image (bsc#1259739)\n - Fixed Report DB CA certificate (bsc#1260806)\n\n- Key Update Highlights (v5.2.7-0)\n - Admin secrets no longer required on upgrades (bsc#1262409)\n\n- Key Update Highlights (v5.2.6-0)\n - Fixed database online backup\n - mgrctl copy command now infers target name automatically\n - Restored TFTP port to proxy (bsc#1260905)\n - TFTP disabled by default on server\n\n- Key Update Highlights (v5.2.5-0)\n - Removed migrate command\n - Removed hub register command\n - Split TFTP server into separate container\n - Removed Kubernetes install/upgrade from mgrpxy\n\n- Key Update Highlights (v5.2.1-0)\n - Fixed --dbupgrade-tag parameter (bsc#1249400)\n - Added --registry-host, --registry-user, --registry-password options\n - Deprecated --registry option\n - Added SUSE Linux Enterprise 15 SP7 support\n - Migrated custom SSL CA certificates (bsc#1232641)\n \n- Other changes (v5.2.1-0 to v5.2.12-0):\n - Translation strings updates\n - Internal updates with version bump but without customer facing changes\n\nvenv-salt-minion:\n\n- Improved shutdown reliability when the salt-master/minion is terminated\n- Fixed broken \u0027pkg.info_installed\u0027 after migration to salt.utils.timeutil\n- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)\n- Hardened Tornado from invalid HTTP reason phrases\n- Read full URI from ldap pillar config (bsc#1254900)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2764,SUSE-MultiLinuxManagerTools-EL-8-2026-2764",
"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-2026_2764-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2764-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262764-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2764-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047994.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227579",
"url": "https://bugzilla.suse.com/1227579"
},
{
"category": "self",
"summary": "SUSE Bug 1229105",
"url": "https://bugzilla.suse.com/1229105"
},
{
"category": "self",
"summary": "SUSE Bug 1232641",
"url": "https://bugzilla.suse.com/1232641"
},
{
"category": "self",
"summary": "SUSE Bug 1235516",
"url": "https://bugzilla.suse.com/1235516"
},
{
"category": "self",
"summary": "SUSE Bug 1236516",
"url": "https://bugzilla.suse.com/1236516"
},
{
"category": "self",
"summary": "SUSE Bug 1238686",
"url": "https://bugzilla.suse.com/1238686"
},
{
"category": "self",
"summary": "SUSE Bug 1248699",
"url": "https://bugzilla.suse.com/1248699"
},
{
"category": "self",
"summary": "SUSE Bug 1248707",
"url": "https://bugzilla.suse.com/1248707"
},
{
"category": "self",
"summary": "SUSE Bug 1249400",
"url": "https://bugzilla.suse.com/1249400"
},
{
"category": "self",
"summary": "SUSE Bug 1249532",
"url": "https://bugzilla.suse.com/1249532"
},
{
"category": "self",
"summary": "SUSE Bug 1253174",
"url": "https://bugzilla.suse.com/1253174"
},
{
"category": "self",
"summary": "SUSE Bug 1254900",
"url": "https://bugzilla.suse.com/1254900"
},
{
"category": "self",
"summary": "SUSE Bug 1257583",
"url": "https://bugzilla.suse.com/1257583"
},
{
"category": "self",
"summary": "SUSE Bug 1259700",
"url": "https://bugzilla.suse.com/1259700"
},
{
"category": "self",
"summary": "SUSE Bug 1259739",
"url": "https://bugzilla.suse.com/1259739"
},
{
"category": "self",
"summary": "SUSE Bug 1260806",
"url": "https://bugzilla.suse.com/1260806"
},
{
"category": "self",
"summary": "SUSE Bug 1260905",
"url": "https://bugzilla.suse.com/1260905"
},
{
"category": "self",
"summary": "SUSE Bug 1261810",
"url": "https://bugzilla.suse.com/1261810"
},
{
"category": "self",
"summary": "SUSE Bug 1261902",
"url": "https://bugzilla.suse.com/1261902"
},
{
"category": "self",
"summary": "SUSE Bug 1262409",
"url": "https://bugzilla.suse.com/1262409"
},
{
"category": "self",
"summary": "SUSE Bug 1262708",
"url": "https://bugzilla.suse.com/1262708"
},
{
"category": "self",
"summary": "SUSE Bug 1262760",
"url": "https://bugzilla.suse.com/1262760"
},
{
"category": "self",
"summary": "SUSE Bug 1263157",
"url": "https://bugzilla.suse.com/1263157"
},
{
"category": "self",
"summary": "SUSE Bug 1263823",
"url": "https://bugzilla.suse.com/1263823"
},
{
"category": "self",
"summary": "SUSE Bug 1266012",
"url": "https://bugzilla.suse.com/1266012"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-21698 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21698/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update 5.1.4 for Multi-Linux Manager Client Tools",
"tracking": {
"current_release_date": "2026-07-06T07:46:40Z",
"generator": {
"date": "2026-07-06T07:46:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2764-1",
"initial_release_date": "2026-07-06T07:46:40Z",
"revision_history": [
{
"date": "2026-07-06T07:46:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-80002.1.3.5.aarch64",
"product": {
"name": "golang-1.22.9-80002.1.3.5.aarch64",
"product_id": "golang-1.22.9-80002.1.3.5.aarch64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-80002.1.3.5.aarch64",
"product": {
"name": "golang-bin-1.22.9-80002.1.3.5.aarch64",
"product_id": "golang-bin-1.22.9-80002.1.3.5.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"product_id": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-80002.3.12.4.aarch64",
"product": {
"name": "mgrctl-5.2.12-80002.3.12.4.aarch64",
"product_id": "mgrctl-5.2.12-80002.3.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"product": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"product_id": "saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"product_id": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"product": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"product_id": "saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"product": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"product_id": "saltbundle-swig-4.1.1-80002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"product_id": "saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-base-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"product_id": "saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"product_id": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"product_id": "saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"product_id": "saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"product_id": "venv-salt-minion-3006.0-80002.5.19.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-1.22.9-80002.1.3.5.noarch",
"product": {
"name": "golang-docs-1.22.9-80002.1.3.5.noarch",
"product_id": "golang-docs-1.22.9-80002.1.3.5.noarch"
}
},
{
"category": "product_version",
"name": "golang-misc-1.22.9-80002.1.3.5.noarch",
"product": {
"name": "golang-misc-1.22.9-80002.1.3.5.noarch",
"product_id": "golang-misc-1.22.9-80002.1.3.5.noarch"
}
},
{
"category": "product_version",
"name": "golang-packaging-15.0.17-80002.3.3.4.noarch",
"product": {
"name": "golang-packaging-15.0.17-80002.3.3.4.noarch",
"product_id": "golang-packaging-15.0.17-80002.3.3.4.noarch"
}
},
{
"category": "product_version",
"name": "golang-src-1.22.9-80002.1.3.5.noarch",
"product": {
"name": "golang-src-1.22.9-80002.1.3.5.noarch",
"product_id": "golang-src-1.22.9-80002.1.3.5.noarch"
}
},
{
"category": "product_version",
"name": "golang-tests-1.22.9-80002.1.3.5.noarch",
"product": {
"name": "golang-tests-1.22.9-80002.1.3.5.noarch",
"product_id": "golang-tests-1.22.9-80002.1.3.5.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"product": {
"name": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"product_id": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch"
}
},
{
"category": "product_version",
"name": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"product": {
"name": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"product_id": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"product": {
"name": "saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"product_id": "saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"product": {
"name": "saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"product_id": "saltbundlepy-docker-7.1.0-80002.4.3.5.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"product": {
"name": "saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"product_id": "saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"product": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"product_id": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"product": {
"name": "saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"product_id": "saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"product": {
"name": "saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"product_id": "saltbundlepy-requests-2.33.1-80002.4.3.5.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"product": {
"name": "saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"product_id": "saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-0.1.79-80002.3.9.6.noarch",
"product": {
"name": "scap-security-guide-0.1.79-80002.3.9.6.noarch",
"product_id": "scap-security-guide-0.1.79-80002.3.9.6.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"product": {
"name": "scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"product_id": "scap-security-guide-debian-0.1.79-80002.3.9.6.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"product": {
"name": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"product_id": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch"
}
},
{
"category": "product_version",
"name": "scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"product": {
"name": "scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"product_id": "scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-5.2.8-80002.3.12.4.noarch",
"product": {
"name": "spacecmd-5.2.8-80002.3.12.4.noarch",
"product_id": "spacecmd-5.2.8-80002.3.12.4.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-80002.1.3.5.ppc64le",
"product": {
"name": "golang-1.22.9-80002.1.3.5.ppc64le",
"product_id": "golang-1.22.9-80002.1.3.5.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-80002.1.3.5.ppc64le",
"product": {
"name": "golang-bin-1.22.9-80002.1.3.5.ppc64le",
"product_id": "golang-bin-1.22.9-80002.1.3.5.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"product_id": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-80002.3.12.4.ppc64le",
"product": {
"name": "mgrctl-5.2.12-80002.3.12.4.ppc64le",
"product_id": "mgrctl-5.2.12-80002.3.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"product": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"product_id": "saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"product_id": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"product": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"product_id": "saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"product": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"product_id": "saltbundle-swig-4.1.1-80002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"product": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"product_id": "saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"product": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"product_id": "saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"product_id": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"product_id": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"product_id": "saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"product": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"product_id": "saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-80002.1.3.5.x86_64",
"product": {
"name": "golang-1.22.9-80002.1.3.5.x86_64",
"product_id": "golang-1.22.9-80002.1.3.5.x86_64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-80002.1.3.5.x86_64",
"product": {
"name": "golang-bin-1.22.9-80002.1.3.5.x86_64",
"product_id": "golang-bin-1.22.9-80002.1.3.5.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"product_id": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64"
}
},
{
"category": "product_version",
"name": "mgrctl-5.2.12-80002.3.12.4.x86_64",
"product": {
"name": "mgrctl-5.2.12-80002.3.12.4.x86_64",
"product_id": "mgrctl-5.2.12-80002.3.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"product": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"product_id": "saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"product_id": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"product": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"product_id": "saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"product": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"product_id": "saltbundle-swig-4.1.1-80002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"product_id": "saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"product_id": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"product_id": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-base-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"product_id": "saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"product_id": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"product_id": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"product_id": "saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"product_id": "saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"product_id": "venv-salt-minion-3006.0-80002.5.19.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product": {
"name": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
}
},
{
"category": "product_name",
"name": "SUSE Multi Linux Manager Tools EL-8",
"product": {
"name": "SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-80002.1.3.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64"
},
"product_reference": "golang-1.22.9-80002.1.3.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-80002.1.3.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le"
},
"product_reference": "golang-1.22.9-80002.1.3.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-80002.1.3.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64"
},
"product_reference": "golang-1.22.9-80002.1.3.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-80002.1.3.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64"
},
"product_reference": "golang-bin-1.22.9-80002.1.3.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-80002.1.3.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le"
},
"product_reference": "golang-bin-1.22.9-80002.1.3.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-80002.1.3.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64"
},
"product_reference": "golang-bin-1.22.9-80002.1.3.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-1.22.9-80002.1.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch"
},
"product_reference": "golang-docs-1.22.9-80002.1.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-1.22.9-80002.1.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch"
},
"product_reference": "golang-misc-1.22.9-80002.1.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-packaging-15.0.17-80002.3.3.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch"
},
"product_reference": "golang-packaging-15.0.17-80002.3.3.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-1.22.9-80002.1.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch"
},
"product_reference": "golang-src-1.22.9-80002.1.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-1.22.9-80002.1.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch"
},
"product_reference": "golang-tests-1.22.9-80002.1.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch"
},
"product_reference": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64"
},
"product_reference": "saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le"
},
"product_reference": "saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64"
},
"product_reference": "saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64"
},
"product_reference": "saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le"
},
"product_reference": "saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64"
},
"product_reference": "saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64"
},
"product_reference": "saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le"
},
"product_reference": "saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-80002.3.3.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64"
},
"product_reference": "saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch"
},
"product_reference": "saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le"
},
"product_reference": "saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-docker-7.1.0-80002.4.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch"
},
"product_reference": "saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le"
},
"product_reference": "saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch"
},
"product_reference": "saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch"
},
"product_reference": "saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch"
},
"product_reference": "saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch"
},
"product_reference": "saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-requests-2.33.1-80002.4.3.5.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch"
},
"product_reference": "saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64"
},
"product_reference": "saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le"
},
"product_reference": "saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64"
},
"product_reference": "saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le"
},
"product_reference": "saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch"
},
"product_reference": "saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch"
},
"product_reference": "saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-0.1.79-80002.3.9.6.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch"
},
"product_reference": "scap-security-guide-0.1.79-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-debian-0.1.79-80002.3.9.6.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch"
},
"product_reference": "scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch"
},
"product_reference": "scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-80002.3.12.4.noarch as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch"
},
"product_reference": "spacecmd-5.2.8-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.aarch64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.x86_64 as component of SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-5.2.12-80002.3.12.4.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64"
},
"product_reference": "mgrctl-5.2.12-80002.3.12.4.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch"
},
"product_reference": "mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch"
},
"product_reference": "mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch"
},
"product_reference": "scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-80002.3.12.4.noarch as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch"
},
"product_reference": "spacecmd-5.2.8-80002.3.12.4.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.aarch64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-80002.5.19.1.x86_64 as component of SUSE Multi Linux Manager Tools EL-8",
"product_id": "SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools EL-8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21698"
}
],
"notes": [
{
"category": "general",
"text": "client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler that will sanitize the request method given by Go http.Request; and using a reverse proxy or web application firewall, configured to only allow a limited set of methods.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21698",
"url": "https://www.suse.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "SUSE Bug 1196338 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1196338"
},
{
"category": "external",
"summary": "SUSE Bug 1248689 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1248689"
}
],
"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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:40Z",
"details": "important"
}
],
"title": "CVE-2022-21698"
},
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
}
],
"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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:40Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"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 Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE Multi Linux Manager Tools EL-8:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE Multi Linux Manager Tools EL-8:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools EL-8:venv-salt-minion-3006.0-80002.5.19.1.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-80002.1.3.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-80002.3.6.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-80002.3.9.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-80002.1.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-5.2.12-80002.3.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-bash-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:mgrctl-zsh-completion-5.2.12-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-80002.3.3.6.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-80002.3.3.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-80002.3.9.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-80002.3.14.2.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-80002.3.14.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-80002.3.6.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-80002.3.6.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-80002.4.3.5.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-80002.4.12.4.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-80002.4.9.5.x86_64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-80002.3.3.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-80002.3.8.2.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-debian-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-redhat-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:scap-security-guide-ubuntu-0.1.79-80002.3.9.6.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-80002.3.12.4.noarch",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.aarch64",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.ppc64le",
"SUSE:RES-8:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-80002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:46:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
SUSE-SU-2026:2765-1
Vulnerability from csaf_suse - Published: 2026-07-06 07:47 - Updated: 2026-07-06 07:47Summary
Security update 5.1.4 for Multi-Linux Manager Client Tools
Severity
Important
Notes
Title of the patch: Security update 5.1.4 for Multi-Linux Manager Client Tools
Description of the patch: This update fixes the following issues:
golang-github-QubitProducts-exporter_exporter:
- Security issue fixed:
- CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter
(bsc#1248699)
golang-github-lusitaniae-apache_exporter:
- Non customer facing changes
golang-github-prometheus-node_exporter updated to version 1.10.2:
- Security issues fixed:
- CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)
- CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)
- Highlights of other changes and bug fixes:
- Backward Compatibility and packaging changes:
- Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains
- Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility
- Version 1.10.2:
- Fixed typo in Zswap metric name (meminfo)
- Version 1.10.1:
- Fixed mount points being collected multiple times (filesystem)
- Refactored mountinfo parsing (bsc#1261810)
- Added Zswap/Zswapped metrics (meminfo)
- Version 1.10.0:
- New collectors: PCIe devices, swaps
- Added systemd virtualization metrics, AIX metrics
- WiFi packet metrics, additional PCIe and TLB metrics
- Changed mdadm to use sysfs, added erofs to excluded filesystems
- Fixed bugs: cpufreq collector, ethtool metrics
- Version 1.9.1:
- Fixed missing IRQ on older kernels (pressure)
- Version 1.9.0 (jsc#PED-12485):
- Switched to Go log/slog for logging
- Converted meminfo to use procfs library
- New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,
hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,
- Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance
optimizations
- Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing
- Use systemd-sysusers to configure the user in a dedicated 'system-user-prometheus' subpackage (bsc#1235516)
- Version 1.8.x:
- Fixed CPU pressure metric collection, pressure collector nil reference
- Version 1.8.0:
- New collectors: xfrm (IPsec), watchdog
- Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing
- Removed caching of os-release file modtime/filename
- Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race
- Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):
- New: CPU vulnerabilities reporting from sysfs
- Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,
qdisc performance, hwmon filtering, rtnetlink for ARP stats
- Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index
- Version 1.6.0:
- Deprecated ntp and supervisord collectors
- Removed bcache cache_readaheads_totals metrics
- Improved offline CPU handling (removed metrics for offline CPUs)
- New: softirqs collector
- Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced
btrfs privileges
- Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts
mgr-push updated to version 5.2.4:
- Internal updates with no customer facing changes across versions (v5.2.1-0 to v5.2.4-0)
prometheus-postgres_exporter:
- Security issue fixed:
- CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)
python-simplejson:
- Non customer facing changes
rhnlib updated to version 5.2.5:
- Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.5-0)
spacecmd updated to version 5.2.8:
- Key Update Highlights (v5.2.3-0):
- Fixed typo in spacecmd help ca-cert flag (bsc#1253174)
- Add subcommand to check if reboot is needed after applying all available patches
- Key Update Highlights (v5.2.1-0):
- Use JSON instead of pickle for spacecmd cache (bsc#1227579)
- Fixed methods in api namespace in spacecmd (bsc#1249532)
- Other changes (v5.2.2-0 to 5.2.8-0):
- Translation strings updates
- Internal updates with non customer facing changes
spacewalk-client-tools updated to version 5.2.6:
- Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.6-0)
uyuni-common-libs updated to version 5.2.5:
- Key Update Highlights (v5.2.5-0):
- Cleaned up the checksum module by removing legacy MD5/SHA1 fallback imports in favor of using
standard hashlib directly
- Other changes:
- Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.5-0)
venv-salt-minion:
- Improved shutdown reliability when the salt-master/minion is terminated
- Fixed broken 'pkg.info_installed' after migration to salt.utils.timeutil
- Calculate UUID grain for Xen PV guests (bsc#1255418)
- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)
- Hardened Tornado from invalid HTTP reason phrases
- Read full URI from ldap pillar config (bsc#1254900)
Patchnames: SUSE-2026-2765,SUSE-MultiLinuxManagerTools-RES-7-2026-2765
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
135 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
135 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
135 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
28 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 5.1.4 for Multi-Linux Manager Client Tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- Security issue fixed:\n - CVE-2022-21698: Fixed prometheus/client_golang possible denial of service using InstrumentHandlerCounter\n (bsc#1248699)\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Non customer facing changes\n\ngolang-github-prometheus-node_exporter updated to version 1.10.2:\n\n- Security issues fixed:\n - CVE-2025-22870: Fixed potential proxy bypass using IPv6 zone IDs (v1.9.1) (bsc#1238686)\n - CVE-2023-45288: Close connections when receiving too many headers (v1.9.0) (bsc#1236516)\n\n- Highlights of other changes and bug fixes:\n\n - Backward Compatibility and packaging changes:\n - Added compatibility for Go 1.22/1.23 needed in older RHEL toolchains\n - Pinned golang.org/x/net to v0.37.0 for Go 1.22 compatibility\n - Version 1.10.2:\n - Fixed typo in Zswap metric name (meminfo)\n - Version 1.10.1:\n - Fixed mount points being collected multiple times (filesystem)\n - Refactored mountinfo parsing (bsc#1261810)\n - Added Zswap/Zswapped metrics (meminfo)\n - Version 1.10.0:\n - New collectors: PCIe devices, swaps\n - Added systemd virtualization metrics, AIX metrics\n - WiFi packet metrics, additional PCIe and TLB metrics\n - Changed mdadm to use sysfs, added erofs to excluded filesystems\n - Fixed bugs: cpufreq collector, ethtool metrics\n - Version 1.9.1:\n - Fixed missing IRQ on older kernels (pressure)\n - Version 1.9.0 (jsc#PED-12485):\n - Switched to Go log/slog for logging\n - Converted meminfo to use procfs library\n - New features: filesystem mount info, Btrfs commit stats, interrupt filtering, slabinfo filters, IRQ PSI metrics,\n hwmon filtering, network interface alias labels, GPU clock frequencies, AIX support,\n - Enhancements: TCP receive queue drop, block device rotational status, CPU online status, performance\n optimizations\n - Fixed: ZFS integer underflow, CPU pressure on limited systems, dataset name parsing\n - Use systemd-sysusers to configure the user in a dedicated \u0027system-user-prometheus\u0027 subpackage (bsc#1235516)\n - Version 1.8.x:\n - Fixed CPU pressure metric collection, pressure collector nil reference\n - Version 1.8.0:\n - New collectors: xfrm (IPsec), watchdog\n - Added CPU vulnerability mitigation labels, TCP out-of-order queue metrics, filesystem device error surfacing\n - Removed caching of os-release file modtime/filename\n - Fixed: hwmon nil pointer, ethtool metric sanitization, NetClass data race\n - Version 1.7.0 (jsc#PED-7893, jsc#PED-7928):\n - New: CPU vulnerabilities reporting from sysfs\n - Enhancements: parallelized filesystem stat calls, missing link speeds in ethtool, CPU MHz values,\n qdisc performance, hwmon filtering, rtnetlink for ARP stats\n - Fixed: netdev 32-bit fallback, btrfs handle leaks, NFSd v4 index\n - Version 1.6.0:\n - Deprecated ntp and supervisord collectors\n - Removed bcache cache_readaheads_totals metrics\n - Improved offline CPU handling (removed metrics for offline CPUs)\n - New: softirqs collector\n - Enhancements: ZFS zpool states and memory metrics, network interface admin state, CPU frequency governor, reduced\n btrfs privileges\n - Fixed: perf tracefs detection, thermal zone noise, Linux aarch64 interrupts\n\nmgr-push updated to version 5.2.4:\n\n- Internal updates with no customer facing changes across versions (v5.2.1-0 to v5.2.4-0)\n\nprometheus-postgres_exporter:\n\n- Security issue fixed:\n - CVE-2022-21698: Fixed denial of service using InstrumentHandlerCounter (bsc#1248699)\n\npython-simplejson:\n\n- Non customer facing changes\n\nrhnlib updated to version 5.2.5:\n\n- Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.5-0)\n\nspacecmd updated to version 5.2.8:\n\n- Key Update Highlights (v5.2.3-0):\n - Fixed typo in spacecmd help ca-cert flag (bsc#1253174)\n - Add subcommand to check if reboot is needed after applying all available patches\n- Key Update Highlights (v5.2.1-0):\n - Use JSON instead of pickle for spacecmd cache (bsc#1227579)\n - Fixed methods in api namespace in spacecmd (bsc#1249532)\n- Other changes (v5.2.2-0 to 5.2.8-0):\n - Translation strings updates\n - Internal updates with non customer facing changes\n\nspacewalk-client-tools updated to version 5.2.6:\n\n- Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.6-0)\n \nuyuni-common-libs updated to version 5.2.5:\n\n- Key Update Highlights (v5.2.5-0):\n - Cleaned up the checksum module by removing legacy MD5/SHA1 fallback imports in favor of using\n standard hashlib directly\n- Other changes:\n - Internal updates with non customer facing changes across versions (v5.2.1-0 to v5.2.5-0)\n\nvenv-salt-minion:\n\n- Improved shutdown reliability when the salt-master/minion is terminated\n- Fixed broken \u0027pkg.info_installed\u0027 after migration to salt.utils.timeutil\n- Calculate UUID grain for Xen PV guests (bsc#1255418)\n- Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)\n- Hardened Tornado from invalid HTTP reason phrases\n- Read full URI from ldap pillar config (bsc#1254900)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2765,SUSE-MultiLinuxManagerTools-RES-7-2026-2765",
"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-2026_2765-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2765-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262765-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2765-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047993.html"
},
{
"category": "self",
"summary": "SUSE Bug 1227579",
"url": "https://bugzilla.suse.com/1227579"
},
{
"category": "self",
"summary": "SUSE Bug 1235516",
"url": "https://bugzilla.suse.com/1235516"
},
{
"category": "self",
"summary": "SUSE Bug 1236516",
"url": "https://bugzilla.suse.com/1236516"
},
{
"category": "self",
"summary": "SUSE Bug 1238686",
"url": "https://bugzilla.suse.com/1238686"
},
{
"category": "self",
"summary": "SUSE Bug 1248699",
"url": "https://bugzilla.suse.com/1248699"
},
{
"category": "self",
"summary": "SUSE Bug 1248707",
"url": "https://bugzilla.suse.com/1248707"
},
{
"category": "self",
"summary": "SUSE Bug 1249532",
"url": "https://bugzilla.suse.com/1249532"
},
{
"category": "self",
"summary": "SUSE Bug 1253174",
"url": "https://bugzilla.suse.com/1253174"
},
{
"category": "self",
"summary": "SUSE Bug 1254900",
"url": "https://bugzilla.suse.com/1254900"
},
{
"category": "self",
"summary": "SUSE Bug 1255418",
"url": "https://bugzilla.suse.com/1255418"
},
{
"category": "self",
"summary": "SUSE Bug 1257583",
"url": "https://bugzilla.suse.com/1257583"
},
{
"category": "self",
"summary": "SUSE Bug 1259700",
"url": "https://bugzilla.suse.com/1259700"
},
{
"category": "self",
"summary": "SUSE Bug 1261810",
"url": "https://bugzilla.suse.com/1261810"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-21698 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21698/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
}
],
"title": "Security update 5.1.4 for Multi-Linux Manager Client Tools",
"tracking": {
"current_release_date": "2026-07-06T07:47:16Z",
"generator": {
"date": "2026-07-06T07:47:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2765-1",
"initial_release_date": "2026-07-06T07:47:16Z",
"revision_history": [
{
"date": "2026-07-06T07:47:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-70002.1.3.2.aarch64",
"product": {
"name": "golang-1.22.9-70002.1.3.2.aarch64",
"product_id": "golang-1.22.9-70002.1.3.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-70002.1.3.2.aarch64",
"product": {
"name": "golang-bin-1.22.9-70002.1.3.2.aarch64",
"product_id": "golang-bin-1.22.9-70002.1.3.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"product_id": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"product_id": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64"
}
},
{
"category": "product_version",
"name": "python-simplejson-3.3.1-70002.1.3.1.aarch64",
"product": {
"name": "python-simplejson-3.3.1-70002.1.3.1.aarch64",
"product_id": "python-simplejson-3.3.1-70002.1.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"product": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"product_id": "saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"product_id": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"product": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"product_id": "saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"product": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"product_id": "saltbundle-swig-4.1.1-70002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"product_id": "saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"product_id": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"product_id": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-base-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"product_id": "saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"product_id": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"product_id": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"product": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"product_id": "saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"product_id": "saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"product": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"product_id": "venv-salt-minion-3006.0-70002.5.19.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-1.22.9-70002.1.3.2.noarch",
"product": {
"name": "golang-docs-1.22.9-70002.1.3.2.noarch",
"product_id": "golang-docs-1.22.9-70002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-misc-1.22.9-70002.1.3.2.noarch",
"product": {
"name": "golang-misc-1.22.9-70002.1.3.2.noarch",
"product_id": "golang-misc-1.22.9-70002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-packaging-15.0.17-70002.1.3.1.noarch",
"product": {
"name": "golang-packaging-15.0.17-70002.1.3.1.noarch",
"product_id": "golang-packaging-15.0.17-70002.1.3.1.noarch"
}
},
{
"category": "product_version",
"name": "golang-src-1.22.9-70002.1.3.2.noarch",
"product": {
"name": "golang-src-1.22.9-70002.1.3.2.noarch",
"product_id": "golang-src-1.22.9-70002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "golang-tests-1.22.9-70002.1.3.2.noarch",
"product": {
"name": "golang-tests-1.22.9-70002.1.3.2.noarch",
"product_id": "golang-tests-1.22.9-70002.1.3.2.noarch"
}
},
{
"category": "product_version",
"name": "mgr-push-5.2.4-70002.3.9.2.noarch",
"product": {
"name": "mgr-push-5.2.4-70002.3.9.2.noarch",
"product_id": "mgr-push-5.2.4-70002.3.9.2.noarch"
}
},
{
"category": "product_version",
"name": "python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"product": {
"name": "python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"product_id": "python2-defusedxml-0.5.0-70002.1.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"product": {
"name": "python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"product_id": "python2-mgr-push-5.2.4-70002.3.9.2.noarch"
}
},
{
"category": "product_version",
"name": "python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"product": {
"name": "python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"product_id": "python2-rhnlib-5.2.5-70002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"product": {
"name": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"product_id": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
}
},
{
"category": "product_version",
"name": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"product": {
"name": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"product_id": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"product": {
"name": "python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"product_id": "python3-defusedxml-0.5.0-70002.1.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"product": {
"name": "saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"product_id": "saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"product": {
"name": "saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"product_id": "saltbundlepy-docker-7.1.0-70002.4.3.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"product": {
"name": "saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"product_id": "saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"product": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"product_id": "saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"product": {
"name": "saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"product_id": "saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"product": {
"name": "saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"product_id": "saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"product": {
"name": "saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"product_id": "saltbundlepy-requests-2.33.1-70002.4.3.2.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"product": {
"name": "saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"product_id": "saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"product": {
"name": "saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"product_id": "saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-5.2.8-70002.3.12.1.noarch",
"product": {
"name": "spacecmd-5.2.8-70002.3.12.1.noarch",
"product_id": "spacecmd-5.2.8-70002.3.12.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"product": {
"name": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"product_id": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-70002.1.3.2.ppc64le",
"product": {
"name": "golang-1.22.9-70002.1.3.2.ppc64le",
"product_id": "golang-1.22.9-70002.1.3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-70002.1.3.2.ppc64le",
"product": {
"name": "golang-bin-1.22.9-70002.1.3.2.ppc64le",
"product_id": "golang-bin-1.22.9-70002.1.3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"product_id": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"product_id": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"product": {
"name": "python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"product_id": "python-simplejson-3.3.1-70002.1.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"product_id": "saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"product_id": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"product_id": "saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"product_id": "saltbundle-swig-4.1.1-70002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"product": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"product_id": "saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"product_id": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"product_id": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"product": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"product_id": "saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"product_id": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"product_id": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"product_id": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"product": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"product_id": "saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"product": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"product_id": "saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"product": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"product_id": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-1.22.9-70002.1.3.2.x86_64",
"product": {
"name": "golang-1.22.9-70002.1.3.2.x86_64",
"product_id": "golang-1.22.9-70002.1.3.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-bin-1.22.9-70002.1.3.2.x86_64",
"product": {
"name": "golang-bin-1.22.9-70002.1.3.2.x86_64",
"product_id": "golang-bin-1.22.9-70002.1.3.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"product": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"product": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"product_id": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"product": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"product_id": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64"
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"product": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"product_id": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"product": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"product_id": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64"
}
},
{
"category": "product_version",
"name": "python-simplejson-3.3.1-70002.1.3.1.x86_64",
"product": {
"name": "python-simplejson-3.3.1-70002.1.3.1.x86_64",
"product_id": "python-simplejson-3.3.1-70002.1.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"product": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"product_id": "saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"product": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"product_id": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"product": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"product_id": "saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"product": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"product_id": "saltbundle-swig-4.1.1-70002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"product": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"product_id": "saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"product": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"product_id": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"product": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"product_id": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-base-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"product": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"product_id": "saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"product": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"product_id": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"product": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"product_id": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"product": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"product_id": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"product": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"product_id": "saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"product": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"product_id": "saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64"
}
},
{
"category": "product_version",
"name": "venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"product": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"product_id": "venv-salt-minion-3006.0-70002.5.19.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product": {
"name": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
}
},
{
"category": "product_name",
"name": "SUSE Multi Linux Manager Tools RES-7",
"product": {
"name": "SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-70002.1.3.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64"
},
"product_reference": "golang-1.22.9-70002.1.3.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-70002.1.3.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le"
},
"product_reference": "golang-1.22.9-70002.1.3.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-1.22.9-70002.1.3.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64"
},
"product_reference": "golang-1.22.9-70002.1.3.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-70002.1.3.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64"
},
"product_reference": "golang-bin-1.22.9-70002.1.3.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-70002.1.3.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le"
},
"product_reference": "golang-bin-1.22.9-70002.1.3.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-1.22.9-70002.1.3.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64"
},
"product_reference": "golang-bin-1.22.9-70002.1.3.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-1.22.9-70002.1.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch"
},
"product_reference": "golang-docs-1.22.9-70002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-1.22.9-70002.1.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch"
},
"product_reference": "golang-misc-1.22.9-70002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-packaging-15.0.17-70002.1.3.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch"
},
"product_reference": "golang-packaging-15.0.17-70002.1.3.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-1.22.9-70002.1.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch"
},
"product_reference": "golang-src-1.22.9-70002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-1.22.9-70002.1.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch"
},
"product_reference": "golang-tests-1.22.9-70002.1.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgr-push-5.2.4-70002.3.9.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch"
},
"product_reference": "mgr-push-5.2.4-70002.3.9.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-defusedxml-0.5.0-70002.1.3.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch"
},
"product_reference": "python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-mgr-push-5.2.4-70002.3.9.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch"
},
"product_reference": "python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rhnlib-5.2.5-70002.3.9.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch"
},
"product_reference": "python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
},
"product_reference": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch"
},
"product_reference": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-defusedxml-0.5.0-70002.1.3.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch"
},
"product_reference": "python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64"
},
"product_reference": "saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64"
},
"product_reference": "saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64"
},
"product_reference": "saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64"
},
"product_reference": "saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64"
},
"product_reference": "saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64"
},
"product_reference": "saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-4.1.1-70002.3.3.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64"
},
"product_reference": "saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch"
},
"product_reference": "saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le"
},
"product_reference": "saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64"
},
"product_reference": "saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64"
},
"product_reference": "saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64"
},
"product_reference": "saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-base-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-docker-7.1.0-70002.4.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch"
},
"product_reference": "saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le"
},
"product_reference": "saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64"
},
"product_reference": "saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64"
},
"product_reference": "saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch"
},
"product_reference": "saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64"
},
"product_reference": "saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch"
},
"product_reference": "saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch"
},
"product_reference": "saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64"
},
"product_reference": "saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch"
},
"product_reference": "saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-requests-2.33.1-70002.4.3.2.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch"
},
"product_reference": "saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64"
},
"product_reference": "saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le"
},
"product_reference": "saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64"
},
"product_reference": "saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le"
},
"product_reference": "saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64"
},
"product_reference": "saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch"
},
"product_reference": "saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch"
},
"product_reference": "saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-70002.3.12.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch"
},
"product_reference": "spacecmd-5.2.8-70002.3.12.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
},
"product_reference": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.aarch64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.x86_64 as component of SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update",
"product_id": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64"
},
"product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64"
},
"product_reference": "golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64"
},
"product_reference": "golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mgr-push-5.2.4-70002.3.9.2.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch"
},
"product_reference": "mgr-push-5.2.4-70002.3.9.2.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64"
},
"product_reference": "prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-3.3.1-70002.1.3.1.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64"
},
"product_reference": "python-simplejson-3.3.1-70002.1.3.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-mgr-push-5.2.4-70002.3.9.2.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch"
},
"product_reference": "python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rhnlib-5.2.5-70002.3.9.1.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch"
},
"product_reference": "python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
},
"product_reference": "python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch"
},
"product_reference": "python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-5.2.8-70002.3.12.1.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch"
},
"product_reference": "spacecmd-5.2.8-70002.3.12.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch"
},
"product_reference": "spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.aarch64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "venv-salt-minion-3006.0-70002.5.19.1.x86_64 as component of SUSE Multi Linux Manager Tools RES-7",
"product_id": "SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
},
"product_reference": "venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"relates_to_product_reference": "SUSE Multi Linux Manager Tools RES-7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-21698",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21698"
}
],
"notes": [
{
"category": "general",
"text": "client_golang is the instrumentation library for Go applications in Prometheus, and the promhttp package in client_golang provides tooling around HTTP servers and clients. In client_golang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and potential memory exhaustion, when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of `promhttp.InstrumentHandler*` middleware except `RequestsInFlight`; not filter any specific methods (e.g GET) before middleware; pass metric with `method` label name to our middleware; and not have any firewall/LB/proxy that filters away requests with unknown `method`. client_golang version 1.11.1 contains a patch for this issue. Several workarounds are available, including removing the `method` label name from counter/gauge used in the InstrumentHandler; turning off affected promhttp handlers; adding custom middleware before promhttp handler that will sanitize the request method given by Go http.Request; and using a reverse proxy or web application firewall, configured to only allow a limited set of methods.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21698",
"url": "https://www.suse.com/security/cve/CVE-2022-21698"
},
{
"category": "external",
"summary": "SUSE Bug 1196338 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1196338"
},
{
"category": "external",
"summary": "SUSE Bug 1248689 for CVE-2022-21698",
"url": "https://bugzilla.suse.com/1248689"
}
],
"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 Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.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 Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:47:16Z",
"details": "important"
}
],
"title": "CVE-2022-21698"
},
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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 Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
}
],
"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 Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:47:16Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"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 Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE Multi Linux Manager Tools RES-7:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE Multi Linux Manager Tools RES-7:venv-salt-minion-3006.0-70002.5.19.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-bin-1.22.9-70002.1.3.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-docs-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-QubitProducts-exporter_exporter-0.4.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-lusitaniae-apache_exporter-1.0.10-70002.3.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-node_exporter-1.10.2-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-github-prometheus-promu-0.17.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-misc-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-packaging-15.0.17-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-src-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:golang-tests-1.22.9-70002.1.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:prometheus-postgres_exporter-0.10.1-70002.3.3.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python-simplejson-3.3.1-70002.1.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-mgr-push-5.2.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-rhnlib-5.2.5-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python2-uyuni-common-libs-5.2.5-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:python3-defusedxml-0.5.0-70002.1.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libsodium-devel-1.0.21-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-libzmq-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-doc-4.1.1-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-swig-examples-4.1.1-70002.3.3.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-devel-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundle-zeromq-tools-4.3.5-70002.3.9.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-base-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-curses-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-dbm-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-devel-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-docker-7.1.0-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-libs-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-devel-6.0.2-70002.3.6.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-lxml-doc-6.0.2-70002.3.6.3.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-0.45.1-70002.3.14.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-m2crypto-doc-0.45.1-70002.3.14.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-passlib-1.7.4-70002.3.9.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pynacl-1.5.0-70002.3.6.2.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-pyopenssl-23.2.0-70002.3.6.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-requests-2.33.1-70002.4.3.2.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-testsuite-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tools-3.11.15-70002.4.12.1.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-tornado-6.3.2-70002.4.9.3.x86_64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-urllib3-2.0.7-70002.3.3.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:saltbundlepy-wheel-0.45.1-70002.3.8.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacecmd-5.2.8-70002.3.12.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:spacewalk-client-tools-5.2.6-70002.3.9.1.noarch",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.aarch64",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.ppc64le",
"SUSE:RES-7:Update:Products:MultiLinuxManagerTools:Update:venv-salt-minion-3006.0-70002.5.19.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-06T07:47:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
}
]
}
WID-SEC-W-2025-0485
Vulnerability from csaf_certbund - Published: 2025-03-04 23:00 - Updated: 2026-07-01 22:00Summary
Golang Go: Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
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 Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Business Automation Workflow <24.0.1-IF002
IBM / Business Automation Workflow
|
<24.0.1-IF002 | ||
|
IBM Business Automation Workflow <24.0.0-IF005
IBM / Business Automation Workflow
|
<24.0.0-IF005 | ||
|
Splunk Splunk Enterprise <10.2.1
Splunk / Splunk Enterprise
|
<10.2.1 | ||
|
Splunk Splunk Enterprise <10.0.4
Splunk / Splunk Enterprise
|
<10.0.4 | ||
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Golang Go <1.23.7
Golang / Go
|
<1.23.7 | ||
|
Golang Go <1.24.1
Golang / Go
|
<1.24.1 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DB2 Big SQL
IBM / DB2
|
cpe:/a:ibm:db2:big_sql
|
Big SQL | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.9
Splunk / Splunk Enterprise
|
<9.4.9 | ||
|
Splunk Splunk Enterprise <9.3.10
Splunk / Splunk Enterprise
|
<9.3.10 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Splunk Splunk Enterprise <9.4.3
Splunk / Splunk Enterprise
|
<9.4.3 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Splunk Splunk Enterprise <9.2.7
Splunk / Splunk Enterprise
|
<9.2.7 | ||
|
Splunk Splunk Enterprise <9.3.5
Splunk / Splunk Enterprise
|
<9.3.5 | ||
|
Open Source Gitea <1.23.6
Open Source / Gitea
|
<1.23.6 | ||
|
IBM Spectrum Protect Plus <10.1.17.1
IBM / Spectrum Protect Plus
|
<10.1.17.1 | ||
|
Open Source Gitea 1.23.5
Open Source / Gitea
|
cpe:/a:gitea:gitea:1.23.5
|
1.23.5 | |
|
Splunk Splunk Enterprise <9.1.10
Splunk / Splunk Enterprise
|
<9.1.10 |
References
71 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 Angreifer kann eine Schwachstelle in Golang Go ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\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-2025-0485 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0485.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0485 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0485"
},
{
"category": "external",
"summary": "Go Security Release vom 2025-03-04",
"url": "https://groups.google.com/g/golang-nuts/c/ebjdgW3RQkw"
},
{
"category": "external",
"summary": "Golang GitHub vom 2025-03-04",
"url": "https://github.com/golang/go/issues/71984"
},
{
"category": "external",
"summary": "Gitea Release Notes vom 2025-03-05",
"url": "https://blog.gitea.com/release-of-1.23.5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0803-1 vom 2025-03-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PJBC3NHBEH222VJA46GNC2AAOCEC4QS2/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0802-1 vom 2025-03-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/27PPJWGMB2MENR7G6MIZ2ZO2WRYPKXTM/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14856-1 vom 2025-03-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SGP5DLOANFXXCPCB6D6IN7LAI2JGB47U/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14855-1 vom 2025-03-07",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CFCIWTRB7LZ4UHY2QXBXQKKZLF4LAY6Y/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2FE21E3DA5 vom 2025-03-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2fe21e3da5"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-73800111E8 vom 2025-03-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-73800111e8"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14906-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZCJXWQL2R6EHXY7YCD624TCTDR3SLYJD/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AF00197966 vom 2025-03-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-af00197966"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1007-1 vom 2025-03-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZSAEYF3A27FLDE73L37JOMELMSBDUGTZ/"
},
{
"category": "external",
"summary": "Gitea Blog vom 2025-03-25",
"url": "https://blog.gitea.com/release-of-1.23.6"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2795 vom 2025-03-25",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2795.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1094-1 vom 2025-04-02",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UDJ46EDCE75WMA4F3NVFPL2RXO3XN7B6/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-556D8C02D7 vom 2025-04-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-556d8c02d7"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-12AC4E9CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-12ac4e9cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6653A27CFD vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6653a27cfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-B0915F0A19 vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-b0915f0a19"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-7C57E75CBC vom 2025-04-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-7c57e75cbc"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:14988-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IQWUH5CIGBJCVZRE6D76AYCLT3MS47XX/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2280949271 vom 2025-04-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2280949271"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-EECB0EA534 vom 2025-04-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-eecb0ea534"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7232437 vom 2025-05-03",
"url": "https://www.ibm.com/support/pages/node/7232437"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-121049BBF7 vom 2025-05-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-121049bbf7"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7616 vom 2025-05-14",
"url": "https://access.redhat.com/errata/RHSA-2025:7616"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20328-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020909.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01731-1 vom 2025-05-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020921.html"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-012 vom 2025-06-02",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/06/Xerox-Security-Bulletin-XRX25-012-for-Xerox-FreeFlow-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20278-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021044.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20210-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021122.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20196-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021144.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20184-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021160.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-333708F4CE vom 2025-06-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-333708f4ce"
},
{
"category": "external",
"summary": "PoC CVE-2025-22870 vom 2025-06-09",
"url": "https://github.com/JoshuaProvoste/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01988-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021559.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01992-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021555.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01990-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021557.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7574-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7574-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7237702 vom 2025-06-24",
"url": "https://www.ibm.com/support/pages/node/7237702"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-C4C8863FD7 vom 2025-07-04",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-c4c8863fd7"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2025-0710 vom 2025-07-07",
"url": "https://advisory.splunk.com//advisories/SVD-2025-0710"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6F02E8F9D3 vom 2025-07-08",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6f02e8f9d3"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-9B9074CB93 vom 2025-07-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-9b9074cb93"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-A6574C5095 vom 2025-07-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-a6574c5095"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-AE934D102C vom 2025-07-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ae934d102c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6EF99DEED4 vom 2025-07-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6ef99deed4"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-18547FDA0A vom 2025-07-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-18547fda0a"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20505-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021961.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-72356603ED vom 2025-07-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-72356603ed"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-19C41F754C vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-19c41f754c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-AB0FAE74F1 vom 2025-07-26",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ab0fae74f1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20504-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021962.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20515-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022036.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-59ACAA6BD9 vom 2025-08-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-59acaa6bd9"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-E4ABB78D54 vom 2025-08-13",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-e4abb78d54"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243686 vom 2025-09-01",
"url": "https://www.ibm.com/support/pages/node/7243686"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03159-1 vom 2025-09-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XFEARURIFMW7G6QDQKSBP7SQWCSCVYJS/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-5872B9EC46 vom 2025-10-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-5872b9ec46"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:20177-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VDMAOCE6FMUQXLIFZPI7NDGE25ALNJNL/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0482-1 vom 2025-12-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HMPRAQU5GUS5B5UC67PSDP37L4LKC7JE/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:0492-1 vom 2025-12-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ELAD4UXESKHIWS4FSKWS4HUM7LFMUU7F/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7257912 vom 2026-01-23",
"url": "https://www.ibm.com/support/pages/node/7257912"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0439-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024109.html"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0306 vom 2026-03-11",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0306"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:21079-1 vom 2026-06-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/AFOVNL5466LSOBZHTPXUE54JU57XX2HM/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:21136-1 vom 2026-06-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YVXYZMS3F435OANU3D2D7PMWLJP7HITS/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:34342 vom 2026-07-01",
"url": "https://access.redhat.com/errata/RHSA-2026:34342"
}
],
"source_lang": "en-US",
"title": "Golang Go: Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2026-07-01T22:00:00.000+00:00",
"generator": {
"date": "2026-07-02T09:22:28.312+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-0485",
"initial_release_date": "2025-03-04T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-03-04T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-03-05T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-03-06T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-09T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-03-13T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-03-18T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von openSUSE und Fedora aufgenommen"
},
{
"date": "2025-03-24T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-05-04T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-05T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "22",
"summary": "PoC aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von SUSE und Fedora aufgenommen"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-12-30T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2026-06-29T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-07-01T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "46"
}
},
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.24.1",
"product": {
"name": "Golang Go \u003c1.24.1",
"product_id": "T041581"
}
},
{
"category": "product_version",
"name": "1.24.1",
"product": {
"name": "Golang Go 1.24.1",
"product_id": "T041581-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.24.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.23.7",
"product": {
"name": "Golang Go \u003c1.23.7",
"product_id": "T041582"
}
},
{
"category": "product_version",
"name": "1.23.7",
"product": {
"name": "Golang Go 1.23.7",
"product_id": "T041582-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:golang:go:1.23.7"
}
}
}
],
"category": "product_name",
"name": "Go"
}
],
"category": "vendor",
"name": "Golang"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c24.0.1-IF002",
"product": {
"name": "IBM Business Automation Workflow \u003c24.0.1-IF002",
"product_id": "T043290"
}
},
{
"category": "product_version",
"name": "24.0.1-IF002",
"product": {
"name": "IBM Business Automation Workflow 24.0.1-IF002",
"product_id": "T043290-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:24.0.1-if002"
}
}
},
{
"category": "product_version_range",
"name": "\u003c24.0.0-IF005",
"product": {
"name": "IBM Business Automation Workflow \u003c24.0.0-IF005",
"product_id": "T043291"
}
},
{
"category": "product_version",
"name": "24.0.0-IF005",
"product": {
"name": "IBM Business Automation Workflow 24.0.0-IF005",
"product_id": "T043291-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:24.0.0-if005"
}
}
}
],
"category": "product_name",
"name": "Business Automation Workflow"
},
{
"branches": [
{
"category": "product_version",
"name": "Big SQL",
"product": {
"name": "IBM DB2 Big SQL",
"product_id": "T022379",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:big_sql"
}
}
}
],
"category": "product_name",
"name": "DB2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.17.1",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.17.1",
"product_id": "T044782"
}
},
{
"category": "product_version",
"name": "10.1.17.1",
"product": {
"name": "IBM Spectrum Protect Plus 10.1.17.1",
"product_id": "T044782-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.17.1"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.23.5",
"product": {
"name": "Open Source Gitea 1.23.5",
"product_id": "T041597",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.23.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.23.6",
"product": {
"name": "Open Source Gitea \u003c1.23.6",
"product_id": "T042141"
}
},
{
"category": "product_version",
"name": "1.23.6",
"product": {
"name": "Open Source Gitea 1.23.6",
"product_id": "T042141-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:gitea:gitea:1.23.6"
}
}
}
],
"category": "product_name",
"name": "Gitea"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"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:-"
}
}
},
{
"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_range",
"name": "\u003c9.4.3",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.3",
"product_id": "T045086"
}
},
{
"category": "product_version",
"name": "9.4.3",
"product": {
"name": "Splunk Splunk Enterprise 9.4.3",
"product_id": "T045086-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.5",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.5",
"product_id": "T045087"
}
},
{
"category": "product_version",
"name": "9.3.5",
"product": {
"name": "Splunk Splunk Enterprise 9.3.5",
"product_id": "T045087-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.7",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.2.7",
"product_id": "T045088"
}
},
{
"category": "product_version",
"name": "9.2.7",
"product": {
"name": "Splunk Splunk Enterprise 9.2.7",
"product_id": "T045088-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.2.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.1.10",
"product_id": "T045089"
}
},
{
"category": "product_version",
"name": "9.1.10",
"product": {
"name": "Splunk Splunk Enterprise 9.1.10",
"product_id": "T045089-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.1.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.2.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.1",
"product_id": "T051633"
}
},
{
"category": "product_version",
"name": "10.2.1",
"product": {
"name": "Splunk Splunk Enterprise 10.2.1",
"product_id": "T051633-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.4",
"product_id": "T051634"
}
},
{
"category": "product_version",
"name": "10.0.4",
"product": {
"name": "Splunk Splunk Enterprise 10.0.4",
"product_id": "T051634-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.9",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.9",
"product_id": "T051635"
}
},
{
"category": "product_version",
"name": "9.4.9",
"product": {
"name": "Splunk Splunk Enterprise 9.4.9",
"product_id": "T051635-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.10",
"product_id": "T051636"
}
},
{
"category": "product_version",
"name": "9.3.10",
"product": {
"name": "Splunk Splunk Enterprise 9.3.10",
"product_id": "T051636-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.10"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"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_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22870",
"product_status": {
"known_affected": [
"67646",
"T043290",
"T043291",
"T051633",
"T051634",
"T002977",
"74185",
"T032495",
"T041582",
"T041581",
"T002207",
"T022379",
"T000126",
"T051635",
"T051636",
"T027843",
"T045086",
"398363",
"T045088",
"T045087",
"T042141",
"T044782",
"T041597",
"T045089"
]
},
"release_date": "2025-03-04T23:00:00.000+00:00",
"title": "CVE-2025-22870"
}
]
}
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…