Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-4438 (GCVE-0-2026-4438)
Vulnerability from cvelistv5 – Published: 2026-03-20 19:59 – Updated: 2026-07-14 12:45| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| The GNU C Library | glibc |
Affected:
2.34 , ≤ 2.43
(custom)
|
guessed | |
| Siemens | SIMATIC S7-1500 CPU 1518-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed | |
| Siemens | SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed | |
| Siemens | SIPLUS S7-1500 CPU 1518-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-4438",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-23T15:06:13.636418Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-88",
"description": "CWE-88 Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-23T15:06:16.376Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"affected": [
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T12:45:26.864Z",
"orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"shortName": "siemens-SADP"
},
"references": [
{
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
}
],
"x_adpType": "supplier"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.34",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Antonio Maini (0rbitingZer0) - 0rbitingZer0@proton.me"
}
],
"datePublic": "2026-03-20T22:17:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.\u003c/div\u003e"
}
],
"value": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification."
}
],
"impacts": [
{
"capecId": "CAPEC-142",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-142 DNS Cache Poisoning"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20 Improper input validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T19:59:06.064Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "gethostbyaddr and gethostbyaddr_r return invalid DNS hostnames",
"x_generator": {
"engine": "Vulnogram 1.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2026-4438",
"datePublished": "2026-03-20T19:59:06.064Z",
"dateReserved": "2026-03-19T19:55:44.639Z",
"dateUpdated": "2026-07-14T12:45:26.864Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-4438",
"date": "2026-09-20",
"epss": "0.00316",
"percentile": "0.24761"
},
"microsoft_vex": {
"current_release_date": "2026-03-31T15:09:47.000Z",
"cve": "CVE-2026-4438",
"id": "msrc_CVE-2026-4438",
"initial_release_date": "2026-03-02T00:00:00.000Z",
"product_status:fixed": "2",
"product_status:known_affected": "3",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "gethostbyaddr and gethostbyaddr_r return invalid DNS hostnames",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-4438.json",
"version": "5"
},
"nvd": {
"cve": {
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.34",
"versionType": "custom"
}
]
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18"
},
{
"affectedData": [
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
}
],
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1ECF98C3-1D14-492E-9FE0-241B03BF8550",
"versionEndIncluding": "2.43",
"versionStartIncluding": "2.34",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification."
},
{
"lang": "es",
"value": "Llamar a gethostbyaddr o gethostbyaddr_r con un nsswitch.conf configurado que especifica el backend DNS de la biblioteca en la biblioteca GNU C versi\u00f3n 2.34 a la versi\u00f3n 2.43 podr\u00eda resultar en que se devuelva un nombre de host DNS no v\u00e1lido al llamador en violaci\u00f3n de la especificaci\u00f3n DNS."
}
],
"id": "CVE-2026-4438",
"lastModified": "2026-07-14T13:18:58.247",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.5,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-4438",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-23T15:06:13.636418Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-03-20T20:16:49.623",
"references": [
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"tags": [
"Exploit",
"Issue Tracking",
"Patch"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
},
{
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
}
],
"sourceIdentifier": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-20"
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-88"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
},
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-09-08T23:07:21+00:00",
"cve": "CVE-2026-4438",
"id": "CVE-2026-4438",
"initial_release_date": "2026-03-20T19:59:06.064000+00:00",
"product_status:fixed": "2031",
"product_status:known_affected": "238",
"product_status:known_not_affected": "3",
"product_status:under_investigation": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "glibc: glibc: Invalid DNS hostname returned via gethostbyaddr functions",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-4438.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-11T01:45:11Z",
"cve": "CVE-2026-4438",
"id": "CVE-2026-4438",
"initial_release_date": "2026-03-24T00:28:20Z",
"product_status:first_fixed": "1",
"product_status:known_affected": "402",
"product_status:known_not_affected": "465",
"product_status:recommended": "640",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-4438",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-4438.json",
"version": "32"
},
"vulnrichment": {
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-4438",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-23T15:06:13.636418Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-88",
"description": "CWE-88 Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-23T15:06:06.683Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.34",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Antonio Maini (0rbitingZer0) - 0rbitingZer0@proton.me"
}
],
"datePublic": "2026-03-20T22:17:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.\u003c/div\u003e"
}
],
"value": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification."
}
],
"impacts": [
{
"capecId": "CAPEC-142",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-142 DNS Cache Poisoning"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20 Improper input validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T19:59:06.064Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "gethostbyaddr and gethostbyaddr_r return invalid DNS hostnames",
"x_generator": {
"engine": "Vulnogram 1.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2026-4438",
"datePublished": "2026-03-20T19:59:06.064Z",
"dateReserved": "2026-03-19T19:55:44.639Z",
"dateUpdated": "2026-03-23T15:06:16.376Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ALSA-2026:19061
Vulnerability from osv_almalinux – Published: 2026-05-19 00:00 – Updated: 2026-05-26 12:36 – Source websiteThe glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.
Security Fix(es):
- glibc: glibc: Incorrect DNS response parsing via crafted DNS server response (CVE-2026-4437)
- glibc: glibc: Invalid DNS hostname returned via gethostbyaddr functions (CVE-2026-4438)
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.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-all-langpacks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-benchtests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-gconv-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-aa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-af"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-agr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-am"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-an"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-anp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-as"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ast"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ayc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-az"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-be"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ber"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bhb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bho"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-br"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-brx"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-byn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ca"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ce"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-chr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ckb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cmn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-crh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-csb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-da"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-de"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-doi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-el"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-en"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-eo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-es"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-et"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-eu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ff"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fil"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ga"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gbm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gez"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ha"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-he"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ht"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ia"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-id"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ik"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-is"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-it"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-iu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ja"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ka"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kab"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-km"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ko"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ku"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-li"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lij"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ln"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lzh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mag"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mai"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mfe"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mhr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-miq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mjw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mni"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mnw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ms"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-my"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nds"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nhn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-niu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nso"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-oc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-om"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-or"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-os"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-quz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-raj"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-rif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ro"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ru"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-rw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sah"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sat"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-se"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sgs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-shn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-shs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-si"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sid"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-so"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ss"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ssy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-st"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-su"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-syr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-szl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ta"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tcy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-te"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-th"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-the"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ti"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-to"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tpi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ts"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-uk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-unm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-uz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ve"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-vi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wae"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-xh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yue"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yuw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zgh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-locale-source"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-minimal-langpack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-nss-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-utils"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libnsl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nss_db"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nss_hesiod"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-121.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly. \n\nSecurity Fix(es): \n\n * glibc: glibc: Incorrect DNS response parsing via crafted DNS server response (CVE-2026-4437)\n * glibc: glibc: Invalid DNS hostname returned via gethostbyaddr functions (CVE-2026-4438)\n\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.\n",
"id": "ALSA-2026:19061",
"modified": "2026-05-26T12:36:48Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19061"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-4437"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-4438"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2449777"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2449783"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-19061.html"
}
],
"related": [
"CVE-2026-4437",
"CVE-2026-4438"
],
"summary": "Moderate: glibc security update"
}
ALSA-2026:20597
Vulnerability from osv_almalinux – Published: 2026-05-26 00:00 – Updated: 2026-06-30 13:42 – Source websiteThe glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.
Security Fix(es):
- glibc: glibc: Incorrect DNS response parsing via crafted DNS server response (CVE-2026-4437)
- glibc: glibc: Invalid DNS hostname returned via gethostbyaddr functions (CVE-2026-4438)
- glibc: glibc: Denial of Service via iconv() function with specific character sets (CVE-2026-4046)
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.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-all-langpacks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-benchtests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-gconv-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-aa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-af"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-agr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-am"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-an"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-anp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-as"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ast"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ayc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-az"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-be"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ber"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bhb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bho"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-br"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-brx"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-byn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ca"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ce"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-chr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ckb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cmn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-crh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-csb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-da"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-de"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-doi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-el"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-en"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-eo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-es"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-et"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-eu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ff"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fil"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ga"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gez"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ha"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-he"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ht"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ia"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-id"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ik"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-is"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-it"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-iu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ja"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ka"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kab"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-km"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ko"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ku"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-li"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lij"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ln"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lzh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mag"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mai"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mfe"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mhr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-miq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mjw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mni"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mnw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ms"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-my"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nds"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nhn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-niu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nso"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-oc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-om"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-or"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-os"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-quz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-raj"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ro"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ru"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-rw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sah"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sat"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-se"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sgs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-shn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-shs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-si"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sid"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-so"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ss"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-st"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-szl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ta"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tcy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-te"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-th"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-the"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ti"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-to"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tpi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ts"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-uk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-unm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-uz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ve"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-vi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wae"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-xh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yue"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yuw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-zh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-zu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-locale-source"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-minimal-langpack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-nss-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-utils"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libnsl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nscd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nss_db"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nss_hesiod"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-270.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly. \n\nSecurity Fix(es): \n\n * glibc: glibc: Incorrect DNS response parsing via crafted DNS server response (CVE-2026-4437)\n * glibc: glibc: Invalid DNS hostname returned via gethostbyaddr functions (CVE-2026-4438)\n * glibc: glibc: Denial of Service via iconv() function with specific character sets (CVE-2026-4046)\n\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.\n",
"id": "ALSA-2026:20597",
"modified": "2026-06-30T13:42:08Z",
"published": "2026-05-26T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:20597"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-4046"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-4437"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-4438"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2449777"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2449783"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2453117"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-20597.html"
}
],
"related": [
"CVE-2026-4437",
"CVE-2026-4438",
"CVE-2026-4046"
],
"summary": "Moderate: glibc security update"
}
BELL-CVE-2026-4438 (CVE-2026-4438)
Vulnerability from osv_bellsoft – Published: 2026-03-24 06:08 – Updated: 2026-04-02 06:07 – Source website| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Alpaquita:23",
"name": "glibc",
"purl": "pkg:apk/alpaquita/glibc?arch=source\u0026distro=23"
},
"ranges": [
{
"events": [
{
"introduced": "2.37.0-r0"
},
{
"fixed": "2.37.0-r22"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Alpaquita:25",
"name": "glibc",
"purl": "pkg:apk/alpaquita/glibc?arch=source\u0026distro=25"
},
"ranges": [
{
"events": [
{
"introduced": "2.39.0-r2"
},
{
"fixed": "2.39.0-r7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Alpaquita:stream",
"name": "glibc",
"purl": "pkg:apk/alpaquita/glibc?arch=source\u0026distro=stream"
},
"ranges": [
{
"events": [
{
"introduced": "2.37.0-r0"
},
{
"fixed": "2.39.0-r8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "BellSoft Hardened Containers:23",
"name": "glibc",
"purl": "pkg:apk/bellsoft-hardened-containers/glibc?arch=source\u0026distro=23"
},
"ranges": [
{
"events": [
{
"introduced": "2.37.0-r0"
},
{
"fixed": "2.37.0-r22"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "BellSoft Hardened Containers:25",
"name": "glibc",
"purl": "pkg:apk/bellsoft-hardened-containers/glibc?arch=source\u0026distro=25"
},
"ranges": [
{
"events": [
{
"introduced": "2.39.0-r2"
},
{
"fixed": "2.39.0-r7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "BellSoft Hardened Containers:stream",
"name": "glibc",
"purl": "pkg:apk/bellsoft-hardened-containers/glibc?arch=source\u0026distro=stream"
},
"ranges": [
{
"events": [
{
"introduced": "2.37.0-r0"
},
{
"fixed": "2.39.0-r8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"id": "BELL-CVE-2026-4438",
"modified": "2026-04-02T06:07:53.762899Z",
"published": "2026-03-24T06:08:52.820613Z",
"references": [
{
"type": "ADVISORY",
"url": "https://docs.bell-sw.com/security/cves/CVE-2026-4438"
}
],
"schema_version": "1.7.4",
"severity": [
{
"score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"type": "CVSS_V3"
}
],
"upstream": [
"CVE-2026-4438"
]
}
BREW-GLIBC-CVE-2026-4438 (CVE-2026-4438)
Vulnerability from osv_homebrew – Published: 2026-08-05 16:54 – Updated: 2026-08-05 16:54 – Source websiteCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.
{
"affected": [
{
"ecosystem_specific": {
"fix": "patch",
"patches": [
{
"apply": [
"patches/any/CVE-2024-2961.patch",
"patches/any/CVE-2024-33599.patch",
"patches/any/CVE-2024-33600_1.patch",
"patches/any/CVE-2024-33600_2.patch",
"patches/any/CVE-2024-33601_33602.patch",
"patches/any/CVE-2025-0395.patch",
"patches/any/CVE-2025-5702.patch",
"patches/any/CVE-2025-8058.patch",
"patches/CVE-2025-15281.patch",
"patches/CVE-2026-0861.patch",
"patches/CVE-2026-0915.patch",
"patches/CVE-2026-4046.patch",
"patches/CVE-2026-5450.patch",
"patches/CVE-2026-5928.patch",
"patches/CVE-2026-6238-pre1.patch",
"patches/CVE-2026-6238-pre2.patch",
"patches/CVE-2026-6238-pre3.patch",
"patches/CVE-2026-6238-pre4.patch",
"patches/CVE-2026-5435.patch",
"patches/CVE-2026-6238-1.patch",
"patches/CVE-2026-6238-2.patch",
"patches/CVE-2026-443x.patch"
],
"type": "backport",
"url": "https://archive.ubuntu.com/ubuntu/pool/main/g/glibc/glibc_2.39-0ubuntu8.8.debian.tar.xz"
}
]
},
"package": {
"ecosystem": "Homebrew",
"name": "glibc",
"purl": "pkg:brew/glibc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"source": "generated"
},
"details": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.",
"id": "BREW-glibc-CVE-2026-4438",
"modified": "2026-08-05T16:54:10Z",
"published": "2026-08-05T16:54:10Z",
"references": [
{
"type": "WEB",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
},
{
"type": "ADVISORY",
"url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/4xxx/CVE-2026-4438.json"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4438"
},
{
"type": "REPORT",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"type": "CVSS_V3"
}
],
"summary": "gethostbyaddr and gethostbyaddr_r return invalid DNS hostnames",
"upstream": [
"CVE-2026-4438"
]
}
CERTFR-2026-AVI-0376
Vulnerability from certfr_avis - Published: 2026-03-30 - Updated: 2026-03-30
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | CBL Mariner | cbl2 telegraf 1.29.4-21 versions antérieures à 1.29.4-22 | ||
| Microsoft | Azure Linux | azl3 glibc 2.38-18 versions antérieures à 2.38-19 | ||
| Microsoft | Azure Linux | azl3 squid 6.13-3 versions antérieures à 6.13-4 | ||
| Microsoft | Azure Linux | azl3 python-pyasn1 0.4.8-1 versions antérieures à 0.4.8-2 | ||
| Microsoft | Azure Linux | azl3 nginx 1.28.2-1 versions antérieures à 1.28.3-1 | ||
| Microsoft | CBL Mariner | cbl2 ncurses 6.4-3 versions antérieures à 6.4-4 | ||
| Microsoft | Azure Linux | azl3 kernel 6.6.126.1-1 versions antérieures à 6.6.130.1-1 | ||
| Microsoft | Azure Linux | azl3 ncurses 6.4-2 versions antérieures à 6.4-3 | ||
| Microsoft | CBL Mariner | cbl2 terraform 1.3.2-29 versions antérieures à 1.3.2-30 | ||
| Microsoft | Azure Linux | azl3 libsoup 3.4.4-12 versions antérieures à 3.4.4-14 | ||
| Microsoft | Azure Linux | azl3 etcd 3.5.21-1 versions antérieures à 3.5.28-1 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 telegraf 1.29.4-21 versions ant\u00e9rieures \u00e0 1.29.4-22",
"product": {
"name": "CBL Mariner",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 glibc 2.38-18 versions ant\u00e9rieures \u00e0 2.38-19",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 squid 6.13-3 versions ant\u00e9rieures \u00e0 6.13-4",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-pyasn1 0.4.8-1 versions ant\u00e9rieures \u00e0 0.4.8-2",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nginx 1.28.2-1 versions ant\u00e9rieures \u00e0 1.28.3-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 ncurses 6.4-3 versions ant\u00e9rieures \u00e0 6.4-4",
"product": {
"name": "CBL Mariner",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.126.1-1 versions ant\u00e9rieures \u00e0 6.6.130.1-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 ncurses 6.4-2 versions ant\u00e9rieures \u00e0 6.4-3",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 terraform 1.3.2-29 versions ant\u00e9rieures \u00e0 1.3.2-30",
"product": {
"name": "CBL Mariner",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libsoup 3.4.4-12 versions ant\u00e9rieures \u00e0 3.4.4-14",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 etcd 3.5.21-1 versions ant\u00e9rieures \u00e0 3.5.28-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-23318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23318"
},
{
"name": "CVE-2026-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23368"
},
{
"name": "CVE-2026-23281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23281"
},
{
"name": "CVE-2026-32647",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32647"
},
{
"name": "CVE-2026-23269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23269"
},
{
"name": "CVE-2026-23293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23293"
},
{
"name": "CVE-2026-23290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23290"
},
{
"name": "CVE-2026-27651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27651"
},
{
"name": "CVE-2026-23303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23303"
},
{
"name": "CVE-2026-27654",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27654"
},
{
"name": "CVE-2026-23340",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23340"
},
{
"name": "CVE-2026-23253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23253"
},
{
"name": "CVE-2026-33343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33343"
},
{
"name": "CVE-2026-23271",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23271"
},
{
"name": "CVE-2026-23268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23268"
},
{
"name": "CVE-2026-23285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23285"
},
{
"name": "CVE-2026-23304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23304"
},
{
"name": "CVE-2026-23357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23357"
},
{
"name": "CVE-2026-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4645"
},
{
"name": "CVE-2026-23324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23324"
},
{
"name": "CVE-2026-23347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23347"
},
{
"name": "CVE-2026-28755",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28755"
},
{
"name": "CVE-2026-23317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23317"
},
{
"name": "CVE-2026-23334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23334"
},
{
"name": "CVE-2026-23391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23391"
},
{
"name": "CVE-2026-23319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23319"
},
{
"name": "CVE-2026-23279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23279"
},
{
"name": "CVE-2026-23244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23244"
},
{
"name": "CVE-2026-23246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23246"
},
{
"name": "CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"name": "CVE-2026-23286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23286"
},
{
"name": "CVE-2026-23359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23359"
},
{
"name": "CVE-2026-23298",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23298"
},
{
"name": "CVE-2026-23296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23296"
},
{
"name": "CVE-2026-23396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23396"
},
{
"name": "CVE-2026-23370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23370"
},
{
"name": "CVE-2026-23315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23315"
},
{
"name": "CVE-2026-23352",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23352"
},
{
"name": "CVE-2026-23367",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23367"
},
{
"name": "CVE-2026-32748",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32748"
},
{
"name": "CVE-2026-23300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23300"
},
{
"name": "CVE-2026-23379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23379"
},
{
"name": "CVE-2026-23381",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23381"
},
{
"name": "CVE-2026-23392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23392"
},
{
"name": "CVE-2026-23245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23245"
},
{
"name": "CVE-2026-4438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4438"
},
{
"name": "CVE-2026-23364",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23364"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2026-23284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23284"
},
{
"name": "CVE-2026-23397",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23397"
},
{
"name": "CVE-2026-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23343"
},
{
"name": "CVE-2026-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23336"
},
{
"name": "CVE-2025-69720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69720"
},
{
"name": "CVE-2026-23289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23289"
},
{
"name": "CVE-2026-23292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23292"
},
{
"name": "CVE-2026-23277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23277"
},
{
"name": "CVE-2026-4437",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4437"
},
{
"name": "CVE-2026-27784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27784"
},
{
"name": "CVE-2026-23388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23388"
},
{
"name": "CVE-2026-28753",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28753"
},
{
"name": "CVE-2026-33526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33526"
},
{
"name": "CVE-2026-23310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23310"
},
{
"name": "CVE-2026-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2369"
},
{
"name": "CVE-2026-33515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33515"
},
{
"name": "CVE-2026-23395",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23395"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2026-23306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23306"
},
{
"name": "CVE-2026-33413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33413"
},
{
"name": "CVE-2026-23291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23291"
},
{
"name": "CVE-2026-23382",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23382"
},
{
"name": "CVE-2026-23312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23312"
},
{
"name": "CVE-2026-23365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23365"
},
{
"name": "CVE-2026-23356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23356"
},
{
"name": "CVE-2026-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23307"
},
{
"name": "CVE-2026-23398",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23398"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-23390",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23390"
}
],
"initial_release_date": "2026-03-30T00:00:00",
"last_revision_date": "2026-03-30T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0376",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32748",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32748"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-4438",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-4438"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23347",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23347"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23268",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23268"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23392",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23392"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23319",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23319"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23253",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23253"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23296",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23296"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23364",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23364"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23368",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23368"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27654",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27654"
},
{
"published_at": "2026-03-21",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-30922",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-30922"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23286",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23286"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23396",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23396"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23340",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23340"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23324",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23324"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33515",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33515"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23318",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23318"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23379",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23379"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23317",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23317"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27784",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27784"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23359",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23359"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23245",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23245"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23269",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23269"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23298",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23298"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23304"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23370",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23370"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23100",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23100"
},
{
"published_at": "2026-03-21",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23271",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23271"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23352",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23352"
},
{
"published_at": "2026-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33343",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33343"
},
{
"published_at": "2026-03-22",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-4437",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-4437"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23343",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23343"
},
{
"published_at": "2026-03-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33413",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33413"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23246",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23246"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23279",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23279"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23244",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23244"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23367",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23367"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23307",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23307"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23398",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23398"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-69720",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-69720"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-28755",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-28755"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23300"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23381",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23381"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23356",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23356"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23351",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23351"
},
{
"published_at": "2026-03-21",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23277",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23277"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23315",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23315"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-4645",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-4645"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33526"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23382",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23382"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23310",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23310"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23306",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23306"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23336",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23336"
},
{
"published_at": "2026-03-25",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-2369",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-2369"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23391",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23391"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23290",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23290"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23312",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23312"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23388",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23388"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23390",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23390"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23303"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23289",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23289"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23293",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23293"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27651",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27651"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23291",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23291"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-28753",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-28753"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23334",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23334"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32647",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32647"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23397",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23397"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23281",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23281"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23365",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23365"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23285",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23285"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23292",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23292"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23284",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23284"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23395",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23395"
},
{
"published_at": "2026-03-21",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23274",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23274"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23357",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23357"
}
]
}
FKIE_CVE-2026-4438
Vulnerability from fkie_nvd - Published: 2026-03-20 20:16 - Updated: 2026-07-14 13:18{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.34",
"versionType": "custom"
}
]
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18"
},
{
"affectedData": [
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
}
],
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1ECF98C3-1D14-492E-9FE0-241B03BF8550",
"versionEndIncluding": "2.43",
"versionStartIncluding": "2.34",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification."
},
{
"lang": "es",
"value": "Llamar a gethostbyaddr o gethostbyaddr_r con un nsswitch.conf configurado que especifica el backend DNS de la biblioteca en la biblioteca GNU C versi\u00f3n 2.34 a la versi\u00f3n 2.43 podr\u00eda resultar en que se devuelva un nombre de host DNS no v\u00e1lido al llamador en violaci\u00f3n de la especificaci\u00f3n DNS."
}
],
"id": "CVE-2026-4438",
"lastModified": "2026-07-14T13:18:58.247",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.5,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-4438",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-23T15:06:13.636418Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-03-20T20:16:49.623",
"references": [
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"tags": [
"Exploit",
"Issue Tracking",
"Patch"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
},
{
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
}
],
"sourceIdentifier": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-20"
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-88"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-935R-RFCH-9MR7
Vulnerability from github – Published: 2026-03-20 21:31 – Updated: 2026-07-14 15:31Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.
{
"affected": [],
"aliases": [
"CVE-2026-4438"
],
"database_specific": {
"cwe_ids": [
"CWE-20",
"CWE-88"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-03-20T20:16:49Z",
"severity": "MODERATE"
},
"details": "Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0027s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.",
"id": "GHSA-935r-rfch-9mr7",
"modified": "2026-07-14T15:31:40Z",
"published": "2026-03-20T21:31:28Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4438"
},
{
"type": "WEB",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
},
{
"type": "WEB",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34015"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-4438
Vulnerability from csaf_microsoft - Published: 2026-03-02 00:00 - Updated: 2026-03-31 15:09OESA-2026-1802 (CVE-2026-4437)
Vulnerability from osv_openeuler – Published: 2026-04-03 11:10 – Updated: 2026-08-06 11:10 – Source websiteThe GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.
Security Fix(es):
Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.(CVE-2026-4437)
Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.(CVE-2026-4438)
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"aarch64": [
"glibc-2.38-98.oe2403.aarch64.rpm",
"glibc-all-langpacks-2.38-98.oe2403.aarch64.rpm",
"glibc-common-2.38-98.oe2403.aarch64.rpm",
"glibc-debuginfo-2.38-98.oe2403.aarch64.rpm",
"glibc-debugsource-2.38-98.oe2403.aarch64.rpm",
"glibc-debugutils-2.38-98.oe2403.aarch64.rpm",
"glibc-devel-2.38-98.oe2403.aarch64.rpm",
"glibc-locale-archive-2.38-98.oe2403.aarch64.rpm",
"glibc-locale-source-2.38-98.oe2403.aarch64.rpm",
"glibc-nss-devel-2.38-98.oe2403.aarch64.rpm",
"libnsl-2.38-98.oe2403.aarch64.rpm",
"nscd-2.38-98.oe2403.aarch64.rpm",
"nss_modules-2.38-98.oe2403.aarch64.rpm"
],
"noarch": [
"glibc-help-2.38-98.oe2403.noarch.rpm"
],
"src": [
"glibc-2.38-98.oe2403.src.rpm"
],
"x86_64": [
"glibc-2.38-98.oe2403.x86_64.rpm",
"glibc-all-langpacks-2.38-98.oe2403.x86_64.rpm",
"glibc-common-2.38-98.oe2403.x86_64.rpm",
"glibc-debuginfo-2.38-98.oe2403.x86_64.rpm",
"glibc-debugsource-2.38-98.oe2403.x86_64.rpm",
"glibc-debugutils-2.38-98.oe2403.x86_64.rpm",
"glibc-devel-2.38-98.oe2403.x86_64.rpm",
"glibc-locale-archive-2.38-98.oe2403.x86_64.rpm",
"glibc-locale-source-2.38-98.oe2403.x86_64.rpm",
"glibc-nss-devel-2.38-98.oe2403.x86_64.rpm",
"libnsl-2.38-98.oe2403.x86_64.rpm",
"nscd-2.38-98.oe2403.x86_64.rpm",
"nss_modules-2.38-98.oe2403.x86_64.rpm"
]
},
"package": {
"ecosystem": "openEuler:24.03-LTS",
"name": "glibc",
"purl": "pkg:rpm/openEuler/glibc\u0026distro=openEuler-24.03-LTS"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.38-98.oe2403"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"severity": "High"
},
"details": "The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.\r\n\r\nSecurity Fix(es):\n\nCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0026apos;s DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.(CVE-2026-4437)\n\nCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0026apos;s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.(CVE-2026-4438)",
"id": "OESA-2026-1802",
"modified": "2026-08-06T11:10:49Z",
"published": "2026-04-03T11:10:49Z",
"references": [
{
"type": "ADVISORY",
"url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1802"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4437"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4438"
}
],
"schema_version": "1.7.2",
"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": "glibc security update",
"upstream": [
"CVE-2026-4437",
"CVE-2026-4438"
]
}
OESA-2026-1803 (CVE-2026-4437)
Vulnerability from osv_openeuler – Published: 2026-04-03 11:10 – Updated: 2026-08-06 11:10 – Source websiteThe GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.
Security Fix(es):
Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.(CVE-2026-4437)
Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.(CVE-2026-4438)
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"aarch64": [
"glibc-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-all-langpacks-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-common-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-debuginfo-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-debugsource-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-debugutils-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-devel-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-locale-archive-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-locale-source-2.38-98.oe2403sp1.aarch64.rpm",
"glibc-nss-devel-2.38-98.oe2403sp1.aarch64.rpm",
"libnsl-2.38-98.oe2403sp1.aarch64.rpm",
"nscd-2.38-98.oe2403sp1.aarch64.rpm",
"nss_modules-2.38-98.oe2403sp1.aarch64.rpm"
],
"noarch": [
"glibc-help-2.38-98.oe2403sp1.noarch.rpm"
],
"src": [
"glibc-2.38-98.oe2403sp1.src.rpm"
],
"x86_64": [
"glibc-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-all-langpacks-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-common-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-debuginfo-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-debugsource-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-debugutils-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-devel-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-locale-archive-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-locale-source-2.38-98.oe2403sp1.x86_64.rpm",
"glibc-nss-devel-2.38-98.oe2403sp1.x86_64.rpm",
"libnsl-2.38-98.oe2403sp1.x86_64.rpm",
"nscd-2.38-98.oe2403sp1.x86_64.rpm",
"nss_modules-2.38-98.oe2403sp1.x86_64.rpm"
]
},
"package": {
"ecosystem": "openEuler:24.03-LTS-SP1",
"name": "glibc",
"purl": "pkg:rpm/openEuler/glibc\u0026distro=openEuler-24.03-LTS-SP1"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.38-98.oe2403sp1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"severity": "High"
},
"details": "The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.\r\n\r\nSecurity Fix(es):\n\nCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0026apos;s DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.(CVE-2026-4437)\n\nCalling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library\u0026apos;s DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.(CVE-2026-4438)",
"id": "OESA-2026-1803",
"modified": "2026-08-06T11:10:49Z",
"published": "2026-04-03T11:10:49Z",
"references": [
{
"type": "ADVISORY",
"url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1803"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4437"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4438"
}
],
"schema_version": "1.7.2",
"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": "glibc security update",
"upstream": [
"CVE-2026-4437",
"CVE-2026-4438"
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.