diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 13:07:50 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 16:16:32 -0500 |
commit | 73f079f5a4bbba7f3048dadbe05b24242206745e (patch) | |
tree | 2a5496bd8aa20214b3d6cf911ac1208a11167c9a /sites/www | |
parent | f4dedacb9040d27d9844f51c81c28e0247d3e4a3 (diff) |
Fill in CVE number for Terrapin attack
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a709152e..44d3d445 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,9 +2,9 @@ Changelog ========= -- :bug:`-` Address `CVE xxx <https://terrapin-attack.com/>`_ (aka the "Terrapin - Attack", a vulnerability found in the SSH protocol re: treatment of packet - sequence numbers) as follows: +- :bug:`-` Address `CVE 2023-48795<https://terrapin-attack.com/>`_ (aka the + "Terrapin Attack", a vulnerability found in the SSH protocol re: treatment of + packet sequence numbers) as follows: - The vulnerability only impacts encrypt-then-MAC digest algorithms in tandem with CBC ciphers, and ChaCha20-poly1305; of these, Paramiko |