Improper Validation of Specified Quantity in Input The advisory has been revoked - it doesn't affect any version of package openshift4/ose-coredns-rhel9  (opens in a new tab)


Threat Intelligence

EPSS
0.67% (48th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL7-OPENSHIFT4OSECOREDNSRHEL9-17099528
  • published30 May 2026
  • disclosed5 May 2026

Introduced: 5 May 2026

CVE-2026-32936  (opens in a new tab)
CWE-1284  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream openshift4/ose-coredns-rhel9 package and not the openshift4/ose-coredns-rhel9 package as distributed by RHEL.

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the DNS-over-HTTPS (DoH) GET path accepts oversized dns= query parameter values and performs URL query parsing, base64 decoding, and DNS message unpacking before rejecting the request. Unlike the POST path, which applies a bounded read via http.MaxBytesReader limited to 65536 bytes, the GET path has no equivalent size validation before expensive processing. A remote, unauthenticated attacker can repeatedly send oversized DoH GET requests to force high CPU usage, large transient memory allocations, and elevated garbage-collection pressure, leading to denial of service. This issue has been fixed in version 1.14.3.