Bugzilla – Bug 852962
VUL-1: CVE-2013-6410: nbd: incorrect use of strncmp() may allow unauthorized access
Last modified: 2016-04-27 19:18:49 UTC
CVE-2013-6410 nbd-server has the ability to deny connection requests to clients unless their IP addresses are listed in a tcpwrappers-style configuration file. Due to incorrect use of strncmp() in the parser for this file, however, it would allow clients to connect so long as their IP address in ASCII representation would start with something in the ACL file; e.g., 198.51.100.12 would be allowed if 198.51.100.1 was listed. References: http://seclists.org/oss-sec/2013/q4/366 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-6410 https://bugzilla.redhat.com/show_bug.cgi?id=1035998
bugbot adjusting priority
(affects sle10 codebase , nbd is not in newer ones)