Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-22693 (GCVE-0-2026-22693)
Vulnerability from cvelistv5 – Published: 2026-01-10 05:53 – Updated: 2026-01-12 16:47
VLAI?
EPSS
Title
Null Pointer Dereference in SubtableUnicodesCache::create leading to DoS
Summary
HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.
Severity ?
5.3 (Medium)
CWE
- CWE-476 - NULL Pointer Dereference
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-01-12T05:10:58.184Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/01/11/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/01/12/1"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-22693",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-12T16:46:05.339668Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-12T16:47:17.715Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "harfbuzz",
"vendor": "harfbuzz",
"versions": [
{
"status": "affected",
"version": "\u003c 12.3.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-10T05:53:21.019Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww"
},
{
"name": "https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae"
}
],
"source": {
"advisory": "GHSA-xvjr-f2r9-c7ww",
"discovery": "UNKNOWN"
},
"title": "Null Pointer Dereference in SubtableUnicodesCache::create leading to DoS"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-22693",
"datePublished": "2026-01-10T05:53:21.019Z",
"dateReserved": "2026-01-08T19:23:09.855Z",
"dateUpdated": "2026-01-12T16:47:17.715Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-22693\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-10T06:15:52.063\",\"lastModified\":\"2026-01-13T14:03:18.990\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/01/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/01/12/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/01/11/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/01/12/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-01-12T05:10:58.184Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-22693\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-12T16:46:05.339668Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-12T16:46:41.390Z\"}}], \"cna\": {\"title\": \"Null Pointer Dereference in SubtableUnicodesCache::create leading to DoS\", \"source\": {\"advisory\": \"GHSA-xvjr-f2r9-c7ww\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"harfbuzz\", \"product\": \"harfbuzz\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 12.3.0\"}]}], \"references\": [{\"url\": \"https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww\", \"name\": \"https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae\", \"name\": \"https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-10T05:53:21.019Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-22693\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-12T16:47:17.715Z\", \"dateReserved\": \"2026-01-08T19:23:09.855Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-10T05:53:21.019Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-22693
Vulnerability from fkie_nvd - Published: 2026-01-10 06:15 - Updated: 2026-01-13 14:03
Severity ?
Summary
HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.
References
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0."
}
],
"id": "CVE-2026-22693",
"lastModified": "2026-01-13T14:03:18.990",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-01-10T06:15:52.063",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/harfbuzz/harfbuzz/commit/1265ff8d990284f04d8768f35b0e20ae5f60daae"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/harfbuzz/harfbuzz/security/advisories/GHSA-xvjr-f2r9-c7ww"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/01/11/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/01/12/1"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:10065-1
Vulnerability from csaf_opensuse - Published: 2026-01-18 00:00 - Updated: 2026-01-18 00:00Summary
harfbuzz-devel-12.3.0-2.1 on GA media
Notes
Title of the patch
harfbuzz-devel-12.3.0-2.1 on GA media
Description of the patch
These are all security issues fixed in the harfbuzz-devel-12.3.0-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2026-10065
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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": "harfbuzz-devel-12.3.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the harfbuzz-devel-12.3.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10065",
"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/opensuse-su-2026_10065-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22693 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22693/"
}
],
"title": "harfbuzz-devel-12.3.0-2.1 on GA media",
"tracking": {
"current_release_date": "2026-01-18T00:00:00Z",
"generator": {
"date": "2026-01-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10065-1",
"initial_release_date": "2026-01-18T00:00:00Z",
"revision_history": [
{
"date": "2026-01-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-12.3.0-2.1.aarch64",
"product": {
"name": "harfbuzz-devel-12.3.0-2.1.aarch64",
"product_id": "harfbuzz-devel-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-12.3.0-2.1.aarch64",
"product": {
"name": "harfbuzz-tools-12.3.0-2.1.aarch64",
"product_id": "harfbuzz-tools-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-cairo0-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-gobject0-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-icu0-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-icu0-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-subset0-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-subset0-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz0-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz0-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"product": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"product_id": "libharfbuzz0-32bit-12.3.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"product_id": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-12.3.0-2.1.ppc64le",
"product": {
"name": "harfbuzz-devel-12.3.0-2.1.ppc64le",
"product_id": "harfbuzz-devel-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-12.3.0-2.1.ppc64le",
"product": {
"name": "harfbuzz-tools-12.3.0-2.1.ppc64le",
"product_id": "harfbuzz-tools-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-cairo0-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-gobject0-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-icu0-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-subset0-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz0-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz0-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"product": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"product_id": "libharfbuzz0-32bit-12.3.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"product_id": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-12.3.0-2.1.s390x",
"product": {
"name": "harfbuzz-devel-12.3.0-2.1.s390x",
"product_id": "harfbuzz-devel-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-12.3.0-2.1.s390x",
"product": {
"name": "harfbuzz-tools-12.3.0-2.1.s390x",
"product_id": "harfbuzz-tools-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-cairo0-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-gobject0-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-icu0-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-icu0-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-icu0-32bit-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-subset0-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-subset0-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"product_id": "libharfbuzz-subset0-32bit-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz0-12.3.0-2.1.s390x",
"product_id": "libharfbuzz0-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-32bit-12.3.0-2.1.s390x",
"product": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.s390x",
"product_id": "libharfbuzz0-32bit-12.3.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"product_id": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-12.3.0-2.1.x86_64",
"product": {
"name": "harfbuzz-devel-12.3.0-2.1.x86_64",
"product_id": "harfbuzz-devel-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-12.3.0-2.1.x86_64",
"product": {
"name": "harfbuzz-tools-12.3.0-2.1.x86_64",
"product_id": "harfbuzz-tools-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-cairo0-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-gobject0-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-icu0-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-icu0-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-subset0-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-subset0-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz0-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz0-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"product": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"product_id": "libharfbuzz0-32bit-12.3.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64",
"product_id": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.aarch64"
},
"product_reference": "harfbuzz-devel-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.ppc64le"
},
"product_reference": "harfbuzz-devel-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.s390x"
},
"product_reference": "harfbuzz-devel-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.x86_64"
},
"product_reference": "harfbuzz-devel-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.aarch64"
},
"product_reference": "harfbuzz-tools-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.ppc64le"
},
"product_reference": "harfbuzz-tools-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.s390x"
},
"product_reference": "harfbuzz-tools-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.x86_64"
},
"product_reference": "harfbuzz-tools-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-cairo0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-gobject0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-icu0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-icu0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-icu0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-subset0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-subset0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-subset0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.aarch64"
},
"product_reference": "libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.ppc64le"
},
"product_reference": "libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.s390x"
},
"product_reference": "libharfbuzz0-32bit-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.x86_64"
},
"product_reference": "libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22693",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22693"
}
],
"notes": [
{
"category": "general",
"text": "HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22693",
"url": "https://www.suse.com/security/cve/CVE-2026-22693"
},
{
"category": "external",
"summary": "SUSE Bug 1256459 for CVE-2026-22693",
"url": "https://bugzilla.suse.com/1256459"
}
],
"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": [
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.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": [
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-devel-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:harfbuzz-tools-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-cairo0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-gobject0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-icu0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz-subset0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:libharfbuzz0-32bit-12.3.0-2.1.x86_64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.aarch64",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.ppc64le",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.s390x",
"openSUSE Tumbleweed:typelib-1_0-HarfBuzz-0_0-12.3.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-22693"
}
]
}
SUSE-SU-2026:0287-1
Vulnerability from csaf_suse - Published: 2026-01-23 23:35 - Updated: 2026-01-23 23:35Summary
Security update for harfbuzz
Notes
Title of the patch
Security update for harfbuzz
Description of the patch
This update for harfbuzz fixes the following issues:
- CVE-2026-22693: Fixed a NULL pointer dereference in SubtableUnicodesCache::create (bsc#1256459).
Patchnames
SUSE-2026-287,SUSE-SLE-Module-Basesystem-15-SP7-2026-287,openSUSE-SLE-15.6-2026-287
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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 harfbuzz",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for harfbuzz fixes the following issues:\n\n- CVE-2026-22693: Fixed a NULL pointer dereference in SubtableUnicodesCache::create (bsc#1256459).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-287,SUSE-SLE-Module-Basesystem-15-SP7-2026-287,openSUSE-SLE-15.6-2026-287",
"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_0287-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0287-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260287-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0287-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023911.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256459",
"url": "https://bugzilla.suse.com/1256459"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22693 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22693/"
}
],
"title": "Security update for harfbuzz",
"tracking": {
"current_release_date": "2026-01-23T23:35:49Z",
"generator": {
"date": "2026-01-23T23:35:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0287-1",
"initial_release_date": "2026-01-23T23:35:49Z",
"revision_history": [
{
"date": "2026-01-23T23:35:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"product_id": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"product_id": "harfbuzz-tools-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"product_id": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"product_id": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"product_id": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"product_id": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"product_id": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"product_id": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libharfbuzz-cairo0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libharfbuzz-cairo0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libharfbuzz-cairo0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libharfbuzz-gobject0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libharfbuzz-gobject0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libharfbuzz-icu0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libharfbuzz-icu0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libharfbuzz-subset0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libharfbuzz-subset0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product": {
"name": "libharfbuzz0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32",
"product_id": "libharfbuzz0-64bit-8.3.0-150600.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.i586",
"product": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.i586",
"product_id": "harfbuzz-devel-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.i586",
"product": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.i586",
"product_id": "harfbuzz-tools-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.i586",
"product_id": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.i586",
"product_id": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.i586",
"product_id": "libharfbuzz-icu0-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.i586",
"product_id": "libharfbuzz-subset0-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.i586",
"product_id": "libharfbuzz0-8.3.0-150600.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.i586",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.i586",
"product_id": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"product_id": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"product_id": "harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"product_id": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"product_id": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"product_id": "harfbuzz-tools-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"product_id": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"product_id": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"product_id": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"product_id": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"product_id": "libharfbuzz0-8.3.0-150600.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"product_id": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"product_id": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"product_id": "harfbuzz-tools-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"product_id": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"product": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"product_id": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "harfbuzz-tools-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64"
},
"product_reference": "typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22693",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22693"
}
],
"notes": [
{
"category": "general",
"text": "HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22693",
"url": "https://www.suse.com/security/cve/CVE-2026-22693"
},
{
"category": "external",
"summary": "SUSE Bug 1256459 for CVE-2026-22693",
"url": "https://bugzilla.suse.com/1256459"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.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 Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-devel-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:harfbuzz-tools-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-32bit-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:libharfbuzz0-8.3.0-150600.3.3.1.x86_64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.aarch64",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.ppc64le",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.s390x",
"openSUSE Leap 15.6:typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-23T23:35:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-22693"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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…