1. 13 9月, 2013 11 次提交
  2. 08 9月, 2013 1 次提交
  3. 04 9月, 2013 12 次提交
  4. 02 9月, 2013 5 次提交
  5. 29 8月, 2013 1 次提交
    • K
      HID: validate HID report id size · 43622021
      Kees Cook 提交于
      The "Report ID" field of a HID report is used to build indexes of
      reports. The kernel's index of these is limited to 256 entries, so any
      malicious device that sets a Report ID greater than 255 will trigger
      memory corruption on the host:
      
      [ 1347.156239] BUG: unable to handle kernel paging request at ffff88094958a878
      [ 1347.156261] IP: [<ffffffff813e4da0>] hid_register_report+0x2a/0x8b
      
      CVE-2013-2888
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Cc: stable@kernel.org
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      43622021
  6. 27 8月, 2013 4 次提交
  7. 26 8月, 2013 4 次提交
  8. 21 8月, 2013 1 次提交
  9. 20 8月, 2013 1 次提交