Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-5928 (GCVE-0-2026-5928)
Vulnerability from cvelistv5 – Published: 2026-04-20 20:37 – Updated: 2026-07-14 12:45- CWE-127 - Buffer under-read
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| The GNU C Library | glibc |
Affected:
2.1.1-89 , ≤ 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": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-5928",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-21T16:10:57.731635Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-21T19:49:59.071Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"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:32.067Z",
"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.1.1-89",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Rocket Ma"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\u003cbr\u003e\u003cbr\u003eA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u0026gt;_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u0026gt;_wide_data-\u0026gt;_IO_read_ptr). The program crash may happen in cases where fp-\u0026gt;_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"impacts": [
{
"capecId": "CAPEC-540",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-540 Overread Buffers"
}
]
},
{
"capecId": "CAPEC-267",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-267 Leverage Alternate Encoding"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-127",
"description": "CWE-127 Buffer under-read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-30T15:43:07.240Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Potential buffer under-read in ungetwc",
"x_generator": {
"engine": "Vulnogram 1.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2026-5928",
"datePublished": "2026-04-20T20:37:31.743Z",
"dateReserved": "2026-04-08T22:47:29.814Z",
"dateUpdated": "2026-07-14T12:45:32.067Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-5928",
"date": "2026-09-25",
"epss": "0.00493",
"percentile": "0.39795"
},
"microsoft_vex": {
"current_release_date": "2026-09-25T01:55:32.000Z",
"cve": "CVE-2026-5928",
"id": "msrc_CVE-2026-5928",
"initial_release_date": "2026-04-22T01:01:18.000Z",
"product_status:known_affected": "6",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Static buffer overflow in deprecated nis_local_principal",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-5928.json",
"version": "9"
},
"nvd": {
"cve": {
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.1.1-89",
"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": "A9DB11A1-E5B8-4086-9B53-C77A9A2E0EA2",
"versionEndIncluding": "2.43",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"id": "CVE-2026-5928",
"lastModified": "2026-07-14T13:19:01.690",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-5928",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-21T16:10:57.731635Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-04-20T21:16:36.963",
"references": [
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
},
{
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"sourceIdentifier": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-127"
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
}
]
}
},
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-09-08T14:16:09+00:00",
"cve": "CVE-2026-5928",
"id": "CVE-2026-5928",
"initial_release_date": "2026-04-20T20:37:31.743000+00:00",
"product_status:fixed": "3078",
"product_status:known_affected": "23",
"product_status:known_not_affected": "6",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "glibc: glibc: Information disclosure or denial of service via ungetwc function with specific wide character encodings",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-5928.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-11T01:44:36Z",
"cve": "CVE-2026-5928",
"id": "CVE-2026-5928",
"initial_release_date": "2026-04-22T01:40:36Z",
"product_status:first_fixed": "1",
"product_status:known_affected": "604",
"product_status:recommended": "931",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-5928",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-5928.json",
"version": "31"
},
"vulnrichment": {
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-5928",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-21T16:10:57.731635Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-21T16:10:51.837Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.1.1-89",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Rocket Ma"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\u003cbr\u003e\u003cbr\u003eA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u0026gt;_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u0026gt;_wide_data-\u0026gt;_IO_read_ptr). The program crash may happen in cases where fp-\u0026gt;_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"impacts": [
{
"capecId": "CAPEC-540",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-540 Overread Buffers"
}
]
},
{
"capecId": "CAPEC-267",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-267 Leverage Alternate Encoding"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-127",
"description": "CWE-127 Buffer under-read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-30T15:43:07.240Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Potential buffer under-read in ungetwc",
"x_generator": {
"engine": "Vulnogram 1.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2026-5928",
"datePublished": "2026-04-20T20:37:31.743Z",
"dateReserved": "2026-04-08T22:47:29.814Z",
"dateUpdated": "2026-04-30T15:43:07.240Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ALSA-2026:42694
Vulnerability from osv_almalinux – Published: 2026-07-21 00:00 – Updated: 2026-07-22 13:47 – 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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)
- glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)
- glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)
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-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-all-langpacks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-benchtests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-gconv-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-aa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-af"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-agr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-am"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-an"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-anp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-as"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ast"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ayc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-az"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-be"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ber"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bhb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bho"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-br"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-brx"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-bs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-byn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ca"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ce"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-chr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ckb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cmn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-crh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-csb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-cy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-da"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-de"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-doi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-dz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-el"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-en"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-eo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-es"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-et"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-eu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ff"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fil"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-fy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ga"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gbm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gez"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-gv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ha"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-he"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ht"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-hy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ia"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-id"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ik"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-is"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-it"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-iu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ja"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ka"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kab"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-km"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ko"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ku"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-kw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-li"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lij"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ln"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-lzh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mag"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mai"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mfe"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mhr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-miq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mjw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mni"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mnw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ms"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-mt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-my"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nds"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nhn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-niu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-nso"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-oc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-om"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-or"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-os"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-pt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-quz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-raj"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-rif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ro"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ru"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-rw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sah"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sat"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-se"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sgs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-shn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-shs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-si"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sid"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-so"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ss"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ssy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-st"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-su"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-sw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-syr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-szl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ta"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tcy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-te"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-th"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-the"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ti"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-to"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tpi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ts"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-tt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-uk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-unm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-uz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-ve"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-vi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wae"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-wo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-xh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yue"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-yuw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zgh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-langpack-zu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-locale-source"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-minimal-langpack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-nss-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "glibc-utils"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libnsl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nss_db"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nss_hesiod"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39-128.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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)\n * glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)\n * glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)\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:42694",
"modified": "2026-07-22T13:47:50Z",
"published": "2026-07-21T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:42694"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2459854"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463465"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463539"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-42694.html"
}
],
"related": [
"CVE-2026-5928",
"CVE-2026-5435",
"CVE-2026-6238"
],
"summary": "Moderate: glibc security update"
}
ALSA-2026:42733
Vulnerability from osv_almalinux – Published: 2026-07-21 00:00 – Updated: 2026-07-22 10:16 – 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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)
- glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)
- glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)
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:8",
"name": "compat-libpthread-nonshared"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-all-langpacks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-benchtests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-gconv-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-aa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-af"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-agr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-am"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-an"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-anp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-as"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ast"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ayc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-az"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-be"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ber"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bhb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bho"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-br"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-brx"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-bs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-byn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ca"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ce"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-chr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-cmn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-crh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-cs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-csb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-cv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-cy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-da"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-de"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-doi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-dsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-dv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-dz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-el"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-en"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-eo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-es"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-et"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-eu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ff"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fil"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-fy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ga"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-gd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-gez"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-gl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-gu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-gv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ha"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-he"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ht"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-hy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ia"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-id"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ik"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-is"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-it"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-iu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ja"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ka"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kab"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-km"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ko"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ku"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-kw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-li"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lij"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ln"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-lzh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mag"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mai"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mfe"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mhr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-miq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mjw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mni"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ms"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-mt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-my"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nds"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nhn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-niu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-nso"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-oc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-om"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-or"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-os"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-pa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-pap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-pl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-pt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-quz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-raj"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ro"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ru"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-rw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sah"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sat"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-se"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sgs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-shn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-shs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-si"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sid"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-so"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ss"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-st"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-sw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-szl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ta"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tcy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-te"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-th"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-the"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ti"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-to"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tpi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ts"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-tt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-uk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-unm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-uz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-ve"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-vi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-wa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-wae"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-wal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-wo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-xh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-yi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-yo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-yue"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-yuw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-zh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-langpack-zu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-locale-source"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-minimal-langpack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-nss-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "glibc-utils"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "libnsl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nscd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nss_db"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nss_hesiod"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-251.el8_10.40"
}
],
"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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)\n * glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)\n * glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)\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:42733",
"modified": "2026-07-22T10:16:40Z",
"published": "2026-07-21T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:42733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2459854"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463465"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463539"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-42733.html"
}
],
"related": [
"CVE-2026-5928",
"CVE-2026-5435",
"CVE-2026-6238"
],
"summary": "Moderate: glibc security update"
}
ALSA-2026:42952
Vulnerability from osv_almalinux – Published: 2026-07-21 00:00 – Updated: 2026-07-23 08:02 – 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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)
- glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)
- glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)
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-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-all-langpacks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-benchtests"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-gconv-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-aa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-af"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-agr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-am"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-an"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-anp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-as"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ast"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ayc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-az"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-be"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bem"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ber"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bhb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bho"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-br"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-brx"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-bs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-byn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ca"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ce"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-chr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ckb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cmn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-crh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-csb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-cy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-da"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-de"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-doi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-dz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-el"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-en"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-eo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-es"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-et"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-eu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ff"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fil"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-fy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ga"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gez"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-gv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ha"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hak"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-he"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hif"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hsb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ht"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-hy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ia"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-id"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ik"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-is"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-it"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-iu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ja"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ka"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kab"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-km"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ko"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kok"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ks"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ku"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-kw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-li"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lij"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ln"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-lzh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mag"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mai"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mfe"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mhr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-miq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mjw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mni"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mnw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ms"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-mt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-my"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nds"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ne"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nhn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-niu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-nso"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-oc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-om"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-or"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-os"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pap"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ps"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-pt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-quz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-raj"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ro"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ru"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-rw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sah"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sat"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-se"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sgs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-shn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-shs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-si"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sid"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-so"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sq"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ss"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-st"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-sw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-szl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ta"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tcy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-te"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tg"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-th"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-the"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ti"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tig"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-to"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tpi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ts"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-tt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-uk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-unm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ur"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-uz"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-ve"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-vi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wa"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wae"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-wo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-xh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yue"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-yuw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-zh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-langpack-zu"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-locale-source"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-minimal-langpack"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-nss-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "glibc-utils"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libnsl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nscd"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nss_db"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nss_hesiod"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.34-274.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: Information disclosure or denial of service via ungetwc function with specific wide character encodings (CVE-2026-5928)\n * glibc: glibc: Out-of-bounds write via TSIG record processing (CVE-2026-5435)\n * glibc: glibc: Application crash or uninitialized memory read via crafted DNS response (CVE-2026-6238)\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:42952",
"modified": "2026-07-23T08:02:53Z",
"published": "2026-07-21T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:42952"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2459854"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463465"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2463539"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-42952.html"
}
],
"related": [
"CVE-2026-5928",
"CVE-2026-5435",
"CVE-2026-6238"
],
"summary": "Moderate: glibc security update"
}
BREW-GLIBC-CVE-2026-5928 (CVE-2026-5928)
Vulnerability from osv_homebrew – Published: 2026-08-05 16:54 – Updated: 2026-08-05 16:54 – Source websiteCalling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.
A bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp->_IO_read_ptr) instead of the actual wide-stream read pointer (fp->_wide_data->_IO_read_ptr). The program crash may happen in cases where fp->_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.
{
"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 the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.",
"id": "BREW-glibc-CVE-2026-5928",
"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/5xxx/CVE-2026-5928.json"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928"
},
{
"type": "REPORT",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"schema_version": "1.7.3",
"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": "Potential buffer under-read in ungetwc",
"upstream": [
"CVE-2026-5928"
]
}
CERTFR-2026-AVI-1094
Vulnerability from certfr_avis - Published: 2026-08-28 - Updated: 2026-08-28
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | WebSphere | WebSphere Application Server Liberty versions 17.0.0.3 à 26.0.0.7 sans le correctif de sécurité PH71585 | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF06 | ||
| IBM | Tivoli | Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de sécurité | ||
| IBM | Sterling | Sterling Control Center version 6.3.1.0 antérieure à 6.3.1.0 iFix11 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le dernier correctif de sécurité | ||
| IBM | Sterling | Sterling Connect:Direct File Agent versions 1.4.0.3x à 1.4.0.5x antérieures à 1.4.0.5_iFix016 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le dernier correctif de sécurité | ||
| IBM | Spectrum | Spectrum Control versions antérieures à 5.5 | ||
| IBM | Sterling | Sterling Control Center version 6.4.2.0 antérieure à 6.4.2.0 iFix06 | ||
| IBM | QRadar | QRadar SIEM versions 7.6.x antérieures à 7.6.0.3 | ||
| IBM | QRadar | Security QRadar EDR versions 3.12.x antérieures à 3.12.26 | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR DT496328, DT496327 et DT497580 | ||
| IBM | Db2 | Db2 Genius Hub & Agentics versions 1.1.x antérieures à 1.1.4 | ||
| IBM | Tivoli | Tivoli Application Dependency Discovery Manager versions 7.3.0.0 à 7.3.0.12 avec WebSphere Application Server Liberty versions antérieures à 26.0.0.8 | ||
| IBM | WebSphere | WebSphere Extreme Scale versions 8.6.1.x antérieures à 8.6.1.6 avec le correctif de sécurité PH72588 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.3.0.x antérieures à 6.3.0.7.iFix026 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.4.0.x antérieures à 6.4.0.6.iFix014 | ||
| IBM | QRadar | QRadar Suite Software versions 1.10.12.0 à 1.11.10.0 antérieures à 1.11.12.0 | ||
| IBM | QRadar | QRadar AI Assistant versions antérieures à 2.2.0 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 26.0.0.7 sans le correctif de s\u00e9curit\u00e9 PH71585",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF06",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.3.1.0 ant\u00e9rieure \u00e0 6.3.1.0 iFix11",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct File Agent versions 1.4.0.3x \u00e0 1.4.0.5x ant\u00e9rieures \u00e0 1.4.0.5_iFix016",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Spectrum Control versions ant\u00e9rieures \u00e0 5.5",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.4.2.0 ant\u00e9rieure \u00e0 6.4.2.0 iFix06",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.6.x ant\u00e9rieures \u00e0 7.6.0.3",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions 3.12.x ant\u00e9rieures \u00e0 3.12.26",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR DT496328, DT496327 et DT497580",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Genius Hub \u0026 Agentics versions 1.1.x ant\u00e9rieures \u00e0 1.1.4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Application Dependency Discovery Manager versions 7.3.0.0 \u00e0 7.3.0.12 avec WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 26.0.0.8",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Extreme Scale versions 8.6.1.x ant\u00e9rieures \u00e0 8.6.1.6 avec le correctif de s\u00e9curit\u00e9 PH72588",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.7.iFix026",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.4.0.x ant\u00e9rieures \u00e0 6.4.0.6.iFix014",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.12.0 \u00e0 1.11.10.0 ant\u00e9rieures \u00e0 1.11.12.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar AI Assistant versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"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-41411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41411"
},
{
"name": "CVE-2026-14380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14380"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-54293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54293"
},
{
"name": "CVE-2026-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49978"
},
{
"name": "CVE-2026-9697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9697"
},
{
"name": "CVE-2026-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53540"
},
{
"name": "CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"name": "CVE-2026-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"name": "CVE-2026-40466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40466"
},
{
"name": "CVE-2026-59724",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59724"
},
{
"name": "CVE-2026-45505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45505"
},
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49476"
},
{
"name": "CVE-2026-42588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42588"
},
{
"name": "CVE-2026-27205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27205"
},
{
"name": "CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"name": "CVE-2026-33845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33845"
},
{
"name": "CVE-2026-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41254"
},
{
"name": "CVE-2026-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42253"
},
{
"name": "CVE-2026-44405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44405"
},
{
"name": "CVE-2026-50645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50645"
},
{
"name": "CVE-2026-44289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44289"
},
{
"name": "CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"name": "CVE-2026-9679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9679"
},
{
"name": "CVE-2026-39892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39892"
},
{
"name": "CVE-2026-10050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10050"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2026-42402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42402"
},
{
"name": "CVE-2026-42561",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42561"
},
{
"name": "CVE-2025-14505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14505"
},
{
"name": "CVE-2026-16184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16184"
},
{
"name": "CVE-2026-15328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15328"
},
{
"name": "CVE-2026-32286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32286"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"name": "CVE-2026-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54514"
},
{
"name": "CVE-2026-44293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44293"
},
{
"name": "CVE-2026-44290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44290"
},
{
"name": "CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"name": "CVE-2026-55276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55276"
},
{
"name": "CVE-2026-48710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48710"
},
{
"name": "CVE-2026-16243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16243"
},
{
"name": "CVE-2026-9171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9171"
},
{
"name": "CVE-2025-47279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47279"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2026-47010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47010"
},
{
"name": "CVE-2026-69249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69249"
},
{
"name": "CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"name": "CVE-2026-55653",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55653"
},
{
"name": "CVE-2026-41239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41239"
},
{
"name": "CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"name": "CVE-2026-59084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59084"
},
{
"name": "CVE-2026-45740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45740"
},
{
"name": "CVE-2025-14920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14920"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-59725",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59725"
},
{
"name": "CVE-2026-14739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14739"
},
{
"name": "CVE-2026-39824",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39824"
},
{
"name": "CVE-2026-46605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46605"
},
{
"name": "CVE-2026-54275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54275"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-47057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47057"
},
{
"name": "CVE-2026-10846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10846"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2026-12505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12505"
},
{
"name": "CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"name": "CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"name": "CVE-2026-42015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42015"
},
{
"name": "CVE-2026-14528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14528"
},
{
"name": "CVE-2026-54278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54278"
},
{
"name": "CVE-2026-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53538"
},
{
"name": "CVE-2026-18499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18499"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-54515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54515"
},
{
"name": "CVE-2026-53550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53550"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49157"
},
{
"name": "CVE-2026-16221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16221"
},
{
"name": "CVE-2026-55798",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55798"
},
{
"name": "CVE-2026-6790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6790"
},
{
"name": "CVE-2026-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7246"
},
{
"name": "CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"name": "CVE-2026-66143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66143"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-66144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66144"
},
{
"name": "CVE-2026-44494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44494"
},
{
"name": "CVE-2026-55153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55153"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2026-11541",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11541"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2026-44618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44618"
},
{
"name": "CVE-2026-42036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42036"
},
{
"name": "CVE-2026-33236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33236"
},
{
"name": "CVE-2026-54475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54475"
},
{
"name": "CVE-2026-31692",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31692"
},
{
"name": "CVE-2026-44240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44240"
},
{
"name": "CVE-2026-55443",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55443"
},
{
"name": "CVE-2026-65900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65900"
},
{
"name": "CVE-2026-33558",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33558"
},
{
"name": "CVE-2026-53916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53916"
},
{
"name": "CVE-2026-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53006"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-33846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33846"
},
{
"name": "CVE-2026-42403",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42403"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2026-59880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59880"
},
{
"name": "CVE-2026-15057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15057"
},
{
"name": "CVE-2026-59890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59890"
},
{
"name": "CVE-2026-53266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53266"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2026-14742",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14742"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44990"
},
{
"name": "CVE-2026-47265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47265"
},
{
"name": "CVE-2026-49458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49458"
},
{
"name": "CVE-2026-54282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54282"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-0540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0540"
},
{
"name": "CVE-2026-45149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45149"
},
{
"name": "CVE-2026-45249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45249"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48988"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-11525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11525"
},
{
"name": "CVE-2026-15325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15325"
},
{
"name": "CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"name": "CVE-2026-69247",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69247"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2026-34515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34515"
},
{
"name": "CVE-2026-14976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14976"
},
{
"name": "CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"name": "CVE-2026-34519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34519"
},
{
"name": "CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"name": "CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"name": "CVE-2026-54277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54277"
},
{
"name": "CVE-2026-69248",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69248"
},
{
"name": "CVE-2026-18446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18446"
},
{
"name": "CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"name": "CVE-2026-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14512"
},
{
"name": "CVE-2026-5260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5260"
},
{
"name": "CVE-2026-42009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42009"
},
{
"name": "CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"name": "CVE-2026-10842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10842"
},
{
"name": "CVE-2026-46189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46189"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-5038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5038"
},
{
"name": "CVE-2026-40186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40186"
},
{
"name": "CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"name": "CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"name": "CVE-2026-44288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44288"
},
{
"name": "CVE-2026-41603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41603"
},
{
"name": "CVE-2026-8646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8646"
},
{
"name": "CVE-2026-45822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45822"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"name": "CVE-2026-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54280"
},
{
"name": "CVE-2026-46625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46625"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2026-44489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44489"
},
{
"name": "CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"name": "CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"name": "CVE-2026-3833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3833"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2026-9320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9320"
},
{
"name": "CVE-2026-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49459"
},
{
"name": "CVE-2026-66053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66053"
},
{
"name": "CVE-2026-41044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41044"
},
{
"name": "CVE-2026-41043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41043"
},
{
"name": "CVE-2026-5079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5079"
},
{
"name": "CVE-2026-34518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34518"
},
{
"name": "CVE-2026-50734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50734"
},
{
"name": "CVE-2026-44930",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44930"
},
{
"name": "CVE-2026-14974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14974"
},
{
"name": "CVE-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"name": "CVE-2026-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42010"
},
{
"name": "CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"name": "CVE-2026-4427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4427"
},
{
"name": "CVE-2026-59887",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59887"
},
{
"name": "CVE-2026-59203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59203"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-42040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42040"
},
{
"name": "CVE-2026-47027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47027"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2026-47058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47058"
},
{
"name": "CVE-2026-42013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42013"
},
{
"name": "CVE-2026-62389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-62389"
},
{
"name": "CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"name": "CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"name": "CVE-2026-16441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16441"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-14981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14981"
},
{
"name": "CVE-2026-6734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6734"
},
{
"name": "CVE-2026-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12243"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-14529",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14529"
},
{
"name": "CVE-2026-34525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34525"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-54274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54274"
},
{
"name": "CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"name": "CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"name": "CVE-2026-57819",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57819"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-65899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65899"
},
{
"name": "CVE-2026-4539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4539"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2026-55956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55956"
},
{
"name": "CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"name": "CVE-2026-41140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41140"
},
{
"name": "CVE-2025-48913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48913"
},
{
"name": "CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"name": "CVE-2026-42404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42404"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-53537",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53537"
},
{
"name": "CVE-2026-40046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40046"
},
{
"name": "CVE-2026-16192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16192"
},
{
"name": "CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"name": "CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"name": "CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"name": "CVE-2026-54273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54273"
},
{
"name": "CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"name": "CVE-2026-42198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42198"
},
{
"name": "CVE-2026-47063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47063"
},
{
"name": "CVE-2026-14515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14515"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-59083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59083"
},
{
"name": "CVE-2026-25243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25243"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"name": "CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"name": "CVE-2026-59888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59888"
},
{
"name": "CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"name": "CVE-2026-47021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47021"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49434"
},
{
"name": "CVE-2026-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42011"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-16440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16440"
},
{
"name": "CVE-2026-64958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64958"
},
{
"name": "CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-44291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44291"
},
{
"name": "CVE-2026-15043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15043"
},
{
"name": "CVE-2026-66373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66373"
},
{
"name": "CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"name": "CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"name": "CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2026-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44487"
},
{
"name": "CVE-2026-2482",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2482"
},
{
"name": "CVE-2026-11897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11897"
},
{
"name": "CVE-2026-42038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42038"
},
{
"name": "CVE-2026-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49844"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2026-41680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41680"
},
{
"name": "CVE-2026-44292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44292"
},
{
"name": "CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"name": "CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"name": "CVE-2026-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49432"
},
{
"name": "CVE-2026-59879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59879"
},
{
"name": "CVE-2026-46968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46968"
},
{
"name": "CVE-2025-15599",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15599"
},
{
"name": "CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-9358",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9358"
},
{
"name": "CVE-2026-44417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44417"
},
{
"name": "CVE-2026-14446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14446"
},
{
"name": "CVE-2026-54279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54279"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"name": "CVE-2026-8723",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8723"
},
{
"name": "CVE-2026-75838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75838"
},
{
"name": "CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2026-59877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59877"
},
{
"name": "CVE-2026-9678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9678"
},
{
"name": "CVE-2026-39304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39304"
},
{
"name": "CVE-2026-48713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48713"
},
{
"name": "CVE-2026-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49270"
},
{
"name": "CVE-2026-34516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34516"
},
{
"name": "CVE-2026-46086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46086"
},
{
"name": "CVE-2026-15064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15064"
},
{
"name": "CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"name": "CVE-2026-14476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14476"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-16439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16439"
},
{
"name": "CVE-2018-16487",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16487"
},
{
"name": "CVE-2026-44728",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44728"
},
{
"name": "CVE-2026-55955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55955"
},
{
"name": "CVE-2026-34517",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34517"
},
{
"name": "CVE-2026-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49477"
},
{
"name": "CVE-2026-42034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42034"
},
{
"name": "CVE-2026-9322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9322"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"name": "CVE-2026-34591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34591"
},
{
"name": "CVE-2026-48779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48779"
},
{
"name": "CVE-2025-14914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14914"
},
{
"name": "CVE-2026-9563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9563"
},
{
"name": "CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"name": "CVE-2026-54276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54276"
},
{
"name": "CVE-2026-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53434"
},
{
"name": "CVE-2026-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40347"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2025-66168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66168"
},
{
"name": "CVE-2026-66142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66142"
},
{
"name": "CVE-2026-10051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10051"
},
{
"name": "CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"name": "CVE-2026-34513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34513"
},
{
"name": "CVE-2026-43869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43869"
},
{
"name": "CVE-2026-8400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8400"
},
{
"name": "CVE-2026-14980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14980"
},
{
"name": "CVE-2026-5078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5078"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-55655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55655"
},
{
"name": "CVE-2026-34514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34514"
},
{
"name": "CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"name": "CVE-2026-27601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27601"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2026-44486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44486"
},
{
"name": "CVE-2026-33227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33227"
},
{
"name": "CVE-2026-48775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48775"
},
{
"name": "CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"name": "CVE-2026-60081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60081"
},
{
"name": "CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"name": "CVE-2026-64530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64530"
},
{
"name": "CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"name": "CVE-2026-45736",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45736"
},
{
"name": "CVE-2026-54225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54225"
},
{
"name": "CVE-2026-34520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34520"
},
{
"name": "CVE-2026-41238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41238"
},
{
"name": "CVE-2026-42037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42037"
},
{
"name": "CVE-2026-53404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53404"
},
{
"name": "CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"name": "CVE-2026-42042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42042"
},
{
"name": "CVE-2026-9071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9071"
},
{
"name": "CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"name": "CVE-2026-59198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59198"
},
{
"name": "CVE-2026-11806",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11806"
},
{
"name": "CVE-2026-44294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44294"
},
{
"name": "CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"name": "CVE-2026-33231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33231"
},
{
"name": "CVE-2026-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48801"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42012"
},
{
"name": "CVE-2026-44490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"name": "CVE-2026-46917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46917"
},
{
"name": "CVE-2026-43116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43116"
},
{
"name": "CVE-2026-60147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60147"
},
{
"name": "CVE-2026-22815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22815"
},
{
"name": "CVE-2026-15280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15280"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2026-56852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56852"
},
{
"name": "CVE-2026-6733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6733"
},
{
"name": "CVE-2026-13311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13311"
},
{
"name": "CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"name": "CVE-2026-33230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33230"
},
{
"name": "CVE-2026-10535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10535"
},
{
"name": "CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-14474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14474"
},
{
"name": "CVE-2026-47059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47059"
},
{
"name": "CVE-2026-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53539"
},
{
"name": "CVE-2026-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2739"
},
{
"name": "CVE-2026-65898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65898"
},
{
"name": "CVE-2026-53917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53917"
},
{
"name": "CVE-2026-15392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15392"
},
{
"name": "CVE-2026-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8177"
}
],
"initial_release_date": "2026-08-28T00:00:00",
"last_revision_date": "2026-08-28T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-1094",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-08-28T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285382",
"url": "https://www.ibm.com/support/pages/node/7285382"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284666",
"url": "https://www.ibm.com/support/pages/node/7284666"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285542",
"url": "https://www.ibm.com/support/pages/node/7285542"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285272",
"url": "https://www.ibm.com/support/pages/node/7285272"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285232",
"url": "https://www.ibm.com/support/pages/node/7285232"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285472",
"url": "https://www.ibm.com/support/pages/node/7285472"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285291",
"url": "https://www.ibm.com/support/pages/node/7285291"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285470",
"url": "https://www.ibm.com/support/pages/node/7285470"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285469",
"url": "https://www.ibm.com/support/pages/node/7285469"
},
{
"published_at": "2026-08-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284528",
"url": "https://www.ibm.com/support/pages/node/7284528"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285416",
"url": "https://www.ibm.com/support/pages/node/7285416"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285376",
"url": "https://www.ibm.com/support/pages/node/7285376"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285380",
"url": "https://www.ibm.com/support/pages/node/7285380"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285275",
"url": "https://www.ibm.com/support/pages/node/7285275"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285292",
"url": "https://www.ibm.com/support/pages/node/7285292"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285234",
"url": "https://www.ibm.com/support/pages/node/7285234"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285141",
"url": "https://www.ibm.com/support/pages/node/7285141"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7279466",
"url": "https://www.ibm.com/support/pages/node/7279466"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284718",
"url": "https://www.ibm.com/support/pages/node/7284718"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285509",
"url": "https://www.ibm.com/support/pages/node/7285509"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285340",
"url": "https://www.ibm.com/support/pages/node/7285340"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285513",
"url": "https://www.ibm.com/support/pages/node/7285513"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285420",
"url": "https://www.ibm.com/support/pages/node/7285420"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284710",
"url": "https://www.ibm.com/support/pages/node/7284710"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285274",
"url": "https://www.ibm.com/support/pages/node/7285274"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284653",
"url": "https://www.ibm.com/support/pages/node/7284653"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285342",
"url": "https://www.ibm.com/support/pages/node/7285342"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285539",
"url": "https://www.ibm.com/support/pages/node/7285539"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284670",
"url": "https://www.ibm.com/support/pages/node/7284670"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284806",
"url": "https://www.ibm.com/support/pages/node/7284806"
}
]
}
CERTFR-2026-AVI-1125
Vulnerability from certfr_avis - Published: 2026-09-07 - Updated: 2026-09-07
De multiples vulnérabilités ont été découvertes dans les produits VMware. 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 | ||
|---|---|---|---|---|
| VMware | Open Source RabbitMQ | Open Source RabbitMQ versions 4.2.x antérieur à 4.2.10 | ||
| VMware | Open Source RabbitMQ | Open Source RabbitMQ versions 4.3.x antérieur à 4.3.5 | ||
| VMware | Open Source RabbitMQ | Open Source RabbitMQ versions 4.0.x antérieur à 4.0.24 | ||
| VMware | Tanzu | Tanzu for Valkey sur Kubernetes versions antérieures à 13.5.0 | ||
| VMware | Open Source RabbitMQ | Open Source RabbitMQ versions 4.1.x antérieur à 4.1.15 | ||
| VMware | Open Source RabbitMQ | Open Source RabbitMQ versions antérieur à 3.13.19 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Open Source RabbitMQ versions 4.2.x ant\u00e9rieur \u00e0 4.2.10",
"product": {
"name": "Open Source RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Open Source RabbitMQ versions 4.3.x ant\u00e9rieur \u00e0 4.3.5",
"product": {
"name": "Open Source RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Open Source RabbitMQ versions 4.0.x ant\u00e9rieur \u00e0 4.0.24",
"product": {
"name": "Open Source RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for Valkey sur Kubernetes versions ant\u00e9rieures \u00e0 13.5.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Open Source RabbitMQ versions 4.1.x ant\u00e9rieur \u00e0 4.1.15",
"product": {
"name": "Open Source RabbitMQ",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Open Source RabbitMQ versions ant\u00e9rieur \u00e0 3.13.19",
"product": {
"name": "Open Source RabbitMQ",
"vendor": {
"name": "VMware",
"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-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"name": "CVE-2026-67418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67418"
},
{
"name": "CVE-2026-67416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67416"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2026-56862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56862"
},
{
"name": "CVE-2026-33818",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33818"
},
{
"name": "CVE-2024-46981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46981"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2026-54572",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54572"
},
{
"name": "CVE-2026-39822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39822"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2026-67420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67420"
},
{
"name": "CVE-2026-8458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8458"
},
{
"name": "CVE-2026-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6429"
},
{
"name": "CVE-2026-46600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46600"
},
{
"name": "CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"name": "CVE-2026-13757",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13757"
},
{
"name": "CVE-2026-56865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56865"
},
{
"name": "CVE-2026-59733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59733"
},
{
"name": "CVE-2026-56860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56860"
},
{
"name": "CVE-2026-8932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8932"
},
{
"name": "CVE-2026-71309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-71309"
},
{
"name": "CVE-2026-41989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41989"
},
{
"name": "CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"name": "CVE-2026-56858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56858"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2026-11856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11856"
},
{
"name": "CVE-2024-51741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51741"
},
{
"name": "CVE-2026-67421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67421"
},
{
"name": "CVE-2025-32023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32023"
},
{
"name": "CVE-2026-59732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59732"
},
{
"name": "CVE-2026-6253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6253"
},
{
"name": "CVE-2026-71312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-71312"
},
{
"name": "CVE-2026-71313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-71313"
},
{
"name": "CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"name": "CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"name": "CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"name": "CVE-2026-8924",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8924"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2024-31227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31227"
},
{
"name": "CVE-2026-84304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-84304"
},
{
"name": "CVE-2025-48367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48367"
},
{
"name": "CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"name": "CVE-2026-67414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67414"
},
{
"name": "CVE-2026-56859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56859"
},
{
"name": "CVE-2026-56853",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56853"
},
{
"name": "CVE-2025-13034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13034"
},
{
"name": "CVE-2026-42505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42505"
},
{
"name": "CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"name": "CVE-2026-4873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4873"
},
{
"name": "CVE-2025-27151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27151"
},
{
"name": "CVE-2026-5773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5773"
},
{
"name": "CVE-2026-8927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8927"
},
{
"name": "CVE-2026-6276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6276"
},
{
"name": "CVE-2024-31449",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31449"
},
{
"name": "CVE-2026-67412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67412"
},
{
"name": "CVE-2024-31228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31228"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2026-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9547"
},
{
"name": "CVE-2026-67419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67419"
},
{
"name": "CVE-2026-7168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7168"
},
{
"name": "CVE-2026-71311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-71311"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
},
{
"name": "CVE-2026-5545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5545"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2026-56864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56864"
}
],
"initial_release_date": "2026-09-07T00:00:00",
"last_revision_date": "2026-09-07T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-1125",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-09-07T00: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 VMware. 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 VMware",
"vendor_advisories": [
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38351",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38351"
},
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38353"
},
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38348"
},
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38352"
},
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38350",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38350"
},
{
"published_at": "2026-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 38354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/38354"
}
]
}
FKIE_CVE-2026-5928
Vulnerability from fkie_nvd - Published: 2026-04-20 21:16 - Updated: 2026-07-14 13:19| URL | Tags | ||
|---|---|---|---|
| 3ff69d7a-14f2-4f67-a097-88dee7810d18 | https://sourceware.org/bugzilla/show_bug.cgi?id=33998 | Exploit, Issue Tracking | |
| 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e | https://cert-portal.siemens.com/productcert/html/ssa-082556.html | ||
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://sourceware.org/bugzilla/show_bug.cgi?id=33998 | Exploit, Issue Tracking |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThanOrEqual": "2.43",
"status": "affected",
"version": "2.1.1-89",
"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": "A9DB11A1-E5B8-4086-9B53-C77A9A2E0EA2",
"versionEndIncluding": "2.43",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets."
}
],
"id": "CVE-2026-5928",
"lastModified": "2026-07-14T13:19:01.690",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-5928",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-21T16:10:57.731635Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-04-20T21:16:36.963",
"references": [
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
},
{
"source": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"sourceIdentifier": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-127"
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
}
]
}
GHSA-829P-MC9M-7XHR
Vulnerability from github – Published: 2026-04-20 21:31 – Updated: 2026-07-14 15:31Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.
A bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp->_IO_read_ptr) instead of the actual wide-stream read pointer (fp->_wide_data->_IO_read_ptr). The program crash may happen in cases where fp->_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.
{
"affected": [],
"aliases": [
"CVE-2026-5928"
],
"database_specific": {
"cwe_ids": [
"CWE-127"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-20T21:16:36Z",
"severity": "HIGH"
},
"details": "Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u003e_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u003e_wide_data-\u003e_IO_read_ptr). The program crash may happen in cases where fp-\u003e_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.",
"id": "GHSA-829p-mc9m-7xhr",
"modified": "2026-07-14T15:31:51Z",
"published": "2026-04-20T21:31:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928"
},
{
"type": "WEB",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
},
{
"type": "WEB",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-5928
Vulnerability from csaf_microsoft - Published: 2026-04-22 01:01 - Updated: 2026-09-25 01:55OESA-2026-2409 (CVE-2026-5450)
Vulnerability from osv_openeuler – Published: 2026-05-22 11:11 – Updated: 2026-08-06 11:11 – 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 the scanf family of functions with a %mc (malloc'd character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.(CVE-2026-5450)
Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.
A bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp->_IO_read_ptr) instead of the actual wide-stream read pointer (fp->_wide_data->_IO_read_ptr). The program crash may happen in cases where fp->_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.(CVE-2026-5928)
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"aarch64": [
"glibc-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-all-langpacks-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-benchtests-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-common-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-compat-2.17-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-debuginfo-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-debugsource-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-debugutils-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-devel-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-locale-source-2.28-124.oe2003sp4.aarch64.rpm",
"glibc-nss-devel-2.28-124.oe2003sp4.aarch64.rpm",
"libnsl-2.28-124.oe2003sp4.aarch64.rpm",
"nscd-2.28-124.oe2003sp4.aarch64.rpm",
"nss_modules-2.28-124.oe2003sp4.aarch64.rpm"
],
"noarch": [
"glibc-help-2.28-124.oe2003sp4.noarch.rpm"
],
"src": [
"glibc-2.28-124.oe2003sp4.src.rpm"
],
"x86_64": [
"glibc-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-all-langpacks-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-benchtests-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-common-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-compat-2.17-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-debuginfo-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-debugsource-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-debugutils-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-devel-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-locale-source-2.28-124.oe2003sp4.x86_64.rpm",
"glibc-nss-devel-2.28-124.oe2003sp4.x86_64.rpm",
"libnsl-2.28-124.oe2003sp4.x86_64.rpm",
"nscd-2.28-124.oe2003sp4.x86_64.rpm",
"nss_modules-2.28-124.oe2003sp4.x86_64.rpm"
]
},
"package": {
"ecosystem": "openEuler:20.03-LTS-SP4",
"name": "glibc",
"purl": "pkg:rpm/openEuler/glibc\u0026distro=openEuler-20.03-LTS-SP4"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.28-124.oe2003sp4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"severity": "Critical"
},
"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 the scanf family of functions with a %mc (malloc\u0026apos;d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.(CVE-2026-5450)\n\nCalling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.\n\nA bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp-\u0026gt;_IO_read_ptr) instead of the actual wide-stream read pointer (fp-\u0026gt;_wide_data-\u0026gt;_IO_read_ptr). The program crash may happen in cases where fp-\u0026gt;_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.(CVE-2026-5928)",
"id": "OESA-2026-2409",
"modified": "2026-08-06T11:11:22Z",
"published": "2026-05-22T11:11:22Z",
"references": [
{
"type": "ADVISORY",
"url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2409"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928"
}
],
"schema_version": "1.7.2",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "glibc security update",
"upstream": [
"CVE-2026-5450",
"CVE-2026-5928"
]
}
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.