Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
    • Brian Delwiche's avatar
      Fix potential use after free in pan_api.cc · f4bd0731
      Brian Delwiche authored
      Structure length is checked in pan_api.cc after the structure may
      be freed, leading to a potential use after free.
      
      Save the buffer length to a local instead.  Note that BNEP_WriteBuf
      may alter the length being written internally; this does not appear
      to be an issue in this use case because the octet count being tracked
      is used only for logging purposes within PAN.
      
      Bug: 259939435
      Test: atest bluetooth_test_gd_unit, validate against researcher POC
      Tag: #security
      Ignore-AOSP-First: Security
      Change-Id: I613b3dd3684182bdc725f9e1512061484448d367
      f4bd0731
  2. Feb 09, 2023
  3. Feb 07, 2023
  4. Feb 06, 2023
  5. Jan 31, 2023
  6. Jan 25, 2023
  7. Jan 19, 2023
  8. Jan 14, 2023
  9. Jan 12, 2023
  10. Jan 11, 2023
  11. Jan 10, 2023
Loading