this post was submitted on 23 Oct 2023
115 points (100.0% liked)

homeassistant

12019 readers
43 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 31 points 1 year ago* (last edited 1 year ago) (3 children)

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!

[–] [email protected] 27 points 1 year ago

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

[–] [email protected] 14 points 1 year ago (1 children)

Article says all were patched in 2023-09 release!

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

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

[–] [email protected] 4 points 1 year ago (2 children)

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.

[–] [email protected] 1 points 1 year 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.

[–] [email protected] 1 points 1 year ago

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