Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-55159 (GCVE-0-2025-55159)
Vulnerability from cvelistv5 – Published: 2025-08-11 23:00 – Updated: 2025-08-12 14:07
VLAI
EPSS
Title
slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check
Summary
slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab's actual length.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/tokio-rs/slab/security/advisor… | x_refsource_CONFIRM |
| https://github.com/tokio-rs/slab/pull/152 | x_refsource_MISC |
| https://github.com/tokio-rs/slab/commit/2d65c514b… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-55159",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-12T14:06:53.117320Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-12T14:07:00.276Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "slab",
"vendor": "tokio-rs",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.4.10, \u003c 0.4.11"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-119",
"description": "CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-11T23:00:58.915Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/tokio-rs/slab/security/advisories/GHSA-qx2v-8332-m4fv",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tokio-rs/slab/security/advisories/GHSA-qx2v-8332-m4fv"
},
{
"name": "https://github.com/tokio-rs/slab/pull/152",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tokio-rs/slab/pull/152"
},
{
"name": "https://github.com/tokio-rs/slab/commit/2d65c514bc964b192bab212ddf3c1fcea4ae96b8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tokio-rs/slab/commit/2d65c514bc964b192bab212ddf3c1fcea4ae96b8"
}
],
"source": {
"advisory": "GHSA-qx2v-8332-m4fv",
"discovery": "UNKNOWN"
},
"title": "slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-55159",
"datePublished": "2025-08-11T23:00:58.915Z",
"dateReserved": "2025-08-07T18:27:23.306Z",
"dateUpdated": "2025-08-12T14:07:00.276Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-55159",
"date": "2026-07-04",
"epss": "0.00156",
"percentile": "0.05109"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-55159\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-08-11T23:15:28.173\",\"lastModified\":\"2026-06-17T09:41:22.573\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length.\"},{\"lang\":\"es\",\"value\":\"slab es un almacenamiento preasignado para un tipo de dato uniforme. En la versi\u00f3n 0.4.10, el m\u00e9todo get_disjoint_mut verificaba incorrectamente si los \u00edndices estaban dentro de la capacidad del slab en lugar de su longitud, lo que permit\u00eda acceder a memoria no inicializada. Esto pod\u00eda provocar un comportamiento indefinido o posibles fallos. Esto se ha corregido en slab 0.4.11. Una soluci\u00f3n alternativa consiste en evitar el uso de get_disjoint_mut con \u00edndices que puedan superar la longitud real del slab.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"tokio-rs\",\"product\":\"slab\",\"versions\":[{\"version\":\"\u003e= 0.4.10, \u003c 0.4.11\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-08-12T14:06:53.117320Z\",\"id\":\"CVE-2025-55159\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"references\":[{\"url\":\"https://github.com/tokio-rs/slab/commit/2d65c514bc964b192bab212ddf3c1fcea4ae96b8\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/tokio-rs/slab/pull/152\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/tokio-rs/slab/security/advisories/GHSA-qx2v-8332-m4fv\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-55159\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-08-12T14:06:53.117320Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-08-12T14:06:55.485Z\"}}], \"cna\": {\"title\": \"slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check\", \"source\": {\"advisory\": \"GHSA-qx2v-8332-m4fv\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"tokio-rs\", \"product\": \"slab\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.4.10, \u003c 0.4.11\"}]}], \"references\": [{\"url\": \"https://github.com/tokio-rs/slab/security/advisories/GHSA-qx2v-8332-m4fv\", \"name\": \"https://github.com/tokio-rs/slab/security/advisories/GHSA-qx2v-8332-m4fv\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/tokio-rs/slab/pull/152\", \"name\": \"https://github.com/tokio-rs/slab/pull/152\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tokio-rs/slab/commit/2d65c514bc964b192bab212ddf3c1fcea4ae96b8\", \"name\": \"https://github.com/tokio-rs/slab/commit/2d65c514bc964b192bab212ddf3c1fcea4ae96b8\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-119\", \"description\": \"CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-08-11T23:00:58.915Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-55159\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-12T14:07:00.276Z\", \"dateReserved\": \"2025-08-07T18:27:23.306Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-08-11T23:00:58.915Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2026:20744-1
Vulnerability from csaf_suse - Published: 2026-03-16 15:29 - Updated: 2026-03-16 15:29Summary
Security update for rust-keylime
Severity
Important
Notes
Title of the patch: Security update for rust-keylime
Description of the patch: This update for rust-keylime fixes the following issues:
- Update to version 0.2.8+116:
- CVE-2026-25727: Update vendored crates to fix a date parser can lead to stack exhaustion in Time. (bsc#1257908)
Patchnames: SUSE-SL-Micro-6.2-387
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.8 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
15 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rust-keylime",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rust-keylime fixes the following issues:\n\n- Update to version 0.2.8+116:\n- CVE-2026-25727: Update vendored crates to fix a date parser can lead to stack exhaustion in Time. (bsc#1257908)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-387",
"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_20744-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20744-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620744-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20744-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024836.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247193",
"url": "https://bugzilla.suse.com/1247193"
},
{
"category": "self",
"summary": "SUSE Bug 1248006",
"url": "https://bugzilla.suse.com/1248006"
},
{
"category": "self",
"summary": "SUSE Bug 1257908",
"url": "https://bugzilla.suse.com/1257908"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55159 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55159/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58266 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58266/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25727 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25727/"
}
],
"title": "Security update for rust-keylime",
"tracking": {
"current_release_date": "2026-03-16T15:29:27Z",
"generator": {
"date": "2026-03-16T15:29:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20744-1",
"initial_release_date": "2026-03-16T15:29:27Z",
"revision_history": [
{
"date": "2026-03-16T15:29:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rust-keylime-0.2.8+116-160000.1.1.aarch64",
"product": {
"name": "rust-keylime-0.2.8+116-160000.1.1.aarch64",
"product_id": "rust-keylime-0.2.8+116-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"product": {
"name": "rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"product_id": "rust-keylime-0.2.8+116-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-keylime-0.2.8+116-160000.1.1.s390x",
"product": {
"name": "rust-keylime-0.2.8+116-160000.1.1.s390x",
"product_id": "rust-keylime-0.2.8+116-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-keylime-0.2.8+116-160000.1.1.x86_64",
"product": {
"name": "rust-keylime-0.2.8+116-160000.1.1.x86_64",
"product_id": "rust-keylime-0.2.8+116-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-keylime-0.2.8+116-160000.1.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64"
},
"product_reference": "rust-keylime-0.2.8+116-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-keylime-0.2.8+116-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le"
},
"product_reference": "rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-keylime-0.2.8+116-160000.1.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x"
},
"product_reference": "rust-keylime-0.2.8+116-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-keylime-0.2.8+116-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
},
"product_reference": "rust-keylime-0.2.8+116-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55159",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55159"
}
],
"notes": [
{
"category": "general",
"text": "slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55159",
"url": "https://www.suse.com/security/cve/CVE-2025-55159"
},
{
"category": "external",
"summary": "SUSE Bug 1248000 for CVE-2025-55159",
"url": "https://bugzilla.suse.com/1248000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-16T15:29:27Z",
"details": "moderate"
}
],
"title": "CVE-2025-55159"
},
{
"cve": "CVE-2025-58266",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58266"
}
],
"notes": [
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability in Fumiki Takahashi Gianism allows Stored XSS. This issue affects Gianism: from n/a through 5.2.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58266",
"url": "https://www.suse.com/security/cve/CVE-2025-58266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-16T15:29:27Z",
"details": "moderate"
}
],
"title": "CVE-2025-58266"
},
{
"cve": "CVE-2026-25727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25727"
}
],
"notes": [
{
"category": "general",
"text": "time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario. A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25727",
"url": "https://www.suse.com/security/cve/CVE-2026-25727"
},
{
"category": "external",
"summary": "SUSE Bug 1257901 for CVE-2026-25727",
"url": "https://bugzilla.suse.com/1257901"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.s390x",
"SUSE Linux Micro 6.2:rust-keylime-0.2.8+116-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-16T15:29:27Z",
"details": "important"
}
],
"title": "CVE-2026-25727"
}
]
}
SUSE-SU-2026:22302-1
Vulnerability from csaf_suse - Published: 2026-06-20 18:39 - Updated: 2026-06-20 18:39Summary
Security update for glycin-loaders
Severity
Moderate
Notes
Title of the patch: Security update for glycin-loaders
Description of the patch: This update for glycin-loaders fixes the following issues
- CVE-2025-55159: slab: incorrect bounds check in get_disjoint_mut function can lead to undefined behavior or potential
crash due to out-of-bounds access (bsc#1248035).
- CVE-2025-58160: tracing-subscriber: Tracing log pollution (bsc#1249010).
Patchnames: SUSE-SLES-16.0-999
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.8 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for glycin-loaders",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for glycin-loaders fixes the following issues\n\n- CVE-2025-55159: slab: incorrect bounds check in get_disjoint_mut function can lead to undefined behavior or potential\n crash due to out-of-bounds access (bsc#1248035).\n- CVE-2025-58160: tracing-subscriber: Tracing log pollution (bsc#1249010).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-999",
"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_22302-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22302-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622302-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22302-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027155.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248035",
"url": "https://bugzilla.suse.com/1248035"
},
{
"category": "self",
"summary": "SUSE Bug 1249010",
"url": "https://bugzilla.suse.com/1249010"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55159 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55159/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58160/"
}
],
"title": "Security update for glycin-loaders",
"tracking": {
"current_release_date": "2026-06-20T18:39:51Z",
"generator": {
"date": "2026-06-20T18:39:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22302-1",
"initial_release_date": "2026-06-20T18:39:51Z",
"revision_history": [
{
"date": "2026-06-20T18:39:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "glycin-loaders-1.2.1-160000.3.1.aarch64",
"product": {
"name": "glycin-loaders-1.2.1-160000.3.1.aarch64",
"product_id": "glycin-loaders-1.2.1-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libglycin-1-0-1.2.1-160000.3.1.aarch64",
"product": {
"name": "libglycin-1-0-1.2.1-160000.3.1.aarch64",
"product_id": "libglycin-1-0-1.2.1-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"product": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"product_id": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"product": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"product_id": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"product": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"product_id": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "glycin-loaders-1.2.1-160000.3.1.ppc64le",
"product": {
"name": "glycin-loaders-1.2.1-160000.3.1.ppc64le",
"product_id": "glycin-loaders-1.2.1-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"product": {
"name": "libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"product_id": "libglycin-1-0-1.2.1-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"product": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"product_id": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"product": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"product_id": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"product": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"product_id": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "glycin-loaders-1.2.1-160000.3.1.x86_64",
"product": {
"name": "glycin-loaders-1.2.1-160000.3.1.x86_64",
"product_id": "glycin-loaders-1.2.1-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libglycin-1-0-1.2.1-160000.3.1.x86_64",
"product": {
"name": "libglycin-1-0-1.2.1-160000.3.1.x86_64",
"product_id": "libglycin-1-0-1.2.1-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"product": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"product_id": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"product": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"product_id": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"product": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"product_id": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glycin-loaders-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64"
},
"product_reference": "glycin-loaders-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-1-0-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64"
},
"product_reference": "libglycin-1-0-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64"
},
"product_reference": "libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64"
},
"product_reference": "typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
},
"product_reference": "typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55159",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55159"
}
],
"notes": [
{
"category": "general",
"text": "slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55159",
"url": "https://www.suse.com/security/cve/CVE-2025-55159"
},
{
"category": "external",
"summary": "SUSE Bug 1248000 for CVE-2025-55159",
"url": "https://bugzilla.suse.com/1248000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T18:39:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-55159"
},
{
"cve": "CVE-2025-58160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58160"
}
],
"notes": [
{
"category": "general",
"text": "tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to manipulate terminal title bars, clear screens or modify terminal display, and potentially mislead users through terminal manipulation. tracing-subscriber version 0.3.20 fixes this vulnerability by escaping ANSI control characters when writing events to destinations that may be printed to the terminal. A workaround involves avoiding printing logs to terminal emulators without escaping ANSI control sequences.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58160",
"url": "https://www.suse.com/security/cve/CVE-2025-58160"
},
{
"category": "external",
"summary": "SUSE Bug 1249007 for CVE-2025-58160",
"url": "https://bugzilla.suse.com/1249007"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:glycin-loaders-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libglycin-gtk4-1-0-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-GlyGtk4_1-1.2.1-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:typelib-1_0-Gly_1-1.2.1-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T18:39:51Z",
"details": "low"
}
],
"title": "CVE-2025-58160"
}
]
}
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…