Index: vuln.xml =================================================================== RCS file: /ncvs/ports/security/vuxml/vuln.xml,v retrieving revision 1.2279 diff -u -r1.2279 vuln.xml --- vuln.xml 18 Jan 2011 09:26:17 -0000 1.2279 +++ vuln.xml 19 Jan 2011 02:14:03 -0000 @@ -34,6 +34,37 @@ --> + + tarsnap -- cryptographic nonce reuse + + + tarsnap + 1.0.221.0.27 + + + + +

Colin Percival reports:

+
+

In versions 1.0.22 through 1.0.27 of Tarsnap, the CTR nonce value + is not incremented after each chunk is encrypted. (The CTR counter + is correctly incremented after each 16 bytes of data was processed, + but this counter is reset to zero for each new chunk.)

+

Note that since the Tarsnap client-server protocol is encrypted, + being able to intercept Tarsnap client-server traffic does not + provide an attacker with access to the data.

+
+ +
+ + http://www.daemonology.net/blog/2011-01-18-tarsnap-critical-security-bug.html + + + 2011-01-18 + 2011-01-19 + +
+ MoinMoin -- cross-site scripting vulnerabilities