]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix spelling mistakes 17189/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Apr 2026 10:33:51 +0000 (12:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Apr 2026 09:05:14 +0000 (11:05 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/changelog.rst
pdns/dnsdistdist/docs/security-advisories/powerdns-advisory-for-dnsdist-2026-04.rst

index 7ac2e4f15a1f7adb8b294968b4a00c8fc85883ff..9a19865aba1dfd32d74c55cb08fd7a0636813717 100644 (file)
@@ -69,7 +69,7 @@ Changelog
     :tags: Bug Fixes, Security
     :pullreq: TBD
 
-    CVE-2026-33602: A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum configured value, triggering a out-of-bounds write leading to a denial of service
+    CVE-2026-33602: A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum configured value, triggering an out-of-bounds write leading to a denial of service
 
   .. change::
     :tags: Bug Fixes, YAML
@@ -145,7 +145,7 @@ Changelog
     :tags: Bug Fixes, Security
     :pullreq: TBD
 
-    CVE-2026-33602: A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum configured value, triggering a out-of-bounds write leading to a denial of service
+    CVE-2026-33602: A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum configured value, triggering an out-of-bounds write leading to a denial of service
 
   .. change::
     :tags: Bug Fixes, Security, DNS over HTTP3
index 6234247d0634f9ab47d70249f5a04a1d68f09059..d9604d50cf6276627de7fda17023d4cbdede5e4a 100644 (file)
@@ -26,7 +26,7 @@ server, leading to a denial of service. The internal web server is disabled by d
 `https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L`__
 
 The remedy is: upgrade to a patched version, or prevent network access to the internal webserver. In
-general for defense in depth reasons we recommend making the internal web server only accessible to
+general for defense in-depth reasons we recommend making the internal web server only accessible to
 trusted clients.
 
 We would like to thank Vitaly Simonovich for bringing this issue to our attention.
@@ -56,7 +56,7 @@ server, leading to a denial of service. The internal web server is disabled by d
 `https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L`__
 
 The remedy is: upgrade to a patched version, or prevent network access to the internal webserver. In
-general for defense in depth reasons we recommend making the internal web server only accessible to
+general for defense in-depth reasons we recommend making the internal web server only accessible to
 trusted clients.
 
 We would like to thank Cavid for bringing this issue to our attention.
@@ -109,7 +109,7 @@ CVE-2026-33602: Off-by-one access when processing crafted UDP responses
 - Internal ID: 402
 
 A rogue backend can send a crafted UDP response with a query ID off by one related to the maximum
-configured value, triggering a out-of-bounds write leading to a denial of service.
+configured value, triggering an out-of-bounds write leading to a denial of service.
 
 `https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H`__