Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33630 (GCVE-0-2026-33630)
Vulnerability from cvelistv5 – Published: 2026-09-03 18:42 – Updated: 2026-09-03 20:04| URL | Tags |
|---|---|
| https://github.com/c-ares/c-ares/security/advisor… | x_refsource_CONFIRM |
| https://github.com/c-ares/c-ares/pull/1237 | x_refsource_MISC |
| https://github.com/c-ares/c-ares/commit/1fa3b86a0… | x_refsource_MISC |
| https://github.com/c-ares/c-ares/commit/d823199b6… | x_refsource_MISC |
| https://github.com/c-ares/c-ares/releases/tag/v1.34.7 | x_refsource_MISC |
{
"containers": {
"cna": {
"affected": [
{
"product": "c-ares",
"vendor": "c-ares",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.32.3, \u003c 1.34.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares\u0027 query-completion handling. The same flaw \u2014 a query\u0027s callback being invoked while the query is still linked in the channel\u0027s internal lookup structures \u2014 is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, or for ares_getaddrinfo() the owning host_query, is freed as a side effect of that callback, it is then accessed and/or freed a second time. This vulnerability is fixed in ver 1.34.7."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-415",
"description": "CWE-415: Double Free",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-03T20:04:36.574Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/c-ares/c-ares/security/advisories/GHSA-6wfj-rwm7-3542",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/c-ares/c-ares/security/advisories/GHSA-6wfj-rwm7-3542"
},
{
"name": "https://github.com/c-ares/c-ares/pull/1237",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/c-ares/c-ares/pull/1237"
},
{
"name": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc"
},
{
"name": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a"
},
{
"name": "https://github.com/c-ares/c-ares/releases/tag/v1.34.7",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/c-ares/c-ares/releases/tag/v1.34.7"
}
],
"source": {
"advisory": "GHSA-6wfj-rwm7-3542",
"discovery": "UNKNOWN"
},
"title": "c-ares : Use-after-free / double-free in c-ares query-completion handling, remotely triggerable via ares_getaddrinfo() over TCP"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33630",
"datePublished": "2026-09-03T18:42:28.783Z",
"dateReserved": "2026-03-23T14:24:11.618Z",
"dateUpdated": "2026-09-03T20:04:36.574Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33630",
"date": "2026-09-04",
"epss": "0.00452",
"percentile": "0.37758"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33630\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-09-03T19:17:27.420\",\"lastModified\":\"2026-09-03T21:17:21.410\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares\u0027 query-completion handling. The same flaw \u2014 a query\u0027s callback being invoked while the query is still linked in the channel\u0027s internal lookup structures \u2014 is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, or for ares_getaddrinfo() the owning host_query, is freed as a side effect of that callback, it is then accessed and/or freed a second time. This vulnerability is fixed in ver 1.34.7.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"c-ares\",\"product\":\"c-ares\",\"versions\":[{\"version\":\"\u003e= 1.32.3, \u003c 1.34.7\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"},{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"references\":[{\"url\":\"https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/c-ares/c-ares/pull/1237\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/c-ares/c-ares/releases/tag/v1.34.7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/c-ares/c-ares/security/advisories/GHSA-6wfj-rwm7-3542\",\"source\":\"security-advisories@github.com\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-03T19:15:04+00:00",
"cve": "CVE-2026-33630",
"id": "CVE-2026-33630",
"initial_release_date": "2026-07-07T00:00:00+00:00",
"product_status:fixed": "28",
"product_status:known_affected": "2",
"product_status:known_not_affected": "11",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "c-ares: c-ares: Use-after-free / double-free in query-completion handling",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-33630.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-09-02T11:50:25Z",
"cve": "CVE-2026-33630",
"id": "CVE-2026-33630",
"initial_release_date": "2026-07-07T15:17:38Z",
"product_status:first_fixed": "46",
"product_status:known_affected": "11",
"product_status:known_not_affected": "94",
"product_status:recommended": "16",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-33630",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-33630.json",
"version": "6"
}
}
}
alsa-2026:42096
Vulnerability from osv_almalinux
The c-ares C library defines asynchronous DNS (Domain Name System) requests and provides name resolving API.
Security Fix(es):
- c-ares: c-ares: Use-after-free / double-free in query-completion handling (CVE-2026-33630)
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": "c-ares"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.34.6-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "c-ares-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.34.6-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The c-ares C library defines asynchronous DNS (Domain Name System) requests and provides name resolving API. \n\nSecurity Fix(es): \n\n * c-ares: c-ares: Use-after-free / double-free in query-completion handling (CVE-2026-33630)\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:42096",
"modified": "2026-07-21T10:21:34Z",
"published": "2026-07-20T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:42096"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-33630"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2497686"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-42096.html"
}
],
"related": [
"CVE-2026-33630"
],
"summary": "Important: c-ares security update"
}
FKIE_CVE-2026-33630
Vulnerability from fkie_nvd - Published: 2026-09-03 19:17 - Updated: 2026-09-03 21:17| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "c-ares",
"vendor": "c-ares",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.32.3, \u003c 1.34.7"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares\u0027 query-completion handling. The same flaw \u2014 a query\u0027s callback being invoked while the query is still linked in the channel\u0027s internal lookup structures \u2014 is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, or for ares_getaddrinfo() the owning host_query, is freed as a side effect of that callback, it is then accessed and/or freed a second time. This vulnerability is fixed in ver 1.34.7."
}
],
"id": "CVE-2026-33630",
"lastModified": "2026-09-03T21:17:21.410",
"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": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-09-03T19:17:27.420",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/c-ares/c-ares/pull/1237"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/c-ares/c-ares/releases/tag/v1.34.7"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/c-ares/c-ares/security/advisories/GHSA-6wfj-rwm7-3542"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-415"
},
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
RHSA-2026:36192
Vulnerability from csaf_redhat - Published: 2026-07-07 10:32 - Updated: 2026-09-03 19:15A flaw was found in c-ares. A use-after-free / double-free vulnerability exists in the query-completion handling path, where a query callback is invoked while the query is still linked in internal lookup structures. A remote attacker can exploit this via ares_getaddrinfo() over TCP by sending crafted DNS responses that force an EDNS-downgrade retry followed by a connection reset, causing the internal completion handler to access freed memory. This leads to memory corruption and a crash (denial of service), with potential for further impact depending on the allocator and build configuration.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:c-ares-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:c-ares-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:c-ares-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\nc-ares:\n * c-ares-1.34.7-1.hum1 (aarch64, x86_64)\n * c-ares-devel-1.34.7-1.hum1 (aarch64, x86_64)\n * c-ares-1.34.7-1.hum1.src (src)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:36192",
"url": "https://access.redhat.com/errata/RHSA-2026:36192"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33630",
"url": "https://access.redhat.com/security/cve/CVE-2026-33630"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_36192.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-09-03T19:15:25+00:00",
"generator": {
"date": "2026-09-03T19:15:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:36192",
"initial_release_date": "2026-07-07T10:32:19+00:00",
"revision_history": [
{
"date": "2026-07-07T10:32:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-03T19:15:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-main@aarch64",
"product": {
"name": "c-ares-main@aarch64",
"product_id": "c-ares-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.7-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-main@src",
"product": {
"name": "c-ares-main@src",
"product_id": "c-ares-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.7-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-main@x86_64",
"product": {
"name": "c-ares-main@x86_64",
"product_id": "c-ares-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.7-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:c-ares-main@aarch64"
},
"product_reference": "c-ares-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:c-ares-main@src"
},
"product_reference": "c-ares-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:c-ares-main@x86_64"
},
"product_reference": "c-ares-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33630",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497686"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c-ares. A use-after-free / double-free vulnerability exists in the query-completion handling path, where a query callback is invoked while the query is still linked in internal lookup structures. A remote attacker can exploit this via ares_getaddrinfo() over TCP by sending crafted DNS responses that force an EDNS-downgrade retry followed by a connection reset, causing the internal completion handler to access freed memory. This leads to memory corruption and a crash (denial of service), with potential for further impact depending on the allocator and build configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c-ares: c-ares: Use-after-free / double-free in query-completion handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use-after-free / double-free vulnerability was found in c-ares\u0027 query-completion handling. The flaw is remotely exploitable without application cooperation via ares_getaddrinfo() over TCP: a malicious or on-path DNS server can force a specific sequence of responses (FORMERR without OPT record, duplicate query ID response, TCP reset) that causes the internal completion handler to access freed memory. An attacker can force the client onto TCP by setting the truncation (TC) bit in a UDP response.\n\nThe consequence is memory corruption leading to a crash (denial of service).\n\nThis is a broader fix for the pattern previously addressed in CVE-2025-31498. All versions of c-ares prior to 1.34.7 are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:c-ares-main@aarch64",
"Red Hat Hardened Images:c-ares-main@src",
"Red Hat Hardened Images:c-ares-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33630"
},
{
"category": "external",
"summary": "RHBZ#2497686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497686"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33630",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33630"
},
{
"category": "external",
"summary": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc",
"url": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc"
},
{
"category": "external",
"summary": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a",
"url": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a"
}
],
"release_date": "2026-07-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-07T10:32:19+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:c-ares-main@aarch64",
"Red Hat Hardened Images:c-ares-main@src",
"Red Hat Hardened Images:c-ares-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:36192"
},
{
"category": "workaround",
"details": "There is no complete mitigation for the remotely-triggered path. As a partial mitigation, use trusted DNS resolvers reached over a trusted transport (e.g., DNS-over-TLS). Avoid calling ares_cancel() from within a query callback to prevent the application-triggered path. Upgrade to c-ares 1.34.7 or later.",
"product_ids": [
"Red Hat Hardened Images:c-ares-main@aarch64",
"Red Hat Hardened Images:c-ares-main@src",
"Red Hat Hardened Images:c-ares-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Hardened Images:c-ares-main@aarch64",
"Red Hat Hardened Images:c-ares-main@src",
"Red Hat Hardened Images:c-ares-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c-ares: c-ares: Use-after-free / double-free in query-completion handling"
}
]
}
RHSA-2026:42096
Vulnerability from csaf_redhat - Published: 2026-07-20 19:48 - Updated: 2026-09-03 19:15A flaw was found in c-ares. A use-after-free / double-free vulnerability exists in the query-completion handling path, where a query callback is invoked while the query is still linked in internal lookup structures. A remote attacker can exploit this via ares_getaddrinfo() over TCP by sending crafted DNS responses that force an EDNS-downgrade retry followed by a connection reset, causing the internal completion handler to access freed memory. This leads to memory corruption and a crash (denial of service), with potential for further impact depending on the allocator and build configuration.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for c-ares is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The c-ares C library defines asynchronous DNS (Domain Name System) requests and provides name resolving API.\n\nSecurity Fix(es):\n\n* c-ares: c-ares: Use-after-free / double-free in query-completion handling (CVE-2026-33630)\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.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:42096",
"url": "https://access.redhat.com/errata/RHSA-2026:42096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2497686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497686"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_42096.json"
}
],
"title": "Red Hat Security Advisory: c-ares security update",
"tracking": {
"current_release_date": "2026-09-03T19:15:26+00:00",
"generator": {
"date": "2026-09-03T19:15:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:42096",
"initial_release_date": "2026-07-20T19:48:47+00:00",
"revision_history": [
{
"date": "2026-07-20T19:48:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T19:48:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-03T19:15:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"product": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"product_id": "c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-devel@1.34.6-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"product": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"product_id": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debugsource@1.34.6-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"product": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"product_id": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debuginfo@1.34.6-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "c-ares-0:1.34.6-2.el10_2.aarch64",
"product": {
"name": "c-ares-0:1.34.6-2.el10_2.aarch64",
"product_id": "c-ares-0:1.34.6-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.6-2.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"product": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"product_id": "c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-devel@1.34.6-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"product": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"product_id": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debugsource@1.34.6-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"product": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"product_id": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debuginfo@1.34.6-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "c-ares-0:1.34.6-2.el10_2.ppc64le",
"product": {
"name": "c-ares-0:1.34.6-2.el10_2.ppc64le",
"product_id": "c-ares-0:1.34.6-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.6-2.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-devel-0:1.34.6-2.el10_2.s390x",
"product": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.s390x",
"product_id": "c-ares-devel-0:1.34.6-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-devel@1.34.6-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"product": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"product_id": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debugsource@1.34.6-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"product": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"product_id": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debuginfo@1.34.6-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "c-ares-0:1.34.6-2.el10_2.s390x",
"product": {
"name": "c-ares-0:1.34.6-2.el10_2.s390x",
"product_id": "c-ares-0:1.34.6-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.6-2.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"product": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"product_id": "c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-devel@1.34.6-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"product": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"product_id": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debugsource@1.34.6-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"product": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"product_id": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares-debuginfo@1.34.6-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "c-ares-0:1.34.6-2.el10_2.x86_64",
"product": {
"name": "c-ares-0:1.34.6-2.el10_2.x86_64",
"product_id": "c-ares-0:1.34.6-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.6-2.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "c-ares-0:1.34.6-2.el10_2.src",
"product": {
"name": "c-ares-0:1.34.6-2.el10_2.src",
"product_id": "c-ares-0:1.34.6-2.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/c-ares@1.34.6-2.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-devel-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-devel-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-0:1.34.6-2.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src"
},
"product_reference": "c-ares-0:1.34.6-2.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
},
"product_reference": "c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33630",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497686"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c-ares. A use-after-free / double-free vulnerability exists in the query-completion handling path, where a query callback is invoked while the query is still linked in internal lookup structures. A remote attacker can exploit this via ares_getaddrinfo() over TCP by sending crafted DNS responses that force an EDNS-downgrade retry followed by a connection reset, causing the internal completion handler to access freed memory. This leads to memory corruption and a crash (denial of service), with potential for further impact depending on the allocator and build configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c-ares: c-ares: Use-after-free / double-free in query-completion handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use-after-free / double-free vulnerability was found in c-ares\u0027 query-completion handling. The flaw is remotely exploitable without application cooperation via ares_getaddrinfo() over TCP: a malicious or on-path DNS server can force a specific sequence of responses (FORMERR without OPT record, duplicate query ID response, TCP reset) that causes the internal completion handler to access freed memory. An attacker can force the client onto TCP by setting the truncation (TC) bit in a UDP response.\n\nThe consequence is memory corruption leading to a crash (denial of service).\n\nThis is a broader fix for the pattern previously addressed in CVE-2025-31498. All versions of c-ares prior to 1.34.7 are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33630"
},
{
"category": "external",
"summary": "RHBZ#2497686",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497686"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33630",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33630"
},
{
"category": "external",
"summary": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc",
"url": "https://github.com/c-ares/c-ares/commit/1fa3b86a0b8d18fe7b60f3228a01d770feb026bc"
},
{
"category": "external",
"summary": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a",
"url": "https://github.com/c-ares/c-ares/commit/d823199b688052dcdc1646f2ab4cb8c16b1c644a"
}
],
"release_date": "2026-07-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T19:48:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42096"
},
{
"category": "workaround",
"details": "There is no complete mitigation for the remotely-triggered path. As a partial mitigation, use trusted DNS resolvers reached over a trusted transport (e.g., DNS-over-TLS). Avoid calling ares_cancel() from within a query callback to prevent the application-triggered path. Upgrade to c-ares 1.34.7 or later.",
"product_ids": [
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.aarch64",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.ppc64le",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.s390x",
"AppStream-10.2.Z:c-ares-devel-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.src",
"BaseOS-10.2.Z:c-ares-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debuginfo-0:1.34.6-2.el10_2.x86_64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.aarch64",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.ppc64le",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.s390x",
"BaseOS-10.2.Z:c-ares-debugsource-0:1.34.6-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c-ares: c-ares: Use-after-free / double-free in query-completion handling"
}
]
}
rlsa-2026:42096
Vulnerability from osv_rocky
The c-ares C library defines asynchronous DNS (Domain Name System) requests and provides name resolving API.
Security Fix(es):
- c-ares: c-ares: Use-after-free / double-free in query-completion handling (CVE-2026-33630)
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": "Rocky Linux:10",
"name": "c-ares",
"purl": "pkg:rpm/rocky-linux/c-ares?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.34.6-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The c-ares C library defines asynchronous DNS (Domain Name System) requests and provides name resolving API.\n\nSecurity Fix(es):\n\n* c-ares: c-ares: Use-after-free / double-free in query-completion handling (CVE-2026-33630)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:42096",
"modified": "2026-08-05T12:09:36.546148Z",
"published": "2026-07-22T12:05:54.429340Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:42096"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497686"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: c-ares security update",
"upstream": [
"CVE-2026-33630"
]
}
ubuntu-cve-2026-33630
Vulnerability from osv_ubuntu
[Unknown description]
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.10.0-3ubuntu0.2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.10.0-3ubuntu0.2+esm3?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.10.0-2",
"1.10.0-3",
"1.10.0-3ubuntu0.1",
"1.10.0-3ubuntu0.2",
"1.10.0-3ubuntu0.2+esm1",
"1.10.0-3ubuntu0.2+esm2",
"1.10.0-3ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.14.0-1ubuntu0.2+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.14.0-1ubuntu0.2+esm2?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.13.0-2",
"1.13.0-3",
"1.14.0-1",
"1.14.0-1ubuntu0.1",
"1.14.0-1ubuntu0.2",
"1.14.0-1ubuntu0.2+esm1",
"1.14.0-1ubuntu0.2+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.15.0-1ubuntu0.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.15.0-1ubuntu0.5?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.15.0-1build1",
"1.15.0-1ubuntu0.1",
"1.15.0-1ubuntu0.2",
"1.15.0-1ubuntu0.3",
"1.15.0-1ubuntu0.4",
"1.15.0-1ubuntu0.5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.18.1-1ubuntu0.22.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.18.1-1ubuntu0.22.04.3?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.17.1-1ubuntu1",
"1.18.1-1",
"1.18.1-1build1",
"1.18.1-1ubuntu0.22.04.1",
"1.18.1-1ubuntu0.22.04.2",
"1.18.1-1ubuntu0.22.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcares2",
"binary_version": "1.27.0-1.0ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.27.0-1.0ubuntu1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.19.1-3",
"1.20.1-1",
"1.26.0-1",
"1.27.0-1",
"1.27.0-1.0ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.34.5-1ubuntu0.1"
},
{
"binary_name": "libcares2",
"binary_version": "1.34.5-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.34.5-1ubuntu0.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.34.4-2.1",
"1.34.5-1",
"1.34.5-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libc-ares2",
"binary_version": "1.34.6-1"
},
{
"binary_name": "libcares2",
"binary_version": "1.34.6-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "c-ares",
"purl": "pkg:deb/ubuntu/c-ares@1.34.6-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.34.5-1",
"1.34.6-1"
]
}
],
"aliases": [],
"details": "[Unknown description]",
"id": "UBUNTU-CVE-2026-33630",
"modified": "2026-07-09T00:00:00Z",
"published": "2026-07-09T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-33630"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33630"
},
{
"type": "REPORT",
"url": "https://www.openwall.com/lists/oss-security/2026/07/06/8"
},
{
"type": "REPORT",
"url": "https://github.com/c-ares/c-ares/security/advisories/GHSA-6wfj-rwm7-3542"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-33630"
]
}
WID-SEC-W-2026-2419
Vulnerability from csaf_certbund - Published: 2026-07-20 22:00 - Updated: 2026-08-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Administratorrechte zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren und einen Denial-of-Service-Zustand auszul\u00f6sen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2419 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2419.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2419 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2419"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:41937 vom 2026-07-20",
"url": "https://access.redhat.com/errata/RHSA-2026:41937"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:42122 vom 2026-07-20",
"url": "https://access.redhat.com/errata/RHSA-2026:42122"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:42089 vom 2026-07-20",
"url": "https://access.redhat.com/errata/RHSA-2026:42089"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:42090 vom 2026-07-20",
"url": "https://access.redhat.com/errata/RHSA-2026:42090"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:42096 vom 2026-07-20",
"url": "https://access.redhat.com/errata/RHSA-2026:42096"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3139-1 vom 2026-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027674.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-41937 vom 2026-07-21",
"url": "https://linux.oracle.com/errata/ELSA-2026-41937.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-42089 vom 2026-07-21",
"url": "https://linux.oracle.com/errata/ELSA-2026-42089.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-42063 vom 2026-07-21",
"url": "https://linux.oracle.com/errata/ELSA-2026-42063.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3803 vom 2026-07-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3803.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-42090 vom 2026-07-21",
"url": "https://linux.oracle.com/errata/ELSA-2026-42090.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:42122 vom 2026-07-22",
"url": "https://errata.build.resf.org/RLSA-2026:42122"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:42096 vom 2026-07-22",
"url": "https://errata.build.resf.org/RLSA-2026:42096"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:42089 vom 2026-07-22",
"url": "https://errata.build.resf.org/RLSA-2026:42089"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:42063 vom 2026-07-22",
"url": "https://errata.build.resf.org/RLSA-2026:42063"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:41937 vom 2026-07-22",
"url": "https://errata.build.resf.org/RLSA-2026:41937"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3195-1 vom 2026-07-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027770.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-42122 vom 2026-07-23",
"url": "https://linux.oracle.com/errata/ELSA-2026-42122.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:44481 vom 2026-07-23",
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-42096 vom 2026-07-23",
"url": "https://linux.oracle.com/errata/ELSA-2026-42096.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:21410-1 vom 2026-07-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EY3SWKWUFCDPFY2DATAOK7FDOZGK43QL/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22846-1 vom 2026-07-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3235-1 vom 2026-07-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027848.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3236-1 vom 2026-07-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027847.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:46990 vom 2026-07-28",
"url": "https://access.redhat.com/errata/RHSA-2026:46990"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:46482 vom 2026-07-27",
"url": "https://access.redhat.com/errata/RHSA-2026:46482"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22799-1 vom 2026-07-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027828.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22897-1 vom 2026-07-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027864.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:46836 vom 2026-07-27",
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3341-1 vom 2026-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027978.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:46990 vom 2026-07-28",
"url": "https://errata.build.resf.org/RLSA-2026:46990"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22928-1 vom 2026-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027968.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48151 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:48151"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-46990 vom 2026-07-31",
"url": "https://linux.oracle.com/errata/ELSA-2026-46990.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:49512 vom 2026-08-03",
"url": "https://access.redhat.com/errata/RHSA-2026:49512"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (sssd, glib, c-ares): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-02T22:00:00.000+00:00",
"generator": {
"date": "2026-08-03T07:18:27.955+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2419",
"initial_release_date": "2026-07-20T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-20T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux und Amazon aufgenommen"
},
{
"date": "2026-07-22T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen"
},
{
"date": "2026-07-23T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-07-26T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-07-27T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-07-28T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-07-30T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-08-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "10"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T054581",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T056827",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T056828",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T056829",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T054646",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T055946",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-14474",
"product_status": {
"known_affected": [
"T056236",
"T054581",
"67646",
"T055946",
"T056827",
"T056828",
"398363",
"T054646"
]
},
"release_date": "2026-07-20T22:00:00.000+00:00",
"title": "CVE-2026-14474"
},
{
"cve": "CVE-2026-14476",
"product_status": {
"known_affected": [
"T056236",
"T054581",
"67646",
"T055946",
"T056827",
"T056828",
"398363",
"T054646"
]
},
"release_date": "2026-07-20T22:00:00.000+00:00",
"title": "CVE-2026-14476"
},
{
"cve": "CVE-2026-33630",
"product_status": {
"known_affected": [
"T056236",
"T054581",
"67646",
"T055946",
"T056827",
"398363",
"T054646"
]
},
"release_date": "2026-07-20T22:00:00.000+00:00",
"title": "CVE-2026-33630"
},
{
"cve": "CVE-2026-58016",
"product_status": {
"known_affected": [
"T056236",
"T054581",
"67646",
"T055946",
"T056828",
"398363",
"T054646",
"T056829"
]
},
"release_date": "2026-07-20T22:00:00.000+00:00",
"title": "CVE-2026-58016"
}
]
}
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.