Skip to content
Snippets Groups Projects
  1. Mar 24, 2023
    • Hui Peng's avatar
      Fix a OOB bug in bta_hh_co_get_rpt_rsp · f173fcb4
      Hui Peng authored
      Fix to the regression reported in b/264708304 and b/266585826 added:
      The root cause of the regression, the sensor HAL layer expects the HID feature
      reports to contain 40 bytes, even less bytes are contained in the data
      field.
      
      This updated fix restores the length of data fields with the len arg.
      
      Bug: 259675705
      Test: manual verification with a Pixel 6 and LinkBuds
      Ignore-AOSP-First: security
      Tag: security
      Change-Id: I02f16c360965b049fc6c8fdfa0132b7aa54bc1d3
      f173fcb4
  2. Mar 13, 2023
  3. Mar 11, 2023
  4. Mar 06, 2023
  5. Feb 15, 2023
    • Brian Delwiche's avatar
      Validate buffer length in sdpu_build_uuid_seq · 367ed057
      Brian Delwiche authored
      sdpu_build_uuid_seq accepts a UUID sequence of arbitrary length
      but does not validate against the boundaries of the buffer it's
      filling.  This can lead to an OOB write.
      
      Add validation.
      
      Bug: 239414876
      Test: atest: bluetooth, validated against POC
      Tag: #security
      Ignore-AOSP-First: Security
      
      Change-Id: I6c0b91428bd37d73ae707b8a1843338998fb9562
      367ed057
  6. Feb 09, 2023
  7. Feb 07, 2023
  8. Feb 06, 2023
  9. Jan 31, 2023
  10. Jan 25, 2023
  11. Jan 19, 2023
  12. Jan 14, 2023
  13. Jan 12, 2023
  14. Jan 11, 2023
  15. Jan 10, 2023
Loading