[GHSA-5hxg-r395-fqxx] Home Assistant Core before 2026.6.0 contains a path... - #9102
Merged
advisory-database[bot] merged 1 commit intoAug 13, 2026
Conversation
github-actions
Bot
changed the base branch from
main
to
PercevalFox/advisory-improvement-9102
August 13, 2026 13:02
advisory-database
Bot
merged commit Aug 13, 2026
c64f760
into
PercevalFox/advisory-improvement-9102
4 checks passed
Contributor
|
Hi @PercevalFox! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
This advisory is unreviewed and has no package mapping, so it does not surface to users of the affected package.
The repository home-assistant/core publishes the PyPI package
homeassistant(declared in pyproject.toml; PyPI project metadata links back to the same repository).Note on the version boundary: the fix commit (567fe858, PR #172368) landed on dev and was cherry-picked onto the release branch as 7e178efe63. Resolving the fixed version from
git tag --containson the original SHA gives 2026.7.0, which is wrong. I checked the published wheels instead.In homeassistant/components/backup/util.py:
I checked all 35 stable 2026.x releases; the transition occurs exactly once, at 2026.6.0. This matches the "before 2026.6.0" wording in the description and the release tag already listed in the references.
Proposed range: introduced 0, fixed 2026.6.0.
The CVSS v4 vector was rewritten to omit the trailing Not Defined (X) metrics, which the form's validator rejects. Semantically identical per the CVSS v4.0 specification, same score (9.0 / Critical), no change to the severity assessment. CVSS v3 left untouched.
The advisory also had no title. The proposed one follows the database's naming convention and reflects the existing CWE-22 classification.