Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-44673 (GCVE-0-2026-44673)
Vulnerability from cvelistv5 – Published: 2026-05-14 20:35 – Updated: 2026-07-15 00:53
VLAI
EPSS
VEX
Title
libyang: lyb_read_string() integer overflow → heap buffer overflow
Summary
libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.
Severity
7.5 (High)
SSVC
Exploitation: poc
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-190 - Integer Overflow or Wraparound
Assigner
References
7 references
| URL | Tags |
|---|---|
| https://github.com/CESNET/libyang/security/adviso… | x_refsource_CONFIRM |
| https://access.redhat.com/security/cve/CVE-2026-44673 | vdb-entryx_refsource_REDHAT |
| https://bugzilla.redhat.com/show_bug.cgi?id=2477617 | issue-trackingx_refsource_REDHAT |
| https://security.access.redhat.com/data/csaf/v2/v… | x_sadp-csaf-vex |
| https://access.redhat.com/errata/RHSA-2026:24758 | vendor-advisoryx_refsource_REDHAT |
| https://access.redhat.com/errata/RHSA-2026:24545 | vendor-advisoryx_refsource_REDHAT |
| https://access.redhat.com/errata/RHSA-2026:25051 | vendor-advisoryx_refsource_REDHAT |
Impacted products
4 products
| Vendor | Product | Version | |
|---|---|---|---|
| CESNET | libyang |
Affected:
< SO 5.2.15
|
|
| Red Hat | Red Hat Enterprise Linux 10 |
Unaffected:
0:2.1.148-4.el10_2 , < *
(rpm)
cpe:/o:redhat:enterprise_linux:10.2 |
|
| Red Hat | Red Hat Enterprise Linux 8 |
Unaffected:
0:1.0.184-2.el8_10 , < *
(rpm)
cpe:/a:redhat:enterprise_linux:8 |
|
| Red Hat | Red Hat Enterprise Linux 9 |
Unaffected:
0:2.1.148-1.el9_8.1 , < *
(rpm)
cpe:/a:redhat:enterprise_linux:9 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-44673",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-15T14:18:31.145491Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-15T14:19:01.227Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"affected": [
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:10.2"
],
"defaultStatus": "affected",
"packageName": "libyang",
"product": "Red Hat Enterprise Linux 10",
"vendor": "Red Hat",
"versions": [
{
"lessThan": "*",
"status": "unaffected",
"version": "0:2.1.148-4.el10_2",
"versionType": "rpm"
}
]
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/a:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "libyang",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat",
"versions": [
{
"lessThan": "*",
"status": "unaffected",
"version": "0:1.0.184-2.el8_10",
"versionType": "rpm"
}
]
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/a:redhat:enterprise_linux:9"
],
"defaultStatus": "affected",
"packageName": "libyang",
"product": "Red Hat Enterprise Linux 9",
"vendor": "Red Hat",
"versions": [
{
"lessThan": "*",
"status": "unaffected",
"version": "0:2.1.148-1.el9_8.1",
"versionType": "rpm"
}
]
}
],
"datePublic": "2026-05-14T20:35:13.963Z",
"descriptions": [
{
"lang": "en",
"value": "A flaw was found in libyang, a YANG data modeling language library. An integer overflow in the `lyb_read_string()` function can lead to a heap buffer overflow when parsing a maliciously crafted LYB binary blob. A remote attacker, by supplying this malicious LYB data to any libyang consumer (such as a NETCONF server), could trigger a crash, resulting in a denial of service (DoS), or potentially achieve arbitrary code execution through heap corruption."
}
],
"metrics": [
{
"other": {
"content": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"value": "Important"
},
"type": "Red Hat severity rating"
}
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T00:53:21.001Z",
"orgId": "0b0ca135-0b70-47e7-9f44-1890c2a1c46c",
"shortName": "redhat-SADP"
},
"references": [
{
"tags": [
"vdb-entry",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/security/cve/CVE-2026-44673"
},
{
"name": "RHBZ#2477617",
"tags": [
"issue-tracking",
"x_refsource_REDHAT"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477617"
},
{
"tags": [
"x_sadp-csaf-vex"
],
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44673.json"
},
{
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2026:24758"
},
{
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2026:24545"
},
{
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2026:25051"
}
],
"solutions": [
{
"lang": "en",
"value": "RHSA-2026:24758: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)"
},
{
"lang": "en",
"value": "RHSA-2026:24545: Red Hat Enterprise Linux AppStream (v. 8)"
},
{
"lang": "en",
"value": "RHSA-2026:25051: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-05-14T21:01:08.333Z",
"value": "Reported to Red Hat."
},
{
"lang": "en",
"time": "2026-05-14T20:35:13.963Z",
"value": "Made public."
}
],
"title": "libyang: libyang: Denial of Service or arbitrary code execution via maliciously crafted LYB binary blob",
"workarounds": [
{
"lang": "en",
"value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability."
}
],
"x_adpType": "supplier",
"x_generator": {
"engine": "sadp-cli 1.0.0"
}
}
],
"cna": {
"affected": [
{
"product": "libyang",
"vendor": "CESNET",
"versions": [
{
"status": "affected",
"version": "\u003c SO 5.2.15"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-14T20:35:13.963Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh"
}
],
"source": {
"advisory": "GHSA-vw2p-pq79-92xh",
"discovery": "UNKNOWN"
},
"title": "libyang: lyb_read_string() integer overflow \u2192 heap buffer overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-44673",
"datePublished": "2026-05-14T20:35:13.963Z",
"dateReserved": "2026-05-07T16:20:08.659Z",
"dateUpdated": "2026-07-15T00:53:21.001Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-44673",
"date": "2026-07-20",
"epss": "0.00428",
"percentile": "0.34791"
},
"microsoft_vex": {
"current_release_date": "2026-05-23T01:44:35.000Z",
"cve": "CVE-2026-44673",
"id": "msrc_CVE-2026-44673",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "libyang: lyb_read_string() integer overflow \u2192 heap buffer overflow",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-44673.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-44673\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-05-14T21:16:47.500\",\"lastModified\":\"2026-07-15T02:22:00.450\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"CESNET\",\"product\":\"libyang\",\"versions\":[{\"version\":\"\u003c SO 5.2.15\",\"status\":\"affected\"}]}]},{\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\",\"affectedData\":[{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 10\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"libyang\",\"cpes\":[\"cpe:/o:redhat:enterprise_linux:10.2\"],\"versions\":[{\"version\":\"0:2.1.148-4.el10_2\",\"lessThan\":\"*\",\"versionType\":\"rpm\",\"status\":\"unaffected\"}]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 8\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"libyang\",\"cpes\":[\"cpe:/a:redhat:enterprise_linux:8\"],\"versions\":[{\"version\":\"0:1.0.184-2.el8_10\",\"lessThan\":\"*\",\"versionType\":\"rpm\",\"status\":\"unaffected\"}]},{\"vendor\":\"Red Hat\",\"product\":\"Red Hat Enterprise Linux 9\",\"defaultStatus\":\"affected\",\"collectionURL\":\"https://access.redhat.com/downloads/content/package-browser/\",\"packageName\":\"libyang\",\"cpes\":[\"cpe:/a:redhat:enterprise_linux:9\"],\"versions\":[{\"version\":\"0:2.1.148-1.el9_8.1\",\"lessThan\":\"*\",\"versionType\":\"rpm\",\"status\":\"unaffected\"}]}]}],\"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:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\",\"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:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-05-15T14:18:31.145491Z\",\"id\":\"CVE-2026-44673\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]},{\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"references\":[{\"url\":\"https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2026:24545\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2026:24758\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2026:25051\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"},{\"url\":\"https://access.redhat.com/security/cve/CVE-2026-44673\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=2477617\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"},{\"url\":\"https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"},{\"url\":\"https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44673.json\",\"source\":\"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-06-30T03:45:20+00:00",
"cve": "CVE-2026-44673",
"id": "CVE-2026-44673",
"initial_release_date": "2026-05-14T20:35:13.963000+00:00",
"product_status:fixed": "98",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "libyang: libyang: Denial of Service or arbitrary code execution via maliciously crafted LYB binary blob",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44673.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-15T05:10:06Z",
"cve": "CVE-2026-44673",
"id": "CVE-2026-44673",
"initial_release_date": "2026-05-16T01:11:26Z",
"product_status:known_affected": "6",
"product_status:recommended": "45",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-44673",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-44673.json",
"version": "7"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"libyang: libyang: Denial of Service or arbitrary code execution via maliciously crafted LYB binary blob\", \"metrics\": [{\"other\": {\"type\": \"Red Hat severity rating\", \"content\": {\"value\": \"Important\", \"namespace\": \"https://access.redhat.com/security/updates/classification/\"}}}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"cpes\": [\"cpe:/o:redhat:enterprise_linux:10.2\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux AppStream (v. 10)\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:enterprise_linux:8::appstream\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux AppStream (v. 8)\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:enterprise_linux:9::appstream\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux AppStream (v. 9)\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:10.2\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/a:redhat:enterprise_linux:9::crb\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)\", \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-05-14T21:01:08.333Z\", \"value\": \"Reported to Red Hat.\"}, {\"lang\": \"en\", \"time\": \"2026-05-14T20:35:13.963Z\", \"value\": \"Made public.\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"RHSA-2026:24758: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)\"}, {\"lang\": \"en\", \"value\": \"RHSA-2026:24545: Red Hat Enterprise Linux AppStream (v. 8)\"}, {\"lang\": \"en\", \"value\": \"RHSA-2026:25051: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)\"}], \"x_adpType\": \"supplier\", \"datePublic\": \"2026-05-14T20:35:13.963Z\", \"references\": [{\"url\": \"https://access.redhat.com/security/cve/CVE-2026-44673\", \"tags\": [\"vdb-entry\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=2477617\", \"name\": \"RHBZ#2477617\", \"tags\": [\"issue-tracking\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44673.json\", \"tags\": [\"x_sadp-csaf-vex\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2026:24758\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2026:24545\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2026:25051\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.\"}], \"x_generator\": {\"engine\": \"sadp-cli 1.0.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A flaw was found in libyang, a YANG data modeling language library. An integer overflow in the `lyb_read_string()` function can lead to a heap buffer overflow when parsing a maliciously crafted LYB binary blob. A remote attacker, by supplying this malicious LYB data to any libyang consumer (such as a NETCONF server), could trigger a crash, resulting in a denial of service (DoS), or potentially achieve arbitrary code execution through heap corruption.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"0b0ca135-0b70-47e7-9f44-1890c2a1c46c\", \"shortName\": \"redhat-SADP\", \"dateUpdated\": \"2026-06-30T03:17:28.794Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-44673\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-15T14:18:31.145491Z\"}}}], \"references\": [{\"url\": \"https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-15T14:18:56.857Z\"}}], \"cna\": {\"title\": \"libyang: lyb_read_string() integer overflow \\u2192 heap buffer overflow\", \"source\": {\"advisory\": \"GHSA-vw2p-pq79-92xh\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"CESNET\", \"product\": \"libyang\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c SO 5.2.15\"}]}], \"references\": [{\"url\": \"https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh\", \"name\": \"https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-05-14T20:35:13.963Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-44673\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-30T03:17:28.794Z\", \"dateReserved\": \"2026-05-07T16:20:08.659Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-05-14T20:35:13.963Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
rlsa-2026:25051
Vulnerability from osv_rocky
Published
2026-06-13 00:03
Modified
2026-06-27 00:06
Summary
Important: libyang security update
Details
Libyang is YANG data modeling language parser and toolkit written (and providing API) in C.
Security Fix(es):
- libyang: libyang: Denial of Service or arbitrary code execution via maliciously crafted LYB binary blob (CVE-2026-44673)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Severity
7.5 (High)
Credits
Rocky Enterprise Software Foundation
Red Hat
References
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "libyang",
"purl": "pkg:rpm/rocky-linux/libyang?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:2.1.148-1.el9_8.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "Libyang is YANG data modeling language parser and toolkit written (and providing API) in C.\n\nSecurity Fix(es):\n\n* libyang: libyang: Denial of Service or arbitrary code execution via maliciously crafted LYB binary blob (CVE-2026-44673)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:25051",
"modified": "2026-06-27T00:06:15.904632Z",
"published": "2026-06-13T00:03:17.085789Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:25051"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477617"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: libyang security update",
"upstream": [
"CVE-2026-44673"
]
}
SUSE-SU-2026:22200-1
Vulnerability from csaf_suse - Published: 2026-06-20 06:56 - Updated: 2026-06-20 06:56Summary
Security update for libyang
Severity
Important
Notes
Title of the patch: Security update for libyang
Description of the patch: This update for libyang fixes the following issues
- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific
metadata attributes (bsc#1266316).
- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when
parsing a maliciously crafted LYB binary blob (bsc#1265330).
Patchnames: SUSE-SLES-16.0-978
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.6 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libyang",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libyang fixes the following issues\n\n- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific\n metadata attributes (bsc#1266316).\n- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when\n parsing a maliciously crafted LYB binary blob (bsc#1265330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-978",
"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_22200-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22200-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622200-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22200-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047508.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265330",
"url": "https://bugzilla.suse.com/1265330"
},
{
"category": "self",
"summary": "SUSE Bug 1266316",
"url": "https://bugzilla.suse.com/1266316"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44673/"
}
],
"title": "Security update for libyang",
"tracking": {
"current_release_date": "2026-06-20T06:56:16Z",
"generator": {
"date": "2026-06-20T06:56:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22200-1",
"initial_release_date": "2026-06-20T06:56:16Z",
"revision_history": [
{
"date": "2026-06-20T06:56:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.aarch64",
"product": {
"name": "libyang2-2.1.148-160000.4.1.aarch64",
"product_id": "libyang2-2.1.148-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.ppc64le",
"product": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le",
"product_id": "libyang2-2.1.148-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.s390x",
"product": {
"name": "libyang2-2.1.148-160000.4.1.s390x",
"product_id": "libyang2-2.1.148-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.x86_64",
"product": {
"name": "libyang2-2.1.148-160000.4.1.x86_64",
"product_id": "libyang2-2.1.148-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x"
},
"product_reference": "libyang2-2.1.148-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x"
},
"product_reference": "libyang2-2.1.148-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41401"
}
],
"notes": [
{
"category": "general",
"text": "libyang before 5.2.6 contains a heap use-after-free write vulnerability in lyd_parser_set_data_flags that incorrectly updates metadata list pointers when freeing non-head default metadata entries. Attackers can trigger this vulnerability by submitting crafted YANG XML documents with specific metadata attributes to applications parsing untrusted XML data, causing process crashes or potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41401",
"url": "https://www.suse.com/security/cve/CVE-2026-41401"
},
{
"category": "external",
"summary": "SUSE Bug 1266316 for CVE-2026-41401",
"url": "https://bugzilla.suse.com/1266316"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T06:56:16Z",
"details": "important"
}
],
"title": "CVE-2026-41401"
},
{
"cve": "CVE-2026-44673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44673"
}
],
"notes": [
{
"category": "general",
"text": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44673",
"url": "https://www.suse.com/security/cve/CVE-2026-44673"
},
{
"category": "external",
"summary": "SUSE Bug 1265330 for CVE-2026-44673",
"url": "https://bugzilla.suse.com/1265330"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T06:56:16Z",
"details": "important"
}
],
"title": "CVE-2026-44673"
}
]
}
SUSE-SU-2026:22208-1
Vulnerability from csaf_suse - Published: 2026-06-20 06:56 - Updated: 2026-06-20 06:56Summary
Security update for libyang
Severity
Important
Notes
Title of the patch: Security update for libyang
Description of the patch: This update for libyang fixes the following issues
- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific
metadata attributes (bsc#1266316).
- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when
parsing a maliciously crafted LYB binary blob (bsc#1265330).
Patchnames: SUSE-SLES-16.0-978
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.6 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libyang",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libyang fixes the following issues\n\n- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific\n metadata attributes (bsc#1266316).\n- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when\n parsing a maliciously crafted LYB binary blob (bsc#1265330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-978",
"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_22208-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22208-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622208-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22208-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047500.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265330",
"url": "https://bugzilla.suse.com/1265330"
},
{
"category": "self",
"summary": "SUSE Bug 1266316",
"url": "https://bugzilla.suse.com/1266316"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44673/"
}
],
"title": "Security update for libyang",
"tracking": {
"current_release_date": "2026-06-20T06:56:16Z",
"generator": {
"date": "2026-06-20T06:56:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22208-1",
"initial_release_date": "2026-06-20T06:56:16Z",
"revision_history": [
{
"date": "2026-06-20T06:56:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.aarch64",
"product": {
"name": "libyang2-2.1.148-160000.4.1.aarch64",
"product_id": "libyang2-2.1.148-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.ppc64le",
"product": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le",
"product_id": "libyang2-2.1.148-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.s390x",
"product": {
"name": "libyang2-2.1.148-160000.4.1.s390x",
"product_id": "libyang2-2.1.148-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang2-2.1.148-160000.4.1.x86_64",
"product": {
"name": "libyang2-2.1.148-160000.4.1.x86_64",
"product_id": "libyang2-2.1.148-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x"
},
"product_reference": "libyang2-2.1.148-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x"
},
"product_reference": "libyang2-2.1.148-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
},
"product_reference": "libyang2-2.1.148-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41401"
}
],
"notes": [
{
"category": "general",
"text": "libyang before 5.2.6 contains a heap use-after-free write vulnerability in lyd_parser_set_data_flags that incorrectly updates metadata list pointers when freeing non-head default metadata entries. Attackers can trigger this vulnerability by submitting crafted YANG XML documents with specific metadata attributes to applications parsing untrusted XML data, causing process crashes or potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41401",
"url": "https://www.suse.com/security/cve/CVE-2026-41401"
},
{
"category": "external",
"summary": "SUSE Bug 1266316 for CVE-2026-41401",
"url": "https://bugzilla.suse.com/1266316"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T06:56:16Z",
"details": "important"
}
],
"title": "CVE-2026-41401"
},
{
"cve": "CVE-2026-44673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44673"
}
],
"notes": [
{
"category": "general",
"text": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44673",
"url": "https://www.suse.com/security/cve/CVE-2026-44673"
},
{
"category": "external",
"summary": "SUSE Bug 1265330 for CVE-2026-44673",
"url": "https://bugzilla.suse.com/1265330"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libyang2-2.1.148-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libyang2-2.1.148-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-20T06:56:16Z",
"details": "important"
}
],
"title": "CVE-2026-44673"
}
]
}
SUSE-SU-2026:2334-1
Vulnerability from csaf_suse - Published: 2026-06-10 08:42 - Updated: 2026-06-10 08:42Summary
Security update for libyang
Severity
Important
Notes
Title of the patch: Security update for libyang
Description of the patch: This update for libyang fixes the following issues
- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific
metadata attributes (bsc#1266316).
- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when
parsing a maliciously crafted LYB binary blob (bsc#1265330).
Patchnames: SUSE-2026-2334,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2334,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2334
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.6 (High)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libyang",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libyang fixes the following issues\n\n- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific\n metadata attributes (bsc#1266316).\n- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when\n parsing a maliciously crafted LYB binary blob (bsc#1265330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2334,SUSE-SLE-SERVER-12-SP5-LTSS-2026-2334,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-2334",
"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_2334-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2334-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262334-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2334-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026683.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265330",
"url": "https://bugzilla.suse.com/1265330"
},
{
"category": "self",
"summary": "SUSE Bug 1266316",
"url": "https://bugzilla.suse.com/1266316"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44673/"
}
],
"title": "Security update for libyang",
"tracking": {
"current_release_date": "2026-06-10T08:42:41Z",
"generator": {
"date": "2026-06-10T08:42:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2334-1",
"initial_release_date": "2026-06-10T08:42:41Z",
"revision_history": [
{
"date": "2026-06-10T08:42:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.aarch64",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.aarch64",
"product_id": "libyang-devel-2.1.148-8.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.aarch64",
"product": {
"name": "libyang2-2.1.148-8.8.1.aarch64",
"product_id": "libyang2-2.1.148-8.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.aarch64",
"product": {
"name": "yang-tools-2.1.148-8.8.1.aarch64",
"product_id": "yang-tools-2.1.148-8.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.i586",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.i586",
"product_id": "libyang-devel-2.1.148-8.8.1.i586"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.i586",
"product": {
"name": "libyang2-2.1.148-8.8.1.i586",
"product_id": "libyang2-2.1.148-8.8.1.i586"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.i586",
"product": {
"name": "yang-tools-2.1.148-8.8.1.i586",
"product_id": "yang-tools-2.1.148-8.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-doc-2.1.148-8.8.1.noarch",
"product": {
"name": "libyang-doc-2.1.148-8.8.1.noarch",
"product_id": "libyang-doc-2.1.148-8.8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.ppc64le",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.ppc64le",
"product_id": "libyang-devel-2.1.148-8.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.ppc64le",
"product": {
"name": "libyang2-2.1.148-8.8.1.ppc64le",
"product_id": "libyang2-2.1.148-8.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.ppc64le",
"product": {
"name": "yang-tools-2.1.148-8.8.1.ppc64le",
"product_id": "yang-tools-2.1.148-8.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.s390",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.s390",
"product_id": "libyang-devel-2.1.148-8.8.1.s390"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.s390",
"product": {
"name": "libyang2-2.1.148-8.8.1.s390",
"product_id": "libyang2-2.1.148-8.8.1.s390"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.s390",
"product": {
"name": "yang-tools-2.1.148-8.8.1.s390",
"product_id": "yang-tools-2.1.148-8.8.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.s390x",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.s390x",
"product_id": "libyang-devel-2.1.148-8.8.1.s390x"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.s390x",
"product": {
"name": "libyang2-2.1.148-8.8.1.s390x",
"product_id": "libyang2-2.1.148-8.8.1.s390x"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.s390x",
"product": {
"name": "yang-tools-2.1.148-8.8.1.s390x",
"product_id": "yang-tools-2.1.148-8.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-8.8.1.x86_64",
"product": {
"name": "libyang-devel-2.1.148-8.8.1.x86_64",
"product_id": "libyang-devel-2.1.148-8.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-8.8.1.x86_64",
"product": {
"name": "libyang2-2.1.148-8.8.1.x86_64",
"product_id": "libyang2-2.1.148-8.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-8.8.1.x86_64",
"product": {
"name": "yang-tools-2.1.148-8.8.1.x86_64",
"product_id": "yang-tools-2.1.148-8.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64"
},
"product_reference": "libyang2-2.1.148-8.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-8.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x"
},
"product_reference": "libyang2-2.1.148-8.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64"
},
"product_reference": "libyang2-2.1.148-8.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64"
},
"product_reference": "libyang2-2.1.148-8.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-8.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x"
},
"product_reference": "libyang2-2.1.148-8.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64"
},
"product_reference": "libyang2-2.1.148-8.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-8.8.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
},
"product_reference": "libyang2-2.1.148-8.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41401"
}
],
"notes": [
{
"category": "general",
"text": "libyang before 5.2.6 contains a heap use-after-free write vulnerability in lyd_parser_set_data_flags that incorrectly updates metadata list pointers when freeing non-head default metadata entries. Attackers can trigger this vulnerability by submitting crafted YANG XML documents with specific metadata attributes to applications parsing untrusted XML data, causing process crashes or potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41401",
"url": "https://www.suse.com/security/cve/CVE-2026-41401"
},
{
"category": "external",
"summary": "SUSE Bug 1266316 for CVE-2026-41401",
"url": "https://bugzilla.suse.com/1266316"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:42:41Z",
"details": "important"
}
],
"title": "CVE-2026-41401"
},
{
"cve": "CVE-2026-44673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44673"
}
],
"notes": [
{
"category": "general",
"text": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44673",
"url": "https://www.suse.com/security/cve/CVE-2026-44673"
},
{
"category": "external",
"summary": "SUSE Bug 1265330 for CVE-2026-44673",
"url": "https://bugzilla.suse.com/1265330"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libyang2-2.1.148-8.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libyang2-2.1.148-8.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:42:41Z",
"details": "important"
}
],
"title": "CVE-2026-44673"
}
]
}
SUSE-SU-2026:2335-1
Vulnerability from csaf_suse - Published: 2026-06-10 08:43 - Updated: 2026-06-10 08:43Summary
Security update for libyang
Severity
Important
Notes
Title of the patch: Security update for libyang
Description of the patch: This update for libyang fixes the following issues
- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific
metadata attributes (bsc#1266316).
- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when
parsing a maliciously crafted LYB binary blob (bsc#1265330).
Patchnames: SUSE-2026-2335,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2335,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2335,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2335,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2335,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2335,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2335
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.6 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libyang",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libyang fixes the following issues\n\n- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific\n metadata attributes (bsc#1266316).\n- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when\n parsing a maliciously crafted LYB binary blob (bsc#1265330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2335,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2335,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2335,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2335,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2335,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2335,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2335",
"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_2335-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2335-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262335-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2335-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026682.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265330",
"url": "https://bugzilla.suse.com/1265330"
},
{
"category": "self",
"summary": "SUSE Bug 1266316",
"url": "https://bugzilla.suse.com/1266316"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44673/"
}
],
"title": "Security update for libyang",
"tracking": {
"current_release_date": "2026-06-10T08:43:17Z",
"generator": {
"date": "2026-06-10T08:43:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2335-1",
"initial_release_date": "2026-06-10T08:43:17Z",
"revision_history": [
{
"date": "2026-06-10T08:43:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.55-150500.3.5.1.aarch64",
"product": {
"name": "libyang-devel-2.1.55-150500.3.5.1.aarch64",
"product_id": "libyang-devel-2.1.55-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.55-150500.3.5.1.aarch64",
"product": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64",
"product_id": "libyang2-2.1.55-150500.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.55-150500.3.5.1.aarch64",
"product": {
"name": "yang-tools-2.1.55-150500.3.5.1.aarch64",
"product_id": "yang-tools-2.1.55-150500.3.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.55-150500.3.5.1.i586",
"product": {
"name": "libyang-devel-2.1.55-150500.3.5.1.i586",
"product_id": "libyang-devel-2.1.55-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.55-150500.3.5.1.i586",
"product": {
"name": "libyang2-2.1.55-150500.3.5.1.i586",
"product_id": "libyang2-2.1.55-150500.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.55-150500.3.5.1.i586",
"product": {
"name": "yang-tools-2.1.55-150500.3.5.1.i586",
"product_id": "yang-tools-2.1.55-150500.3.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-doc-2.1.55-150500.3.5.1.noarch",
"product": {
"name": "libyang-doc-2.1.55-150500.3.5.1.noarch",
"product_id": "libyang-doc-2.1.55-150500.3.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.55-150500.3.5.1.ppc64le",
"product": {
"name": "libyang-devel-2.1.55-150500.3.5.1.ppc64le",
"product_id": "libyang-devel-2.1.55-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"product": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"product_id": "libyang2-2.1.55-150500.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.55-150500.3.5.1.ppc64le",
"product": {
"name": "yang-tools-2.1.55-150500.3.5.1.ppc64le",
"product_id": "yang-tools-2.1.55-150500.3.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.55-150500.3.5.1.s390x",
"product": {
"name": "libyang-devel-2.1.55-150500.3.5.1.s390x",
"product_id": "libyang-devel-2.1.55-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.55-150500.3.5.1.s390x",
"product": {
"name": "libyang2-2.1.55-150500.3.5.1.s390x",
"product_id": "libyang2-2.1.55-150500.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.55-150500.3.5.1.s390x",
"product": {
"name": "yang-tools-2.1.55-150500.3.5.1.s390x",
"product_id": "yang-tools-2.1.55-150500.3.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.55-150500.3.5.1.x86_64",
"product": {
"name": "libyang-devel-2.1.55-150500.3.5.1.x86_64",
"product_id": "libyang-devel-2.1.55-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.55-150500.3.5.1.x86_64",
"product": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64",
"product_id": "libyang2-2.1.55-150500.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.55-150500.3.5.1.x86_64",
"product": {
"name": "yang-tools-2.1.55-150500.3.5.1.x86_64",
"product_id": "yang-tools-2.1.55-150500.3.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.55-150500.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.55-150500.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41401"
}
],
"notes": [
{
"category": "general",
"text": "libyang before 5.2.6 contains a heap use-after-free write vulnerability in lyd_parser_set_data_flags that incorrectly updates metadata list pointers when freeing non-head default metadata entries. Attackers can trigger this vulnerability by submitting crafted YANG XML documents with specific metadata attributes to applications parsing untrusted XML data, causing process crashes or potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41401",
"url": "https://www.suse.com/security/cve/CVE-2026-41401"
},
{
"category": "external",
"summary": "SUSE Bug 1266316 for CVE-2026-41401",
"url": "https://bugzilla.suse.com/1266316"
}
],
"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 High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:43:17Z",
"details": "important"
}
],
"title": "CVE-2026-41401"
},
{
"cve": "CVE-2026-44673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44673"
}
],
"notes": [
{
"category": "general",
"text": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44673",
"url": "https://www.suse.com/security/cve/CVE-2026-44673"
},
{
"category": "external",
"summary": "SUSE Bug 1265330 for CVE-2026-44673",
"url": "https://bugzilla.suse.com/1265330"
}
],
"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 High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libyang2-2.1.55-150500.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libyang2-2.1.55-150500.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:43:17Z",
"details": "important"
}
],
"title": "CVE-2026-44673"
}
]
}
SUSE-SU-2026:2337-1
Vulnerability from csaf_suse - Published: 2026-06-10 08:43 - Updated: 2026-06-10 08:43Summary
Security update for libyang
Severity
Important
Notes
Title of the patch: Security update for libyang
Description of the patch: This update for libyang fixes the following issues
- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific
metadata attributes (bsc#1266316).
- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when
parsing a maliciously crafted LYB binary blob (bsc#1265330).
Patchnames: SUSE-2026-2337,SUSE-SLE-Module-Server-Applications-15-SP7-2026-2337
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.6 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libyang",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libyang fixes the following issues\n\n- CVE-2026-41401: use-after-free in `lyd_parser_set_data_flags` when processing crafted YANG XML documents with specific\n metadata attributes (bsc#1266316).\n- CVE-2026-44673: integer overflow in `lyb_read_string()` of `src/parser_lyb.c` leads to heap buffer overflow when\n parsing a maliciously crafted LYB binary blob (bsc#1265330).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2337,SUSE-SLE-Module-Server-Applications-15-SP7-2026-2337",
"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_2337-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2337-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262337-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2337-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026681.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265330",
"url": "https://bugzilla.suse.com/1265330"
},
{
"category": "self",
"summary": "SUSE Bug 1266316",
"url": "https://bugzilla.suse.com/1266316"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41401 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44673/"
}
],
"title": "Security update for libyang",
"tracking": {
"current_release_date": "2026-06-10T08:43:47Z",
"generator": {
"date": "2026-06-10T08:43:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2337-1",
"initial_release_date": "2026-06-10T08:43:47Z",
"revision_history": [
{
"date": "2026-06-10T08:43:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-150700.3.5.1.aarch64",
"product": {
"name": "libyang-devel-2.1.148-150700.3.5.1.aarch64",
"product_id": "libyang-devel-2.1.148-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-150700.3.5.1.aarch64",
"product": {
"name": "libyang2-2.1.148-150700.3.5.1.aarch64",
"product_id": "libyang2-2.1.148-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-150700.3.5.1.aarch64",
"product": {
"name": "yang-tools-2.1.148-150700.3.5.1.aarch64",
"product_id": "yang-tools-2.1.148-150700.3.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-150700.3.5.1.i586",
"product": {
"name": "libyang-devel-2.1.148-150700.3.5.1.i586",
"product_id": "libyang-devel-2.1.148-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-150700.3.5.1.i586",
"product": {
"name": "libyang2-2.1.148-150700.3.5.1.i586",
"product_id": "libyang2-2.1.148-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-150700.3.5.1.i586",
"product": {
"name": "yang-tools-2.1.148-150700.3.5.1.i586",
"product_id": "yang-tools-2.1.148-150700.3.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-doc-2.1.148-150700.3.5.1.noarch",
"product": {
"name": "libyang-doc-2.1.148-150700.3.5.1.noarch",
"product_id": "libyang-doc-2.1.148-150700.3.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-150700.3.5.1.ppc64le",
"product": {
"name": "libyang-devel-2.1.148-150700.3.5.1.ppc64le",
"product_id": "libyang-devel-2.1.148-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-150700.3.5.1.ppc64le",
"product": {
"name": "libyang2-2.1.148-150700.3.5.1.ppc64le",
"product_id": "libyang2-2.1.148-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-150700.3.5.1.ppc64le",
"product": {
"name": "yang-tools-2.1.148-150700.3.5.1.ppc64le",
"product_id": "yang-tools-2.1.148-150700.3.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-150700.3.5.1.s390x",
"product": {
"name": "libyang-devel-2.1.148-150700.3.5.1.s390x",
"product_id": "libyang-devel-2.1.148-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-150700.3.5.1.s390x",
"product": {
"name": "libyang2-2.1.148-150700.3.5.1.s390x",
"product_id": "libyang2-2.1.148-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-150700.3.5.1.s390x",
"product": {
"name": "yang-tools-2.1.148-150700.3.5.1.s390x",
"product_id": "yang-tools-2.1.148-150700.3.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libyang-devel-2.1.148-150700.3.5.1.x86_64",
"product": {
"name": "libyang-devel-2.1.148-150700.3.5.1.x86_64",
"product_id": "libyang-devel-2.1.148-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libyang2-2.1.148-150700.3.5.1.x86_64",
"product": {
"name": "libyang2-2.1.148-150700.3.5.1.x86_64",
"product_id": "libyang2-2.1.148-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "yang-tools-2.1.148-150700.3.5.1.x86_64",
"product": {
"name": "yang-tools-2.1.148-150700.3.5.1.x86_64",
"product_id": "yang-tools-2.1.148-150700.3.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP7",
"product_id": "SUSE Linux Enterprise Server 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP7",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP7",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64"
},
"product_reference": "libyang2-2.1.148-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le"
},
"product_reference": "libyang2-2.1.148-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x"
},
"product_reference": "libyang2-2.1.148-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libyang2-2.1.148-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
},
"product_reference": "libyang2-2.1.148-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41401"
}
],
"notes": [
{
"category": "general",
"text": "libyang before 5.2.6 contains a heap use-after-free write vulnerability in lyd_parser_set_data_flags that incorrectly updates metadata list pointers when freeing non-head default metadata entries. Attackers can trigger this vulnerability by submitting crafted YANG XML documents with specific metadata attributes to applications parsing untrusted XML data, causing process crashes or potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41401",
"url": "https://www.suse.com/security/cve/CVE-2026-41401"
},
{
"category": "external",
"summary": "SUSE Bug 1266316 for CVE-2026-41401",
"url": "https://bugzilla.suse.com/1266316"
}
],
"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 Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:43:47Z",
"details": "important"
}
],
"title": "CVE-2026-41401"
},
{
"cve": "CVE-2026-44673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44673"
}
],
"notes": [
{
"category": "general",
"text": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44673",
"url": "https://www.suse.com/security/cve/CVE-2026-44673"
},
{
"category": "external",
"summary": "SUSE Bug 1265330 for CVE-2026-44673",
"url": "https://bugzilla.suse.com/1265330"
}
],
"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 Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libyang2-2.1.148-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T08:43:47Z",
"details": "important"
}
],
"title": "CVE-2026-44673"
}
]
}
ubuntu-cve-2026-44673
Vulnerability from osv_ubuntu
Published
2026-05-14 21:16
Modified
2026-05-14 21:16
Summary
Details
libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.
Severity
7.5 (High)
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang-cpp0.16",
"binary_version": "0.16.105-3build1"
},
{
"binary_name": "libyang0.16",
"binary_version": "0.16.105-3build1"
},
{
"binary_name": "python3-yang",
"binary_version": "0.16.105-3build1"
},
{
"binary_name": "yang-tools",
"binary_version": "0.16.105-3build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "libyang",
"purl": "pkg:deb/ubuntu/libyang@0.16.105-3build1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.16.105-1",
"0.16.105-2",
"0.16.105-3",
"0.16.105-3build1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang-cpp1",
"binary_version": "1.0.225-1.1"
},
{
"binary_name": "libyang-tools",
"binary_version": "1.0.225-1.1"
},
{
"binary_name": "libyang1",
"binary_version": "1.0.225-1.1"
},
{
"binary_name": "yang-tools",
"binary_version": "1.0.225-1.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "libyang",
"purl": "pkg:deb/ubuntu/libyang@1.0.225-1.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.225-1.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang-tools",
"binary_version": "2.0.112-6ubuntu2"
},
{
"binary_name": "libyang2",
"binary_version": "2.0.112-6ubuntu2"
},
{
"binary_name": "libyang2-tools",
"binary_version": "2.0.112-6ubuntu2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "libyang2",
"purl": "pkg:deb/ubuntu/libyang2@2.0.112-6ubuntu2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.0.112-6",
"2.0.112-6ubuntu1",
"2.0.112-6ubuntu2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang-tools",
"binary_version": "2.1.30-2.1ubuntu0.1"
},
{
"binary_name": "libyang2-tools",
"binary_version": "2.1.30-2.1ubuntu0.1"
},
{
"binary_name": "libyang2t64",
"binary_version": "2.1.30-2.1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "libyang2",
"purl": "pkg:deb/ubuntu/libyang2@2.1.30-2.1ubuntu0.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.1.30-2",
"2.1.30-2.1",
"2.1.30-2.1build1",
"2.1.30-2.1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang3",
"binary_version": "3.13.5-2"
},
{
"binary_name": "libyang3-tools",
"binary_version": "3.13.5-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "libyang",
"purl": "pkg:deb/ubuntu/libyang@3.13.5-2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.7.8-3",
"3.12.2-1",
"3.12.2-1ubuntu1",
"3.13.5-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libyang3",
"binary_version": "3.13.6-1"
},
{
"binary_name": "libyang3-tools",
"binary_version": "3.13.6-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "libyang",
"purl": "pkg:deb/ubuntu/libyang@3.13.6-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.13.5-2",
"3.13.6-1"
]
}
],
"aliases": [],
"details": "libyang is a YANG data modeling language library. Prior to SO 5.2.15, lyb_read_string() in src/parser_lyb.c contains an integer overflow that results in a heap buffer overflow when parsing a maliciously crafted LYB binary blob. An attacker who can supply LYB data to any libyang consumer (NETCONF server, sysrepo, etc.) can trigger a crash or potential heap corruption. This vulnerability is fixed in SO 5.2.15.",
"id": "UBUNTU-CVE-2026-44673",
"modified": "2026-05-14T21:16:00Z",
"published": "2026-05-14T21:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-44673"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44673"
},
{
"type": "REPORT",
"url": "https://github.com/CESNET/libyang/security/advisories/GHSA-vw2p-pq79-92xh"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-44673"
],
"withdrawn": "2026-06-16T19:55:01Z"
}
WID-SEC-W-2026-1820
Vulnerability from csaf_certbund - Published: 2026-06-08 22:00 - Updated: 2026-06-14 22:00Summary
Red Hat Enterprise Linux (libyang): Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen oder potenziell beliebigen Code auszuführen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
References
12 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder potenziell beliebigen Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1820 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1820.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1820 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1820"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24545 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24545"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24758 vom 2026-06-09",
"url": "https://access.redhat.com/errata/RHSA-2026:24758"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-24545 vom 2026-06-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-24545.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25051 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25051"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2337-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026681.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2335-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026682.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:24545 vom 2026-06-11",
"url": "https://errata.build.resf.org/RLSA-2026:24545"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2334-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026683.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2381-1 vom 2026-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026717.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25051 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25051"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (libyang): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-06-14T22:00:00.000+00:00",
"generator": {
"date": "2026-06-15T07:40:00.913+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1820",
"initial_release_date": "2026-06-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat, SUSE und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T055049",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-44673",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T004914",
"T032255",
"T055049"
]
},
"release_date": "2026-06-08T22:00:00.000+00:00",
"title": "CVE-2026-44673"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…