All reported issues have been addressed as part of Home Assistant 2023.9, released on September 6, 2023

  • Cure53 found issues in Home Assistant, 3 of which were marked as “critical” severity
  • The GitHub Security Lab also audited Home Assistant and found six non-critical issues. Two of the issues overlapped with Cure53.
  • No authentication bypasses have been found
  • @AliasAKA
    link
    English
    31
    edit-2
    11 months ago

    This is really awesome — open source allows for auditing. Not great that there are vulnerabilities, but these vulnerabilities also exist (and possibly more) in closed source software that doesn’t get audited to be fixed, just exploited. Hopefully these get patched soon!

    • @linearchaos
      link
      English
      2711 months ago

      There are always vulnerabilities. Any vulnerabilities we find are cause to celebrate because they get fixed.

      • @AliasAKA
        link
        English
        3
        edit-2
        11 months ago

        Ah thank you, I should’ve read more closely :)

    • @[email protected]
      link
      fedilink
      English
      411 months ago

      I agree that Home Assistant’s audit is a good thing. While I love that Home Assistant is open source, I’m not sure how that impacts the audit. Proprietary, closed source software can be audited with few differences from an open source software’s audit. The biggest difference is that you, myself, or anyone could audit open source software, but it would not be easy for that to happen with closed source software.

      • @AliasAKA
        link
        English
        111 months ago

        Sure, but closed source audits aren’t often made public. So we don’t know when, or how, closed source software is audited. Beyond just our ability to self audit open source, we often get better reporting on the contracted audits performed on open source software.

      • Big P
        link
        fedilink
        English
        111 months ago

        It’s easier to find something like XSS or auth bypass when you can read the code