cve-2024-25581
Vulnerability from cvelistv5
Published
2024-05-13 11:49
Modified
2025-02-13 17:40
Severity ?
EPSS score ?
Summary
Transfer requests received over DoH can lead to a denial of service in DNSdist
References
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:powerdns:dnsdist:1.9.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "dnsdist", "vendor": "powerdns", "versions": [ { "status": "affected", "version": "1.9.0" } ] }, { "cpes": [ "cpe:2.3:a:powerdns:dnsdist:1.9.1:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "dnsdist", "vendor": "powerdns", "versions": [ { "status": "affected", "version": "1.9.1" } ] }, { "cpes": [ "cpe:2.3:a:powerdns:dnsdist:1.9.2:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "dnsdist", "vendor": "powerdns", "versions": [ { "status": "affected", "version": "1.9.2" } ] }, { "cpes": [ "cpe:2.3:a:powerdns:dnsdist:1.9.3:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "dnsdist", "vendor": "powerdns", "versions": [ { "status": "affected", "version": "1.9.3" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-25581", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-13T15:37:51.211764Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:35:35.599Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-01T23:44:09.662Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/05/13/1" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "collectionURL": "https://repo.powerdns.com/", "defaultStatus": "unaffected", "modules": [ "dns-over-https" ], "packageName": "dnsdist", "product": "DNSdist", "repo": "https://github.com/PowerDNS/pdns", "vendor": "PowerDNS", "versions": [ { "status": "affected", "version": "1.9.0" }, { "status": "affected", "version": "1.9.1" }, { "status": "affected", "version": "1.9.2" }, { "status": "affected", "version": "1.9.3" } ] } ], "credits": [ { "lang": "en", "type": "finder", "value": "Daniel Stirnimann from Switch" } ], "datePublic": "2024-05-13T10:00:00.000Z", "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eWhen incoming DNS over HTTPS support is enabled using the nghttp2 provider, and queries are routed to a tcp-only or DNS over TLS backend, an attacker can trigger an assertion failure in DNSdist by sending a request for a zone transfer (AXFR or IXFR) over DNS over HTTPS, causing the process to stop and thus leading to a Denial of Service. DNS over HTTPS is not enabled by default, and backends are using plain DNS (Do53) by default.\u003c/p\u003e" } ], "value": "When incoming DNS over HTTPS support is enabled using the nghttp2 provider, and queries are routed to a tcp-only or DNS over TLS backend, an attacker can trigger an assertion failure in DNSdist by sending a request for a zone transfer (AXFR or IXFR) over DNS over HTTPS, causing the process to stop and thus leading to a Denial of Service. DNS over HTTPS is not enabled by default, and backends are using plain DNS (Do53) by default." } ], "impacts": [ { "capecId": "CAPEC-212", "descriptions": [ { "lang": "en", "value": "CAPEC-212 Functionality Misuse" } ] } ], "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" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-20", "description": "CWE-20 Improper Input Validation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-06-10T17:12:42.212Z", "orgId": "8ce71d90-2354-404b-a86e-bec2cc4e6981", "shortName": "OX" }, "references": [ { "url": "https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" }, { "url": "http://www.openwall.com/lists/oss-security/2024/05/13/1" } ], "source": { "advisory": "PowerDNS Security Advisory 2024-03", "discovery": "EXTERNAL" }, "title": "Transfer requests received over DoH can lead to a denial of service in DNSdist", "workarounds": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eOption 1: refuse incoming XFR requests via a DNSdist rule: addAction(OrRule({QTypeRule(DNSQType.AXFR), QTypeRule(DNSQType.IXFR)}), RCodeAction(DNSRCode.REFUSED)). Option 2: switch to the legacy h2o provider by setting library=\u0027h2o\u0027 in the addDOHLocal directive\u003c/p\u003e" } ], "value": "Option 1: refuse incoming XFR requests via a DNSdist rule: addAction(OrRule({QTypeRule(DNSQType.AXFR), QTypeRule(DNSQType.IXFR)}), RCodeAction(DNSRCode.REFUSED)). Option 2: switch to the legacy h2o provider by setting library=\u0027h2o\u0027 in the addDOHLocal directive" } ], "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "8ce71d90-2354-404b-a86e-bec2cc4e6981", "assignerShortName": "OX", "cveId": "CVE-2024-25581", "datePublished": "2024-05-13T11:49:24.500Z", "dateReserved": "2024-02-08T08:15:37.204Z", "dateUpdated": "2025-02-13T17:40:49.395Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-25581\",\"sourceIdentifier\":\"security@open-xchange.com\",\"published\":\"2024-05-14T15:05:29.707\",\"lastModified\":\"2025-02-13T18:17:14.117\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When incoming DNS over HTTPS support is enabled using the nghttp2 provider, and queries are routed to a tcp-only or DNS over TLS backend, an attacker can trigger an assertion failure in DNSdist by sending a request for a zone transfer (AXFR or IXFR) over DNS over HTTPS, causing the process to stop and thus leading to a Denial of Service. DNS over HTTPS is not enabled by default, and backends are using plain DNS (Do53) by default.\"},{\"lang\":\"es\",\"value\":\"Cuando la compatibilidad con DNS entrante sobre HTTPS est\u00e1 habilitada mediante el proveedor nghttp2 y las consultas se enrutan a un backend solo tcp o DNS sobre TLS, un atacante puede desencadenar una falla de aserci\u00f3n en DNSdist enviando una solicitud de transferencia de zona (AXFR o IXFR). a trav\u00e9s de DNS a trav\u00e9s de HTTPS, lo que provoca que el proceso se detenga y, por lo tanto, conduce a una Denegaci\u00f3n de Servicio. DNS sobre HTTPS no est\u00e1 habilitado de forma predeterminada y los servidores utilizan DNS simple (Do53) de forma predeterminada.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@open-xchange.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@open-xchange.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/13/1\",\"source\":\"security@open-xchange.com\"},{\"url\":\"https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html\",\"source\":\"security@open-xchange.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/13/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.