]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] [CVE-2025-40780] sec: usr: Cache-poisoning due to weak pseudo-random number...
authorMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 12:26:41 +0000 (14:26 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 2 Oct 2025 12:26:41 +0000 (14:26 +0200)
commitf74fb05265be32a8c9de31ec7298deba4a07d893
tree7eb49c0ade47f79c861034273bdf4317993a4a50
parent4c99ba5a462d01aa88a5d975e82550df53228000
parent8330b49fb90bfeae14b47b7983e9459cc2bbaffe
[9.18] [CVE-2025-40780] sec: usr: Cache-poisoning due to weak pseudo-random number generator

It was discovered during research for an upcoming academic paper that a
xoshiro128\*\* internal state can be recovered by an external 3rd party,
allowing the prediction of UDP ports and DNS IDs in outgoing queries.
This could lead to an attacker spoofing the DNS answers with great
efficiency and poisoning the DNS cache.

The internal random generator has been changed to a cryptographically
secure pseudo-random generator.

ISC would like to thank Prof. Amit Klein and Omer Ben Simhon from Hebrew
University of Jerusalem for bringing this vulnerability to our
attention.

Backport of !831

Closes isc-projects/bind9#5484

Merge branch '5484-security-make-isc_random-csprng-9.18' into 'v9.18.40-release'

See merge request isc-private/bind9!847