Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-42923 (GCVE-0-2026-42923)
Vulnerability from cvelistv5 – Published: 2026-05-20 09:20 – Updated: 2026-05-20 12:10- CWE-407 - Inefficient Algorithmic Complexity
| URL | Tags |
|---|---|
| https://www.nlnetlabs.nl/downloads/unbound/CVE-20… | vendor-advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| NLnet Labs | Unbound |
Affected:
0 , < 1.25.1
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-42923",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-20T12:10:04.210764Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-20T12:10:10.747Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Unbound",
"vendor": "NLnet Labs",
"versions": [
{
"lessThan": "1.25.1",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Qifan Zhang (Palo Alto Networks)"
}
],
"datePublic": "2026-05-20T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations."
}
],
"metrics": [
{
"cvssV4_0": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/U:Amber",
"version": "4.0"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-407",
"description": "CWE-407: Inefficient Algorithmic Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-20T09:20:01.104Z",
"orgId": "206fc3a0-e175-490b-9eaa-a5738056c9f6",
"shortName": "NLnet Labs"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt"
}
],
"solutions": [
{
"lang": "en",
"value": "This issue is fixed starting with version 1.25.1"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-04-28T00:00:00.000Z",
"value": "Issue reported by Qifan Zhang"
},
{
"lang": "en",
"time": "2026-05-07T00:00:00.000Z",
"value": "NLnet Labs shares patch"
},
{
"lang": "en",
"time": "2026-05-08T00:00:00.000Z",
"value": "Qifan Zhang verifies patch"
},
{
"lang": "en",
"time": "2026-05-20T00:00:00.000Z",
"value": "Fixes released with version 1.25.1"
}
],
"title": "Degradation of service with unbounded NSEC3 hash calculations",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "206fc3a0-e175-490b-9eaa-a5738056c9f6",
"assignerShortName": "NLnet Labs",
"cveId": "CVE-2026-42923",
"datePublished": "2026-05-20T09:20:01.104Z",
"dateReserved": "2026-05-07T10:07:51.800Z",
"dateUpdated": "2026-05-20T12:10:10.747Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-42923",
"date": "2026-05-28",
"epss": "0.00057",
"percentile": "0.1793"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-42923\",\"sourceIdentifier\":\"sep@nlnetlabs.nl\",\"published\":\"2026-05-20T10:16:27.630\",\"lastModified\":\"2026-05-20T22:50:35.780\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"sep@nlnetlabs.nl\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Amber\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"AMBER\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"sep@nlnetlabs.nl\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-407\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nlnetlabs:unbound:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.19.1\",\"versionEndExcluding\":\"1.25.1\",\"matchCriteriaId\":\"5C330C7D-8CBA-407E-9C85-8BB7D5A97797\"}]}]}],\"references\":[{\"url\":\"https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt\",\"source\":\"sep@nlnetlabs.nl\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-42923\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-20T12:10:04.210764Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-20T12:10:07.408Z\"}}], \"cna\": {\"title\": \"Degradation of service with unbounded NSEC3 hash calculations\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Qifan Zhang (Palo Alto Networks)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/U:Amber\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"NLnet Labs\", \"product\": \"Unbound\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.25.1\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-04-28T00:00:00.000Z\", \"value\": \"Issue reported by Qifan Zhang\"}, {\"lang\": \"en\", \"time\": \"2026-05-07T00:00:00.000Z\", \"value\": \"NLnet Labs shares patch\"}, {\"lang\": \"en\", \"time\": \"2026-05-08T00:00:00.000Z\", \"value\": \"Qifan Zhang verifies patch\"}, {\"lang\": \"en\", \"time\": \"2026-05-20T00:00:00.000Z\", \"value\": \"Fixes released with version 1.25.1\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"This issue is fixed starting with version 1.25.1\"}], \"datePublic\": \"2026-05-20T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-407\", \"description\": \"CWE-407: Inefficient Algorithmic Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"206fc3a0-e175-490b-9eaa-a5738056c9f6\", \"shortName\": \"NLnet Labs\", \"dateUpdated\": \"2026-05-20T09:20:01.104Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-42923\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-20T12:10:10.747Z\", \"dateReserved\": \"2026-05-07T10:07:51.800Z\", \"assignerOrgId\": \"206fc3a0-e175-490b-9eaa-a5738056c9f6\", \"datePublished\": \"2026-05-20T09:20:01.104Z\", \"assignerShortName\": \"NLnet Labs\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-42923
Vulnerability from fkie_nvd - Published: 2026-05-20 10:16 - Updated: 2026-05-20 22:50| URL | Tags | ||
|---|---|---|---|
| sep@nlnetlabs.nl | https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt | Mitigation, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:nlnetlabs:unbound:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5C330C7D-8CBA-407E-9C85-8BB7D5A97797",
"versionEndExcluding": "1.25.1",
"versionStartIncluding": "1.19.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations."
}
],
"id": "CVE-2026-42923",
"lastModified": "2026-05-20T22:50:35.780",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "AMBER",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Amber",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "sep@nlnetlabs.nl",
"type": "Secondary"
}
]
},
"published": "2026-05-20T10:16:27.630",
"references": [
{
"source": "sep@nlnetlabs.nl",
"tags": [
"Mitigation",
"Vendor Advisory"
],
"url": "https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt"
}
],
"sourceIdentifier": "sep@nlnetlabs.nl",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-407"
}
],
"source": "sep@nlnetlabs.nl",
"type": "Secondary"
}
]
}
GHSA-8F6W-8H24-FW66
Vulnerability from github – Published: 2026-05-20 12:30 – Updated: 2026-05-21 00:30NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations.
{
"affected": [],
"aliases": [
"CVE-2026-42923"
],
"database_specific": {
"cwe_ids": [
"CWE-407"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-05-20T10:16:27Z",
"severity": "MODERATE"
},
"details": "NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the DNSSEC validator where the code path to consult the negative cache for DS records does not take into account the limit on NSEC3 hash calculations introduced in 1.19.1. This leads to degradation of service during the attack. An adversary that controls a DNSSEC signed zone can exploit this by signing NSEC3 records with acceptably high iterations for child delegations and querying a vulnerable Unbound. Unbound will keep performing the allowed hash calculations on the NSEC3 records and will not limit the work by the mitigation introduced in 1.19.1. As a side effect, a global lock for the negative cache will be held for the duration of the hashing, blocking other threads that need to consult the negative cache. Coordinated attacks could raise the vulnerability to denial of service. Unbound 1.25.1 contains a patch with a fix to bound the vulnerable code path with the existing limit for NSEC3 hash calculations.",
"id": "GHSA-8f6w-8h24-fw66",
"modified": "2026-05-21T00:30:27Z",
"published": "2026-05-20T12:30:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42923"
},
{
"type": "WEB",
"url": "https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-42923.txt"
}
],
"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:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Amber",
"type": "CVSS_V4"
}
]
}
MSRC_CVE-2026-42923
Vulnerability from csaf_microsoft - Published: 2026-05-02 00:00 - Updated: 2026-05-23 01:40| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-42923 Degradation of service with unbounded NSEC3 hash calculations - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-42923.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Degradation of service with unbounded NSEC3 hash calculations",
"tracking": {
"current_release_date": "2026-05-23T01:40:27.000Z",
"generator": {
"date": "2026-05-23T07:14:23.777Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-42923",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-21T01:02:54.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-05-23T01:40:27.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 unbound 0:1.19.1-5.azl3",
"product": {
"name": "\u003cazl3 unbound 0:1.19.1-5.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 unbound 0:1.19.1-5.azl3",
"product": {
"name": "azl3 unbound 0:1.19.1-5.azl3",
"product_id": "20736"
}
}
],
"category": "product_name",
"name": "unbound"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 unbound 0:1.19.1-5.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 unbound 0:1.19.1-5.azl3 as a component of Azure Linux 3.0",
"product_id": "20736-17084"
},
"product_reference": "20736",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-42923",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "general",
"text": "NLnet Labs",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20736-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-42923 Degradation of service with unbounded NSEC3 hash calculations - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-42923.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-21T01:02:54.000Z",
"details": "0:1.25.1-1.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"17084-1"
]
}
],
"title": "Degradation of service with unbounded NSEC3 hash calculations"
}
]
}
RHSA-2026:20357
Vulnerability from csaf_redhat - Published: 2026-05-23 20:39 - Updated: 2026-05-28 02:54A flaw was found in Unbound. A remote attacker can exploit this vulnerability by sending a specially crafted DNSCrypt query. This malicious query, when processed, causes Unbound to read beyond its allocated memory, leading to a heap overflow. This can result in a denial of service (DoS) by crashing the Unbound service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:unbound-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Unbound's DNSSEC validator where the code path for consulting the negative cache for DS records does not honor the limit on NSEC3 hash calculations introduced in version 1.19.1. An adversary who controls a DNSSEC-signed zone can sign NSEC3 records with high iteration counts for child delegations, causing Unbound to perform excessive hash computations while holding a global lock on the negative cache. This temporarily blocks other resolver threads from accessing the negative cache, leading to degraded DNS resolution performance for the duration of the attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:unbound-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Unbound's handling of DNS reply messages, complementing the earlier CVE-2025-11411 fix. Unbound accepts and caches address records from the additional section of DNS replies when they accompany authority section RRSets other than NS (such as MX records). A malicious actor who can inject crafted DNS responses—via packet spoofing or fragmentation attacks—can exploit this to poison Unbound's cache with attacker-controlled address records, potentially redirecting DNS resolution for affected domains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:unbound-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:unbound-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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\nunbound:\n * python3-unbound-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-anchor-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-devel-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-dracut-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-libs-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-munin-1.25.1-1.hum1 (noarch)\n * unbound-utils-1.25.1-1.hum1 (aarch64, x86_64)\n * unbound-1.25.1-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:20357",
"url": "https://access.redhat.com/errata/RHSA-2026:20357"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32792",
"url": "https://access.redhat.com/security/cve/CVE-2026-32792"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42960",
"url": "https://access.redhat.com/security/cve/CVE-2026-42960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42923",
"url": "https://access.redhat.com/security/cve/CVE-2026-42923"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_20357.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-05-28T02:54:11+00:00",
"generator": {
"date": "2026-05-28T02:54:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:20357",
"initial_release_date": "2026-05-23T20:39:46+00:00",
"revision_history": [
{
"date": "2026-05-23T20:39:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-26T14:45:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T02:54:11+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": "unbound-main@aarch64",
"product": {
"name": "unbound-main@aarch64",
"product_id": "unbound-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-unbound@1.25.1-1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "unbound-main@x86_64",
"product": {
"name": "unbound-main@x86_64",
"product_id": "unbound-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-unbound@1.25.1-1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "unbound-main@src",
"product": {
"name": "unbound-main@src",
"product_id": "unbound-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unbound@1.25.1-1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "unbound-main@noarch",
"product": {
"name": "unbound-main@noarch",
"product_id": "unbound-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unbound-munin@1.25.1-1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "unbound-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:unbound-main@aarch64"
},
"product_reference": "unbound-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unbound-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:unbound-main@noarch"
},
"product_reference": "unbound-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unbound-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:unbound-main@src"
},
"product_reference": "unbound-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unbound-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:unbound-main@x86_64"
},
"product_reference": "unbound-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32792",
"discovery_date": "2026-05-19T10:24:01.587000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Unbound. A remote attacker can exploit this vulnerability by sending a specially crafted DNSCrypt query. This malicious query, when processed, causes Unbound to read beyond its allocated memory, leading to a heap overflow. This can result in a denial of service (DoS) by crashing the Unbound service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "unbound: Packet of death with DNSCrypt",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact denial of service vulnerability affects Unbound instances compiled with DNSCrypt support. A specially crafted DNSCrypt query could lead to a heap overflow and service crash. However, the likelihood of a crash is low due to reliance on specific memory layouts and subsequent packet checks that may prevent successful exploitation.",
"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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32792"
},
{
"category": "external",
"summary": "RHBZ#2479779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32792",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32792"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32792",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32792"
}
],
"release_date": "2026-05-26T03:43:23.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-23T20:39:46+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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20357"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "unbound: Packet of death with DNSCrypt"
},
{
"cve": "CVE-2026-42923",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2026-05-19T12:26:23.936000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479825"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Unbound\u0027s DNSSEC validator where the code path for consulting the negative cache for DS records does not honor the limit on NSEC3 hash calculations introduced in version 1.19.1. An adversary who controls a DNSSEC-signed zone can sign NSEC3 records with high iteration counts for child delegations, causing Unbound to perform excessive hash computations while holding a global lock on the negative cache. This temporarily blocks other resolver threads from accessing the negative cache, leading to degraded DNS resolution performance for the duration of the attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "unbound: Unbound DNSSEC Validator NSEC3 Hash Calculation Limit Bypass via Negative Cache Code Path Leading to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate. The flaw can be remotely triggered without authentication, but the impact is limited to service degradation rather than a full denial-of-service.The Unbound process does not crash,a global negative cache lock is held during excessive NSEC3 hash computations, temporarily blocking other resolver threads. The root cause is a negative cache code path that bypasses the existing NSEC3 hash computation limits.",
"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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42923"
},
{
"category": "external",
"summary": "RHBZ#2479825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479825"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42923"
}
],
"release_date": "2026-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-23T20:39:46+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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20357"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "unbound: Unbound DNSSEC Validator NSEC3 Hash Calculation Limit Bypass via Negative Cache Code Path Leading to DoS"
},
{
"acknowledgments": [
{
"names": [
"TaoFei Guo"
],
"organization": "Peking University"
},
{
"names": [
"Yang Luo",
"JianJun Chen"
],
"organization": "Tsinghua University"
}
],
"cve": "CVE-2026-42960",
"cwe": {
"id": "CWE-349",
"name": "Acceptance of Extraneous Untrusted Data With Trusted Data"
},
"discovery_date": "2026-05-19T12:09:50.308000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479821"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Unbound\u0027s handling of DNS reply messages, complementing the earlier CVE-2025-11411 fix. Unbound accepts and caches address records from the additional section of DNS replies when they accompany authority section RRSets other than NS (such as MX records). A malicious actor who can inject crafted DNS responses\u2014via packet spoofing or fragmentation attacks\u2014can exploit this to poison Unbound\u0027s cache with attacker-controlled address records, potentially redirecting DNS resolution for affected domains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "unbound: Unbound DNS Cache Poisoning via Promiscuous Additional Section RRSet Acceptance",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate. Exploitation requires the attacker to successfully inject or spoof DNS response packets, which increases attack complexity. However, successful exploitation can result in DNS cache poisoning, allowing the attacker to redirect DNS resolution for affected domains.",
"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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42960"
},
{
"category": "external",
"summary": "RHBZ#2479821",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479821"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42960"
}
],
"release_date": "2026-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-23T20:39:46+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:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:20357"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:unbound-main@aarch64",
"Red Hat Hardened Images:unbound-main@noarch",
"Red Hat Hardened Images:unbound-main@src",
"Red Hat Hardened Images:unbound-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "unbound: Unbound DNS Cache Poisoning via Promiscuous Additional Section RRSet Acceptance"
}
]
}
WID-SEC-W-2026-1599
Vulnerability from csaf_certbund - Published: 2026-05-19 22:00 - Updated: 2026-05-27 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Unbound <1.25.1
Open Source / Unbound
|
<1.25.1 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
{
"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": "Unbound ist ein validierender, rekursiver DNS-Resolver.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Unbound ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, um m\u00f6glicherweise Code auszuf\u00fchren und um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"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-1599 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1599.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1599 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1599"
},
{
"category": "external",
"summary": "Unbound 1.25.1 release vom 2026-05-19",
"url": "https://nlnetlabs.nl/news/2026/May/20/unbound-1.25.1-released/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8282-1 vom 2026-05-20",
"url": "https://ubuntu.com/security/notices/USN-8282-1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-3223DED15E vom 2026-05-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-3223ded15e"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19752 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19752"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-49F37E16AA vom 2026-05-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-49f37e16aa"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/136-change-log/"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/126-change-log/"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/134-change-log/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20357 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20357"
},
{
"category": "external",
"summary": "Red Hat Customer Portal CVE-2026-33278 vom 2026-05-26",
"url": "https://access.redhat.com/security/cve/cve-2026-33278"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6304 vom 2026-05-28",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00215.html"
}
],
"source_lang": "en-US",
"title": "Unbound: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T06:45:42.506+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1599",
"initial_release_date": "2026-05-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Open Source, Ubuntu, European Union Vulnerability Database, Fedora und Red Hat aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "5",
"summary": "Bewertung und Auswirkungen angepasst aufgrund CVE-2026-33278"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.25.1",
"product": {
"name": "Open Source Unbound \u003c1.25.1",
"product_id": "T054382"
}
},
{
"category": "product_version",
"name": "1.25.1",
"product": {
"name": "Open Source Unbound 1.25.1",
"product_id": "T054382-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nlnetlabs:unbound:1.25.1"
}
}
}
],
"category": "product_name",
"name": "Unbound"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"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": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c136.0.14",
"product": {
"name": "cPanel cPanel/WHM \u003c136.0.14",
"product_id": "T054471"
}
},
{
"category": "product_version",
"name": "136.0.14",
"product": {
"name": "cPanel cPanel/WHM 136.0.14",
"product_id": "T054471-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:136.0.14"
}
}
},
{
"category": "product_version_range",
"name": "\u003c134.0.30",
"product": {
"name": "cPanel cPanel/WHM \u003c134.0.30",
"product_id": "T054472"
}
},
{
"category": "product_version",
"name": "134.0.30",
"product": {
"name": "cPanel cPanel/WHM 134.0.30",
"product_id": "T054472-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:134.0.30"
}
}
},
{
"category": "product_version",
"name": "126.0.63",
"product": {
"name": "cPanel cPanel/WHM 126.0.63",
"product_id": "T054473",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.63"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-32792",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-32792"
},
{
"cve": "CVE-2026-33278",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-33278"
},
{
"cve": "CVE-2026-40622",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-40622"
},
{
"cve": "CVE-2026-41292",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-41292"
},
{
"cve": "CVE-2026-42534",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-42534"
},
{
"cve": "CVE-2026-42923",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-42923"
},
{
"cve": "CVE-2026-42944",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-42944"
},
{
"cve": "CVE-2026-42959",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-42959"
},
{
"cve": "CVE-2026-42960",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-42960"
},
{
"cve": "CVE-2026-44390",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-44390"
},
{
"cve": "CVE-2026-44608",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"2951",
"T054471",
"67646",
"T054382",
"T000126",
"74185"
]
},
"release_date": "2026-05-19T22:00:00.000+00:00",
"title": "CVE-2026-44608"
}
]
}
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.