From owner-svn-ports-all@freebsd.org Sun Mar 17 14:16:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAFD8153C706; Sun, 17 Mar 2019 14:16:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5291A81B09; Sun, 17 Mar 2019 14:16:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A50AAF99; Sun, 17 Mar 2019 14:16:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2HEG4eU098849; Sun, 17 Mar 2019 14:16:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2HEG3xN098847; Sun, 17 Mar 2019 14:16:03 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201903171416.x2HEG3xN098847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 17 Mar 2019 14:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496062 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 496062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5291A81B09 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2019 14:16:04 -0000 Author: mandree Date: Sun Mar 17 14:16:03 2019 New Revision: 496062 URL: https://svnweb.freebsd.org/changeset/ports/496062 Log: Record PuTTY security vulnerabilities in versions before 0.71. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 17 14:14:27 2019 (r496061) +++ head/security/vuxml/vuln.xml Sun Mar 17 14:16:03 2019 (r496062) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PuTTY -- security fixes in new release + + + putty + 0.71 + + + putty-gtk2 + 0.71 + + + putty-nogtk + 0.71 + + + + +

The PuTTY team reports:

+
+

New in 0.71:

+
    +
  • Security fixes found by an EU-funded bug bounty programme:
  • +
  • + a remotely triggerable memory overwrite in RSA key exchange, which can occur before host key verification
  • +
  • + potential recycling of random numbers used in cryptography
  • +
  • + on Unix, remotely triggerable buffer overflow in any kind of server-to-client forwarding
  • +
  • + multiple denial-of-service attacks that can be triggered by writing to the terminal
  • +
  • Other security enhancements: major rewrite of the crypto code to remove cache and timing side channels.
  • +
  • User interface changes to protect against fake authentication prompts from a malicious server.
  • +
+
+ +
+ + https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html + + + 2019-03-16 + 2019-03-17 + +
+ Jupyter notebook -- cross-site inclusion (XSSI) vulnerability @@ -88,6 +130,15 @@ Notes: https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-auth-prompt-spoofing.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-fd-set-overflow.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-rng-reuse.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-rsa-kex-integer-overflow.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-terminal-dos-combining-chars.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-terminal-dos-combining-chars-double-width-gtk.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-terminal-dos-one-column-cjk.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/pscp-unsanitised-server-output.html + https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/side-channels.html 2019-03-10