lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 4 Jan 2018 16:30:45 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     netdev@...r.kernel.org
Subject: Fw: [Bug 198353] New: Generic netlink family bug when multicast
 groups are greater than 13



Begin forwarded message:

Date: Fri, 05 Jan 2018 00:21:42 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: stephen@...workplumber.org
Subject: [Bug 198353] New: Generic netlink family bug when multicast groups are greater than 13


https://bugzilla.kernel.org/show_bug.cgi?id=198353

            Bug ID: 198353
           Summary: Generic netlink family bug when multicast groups are
                    greater than 13
           Product: Networking
           Version: 2.5
    Kernel Version: 4.4
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: blocking
          Priority: P1
         Component: Other
          Assignee: stephen@...workplumber.org
          Reporter: jaipal.katkuri@...on.com
        Regression: No

Created attachment 273405
  --> https://bugzilla.kernel.org/attachment.cgi?id=273405&action=edit  
linux-4.4-netlink-genlmcgroup.patch

Kernel Version: 4.4
File: netlink/genetlink.c

While reserving multicast groups for a netlink family in the kernel, if the
request has more than 13 groups the code allocates only 13 groups and returns
success.

In the function "genl_allocate_reserve_groups" the variable "id" is returned
with the first available multicast group slot but it doesn't check if the
request "n_groups" is more than 13.

Attached patch fixes the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ