⬆️ Update adguard/adguardhome Docker tag to v0.107.53 #250
No reviewers
Labels
No labels
ansible
bug
docker
duplicate
enhancement
help wanted
invalid
kubernetes
opentofu
packer
question
renovate
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mafyuh/iac#250
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/adguard-adguardhome-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.107.52
->v0.107.53
Release Notes
AdguardTeam/AdGuardHome (adguard/adguardhome)
v0.107.53
Compare Source
See also the v0.107.53 GitHub milestone.
Security
Previous versions of AdGuard Home allowed users to add any system file it had
access to as filters, exposing them to be world-readable. To prevent this,
AdGuard Home now allows adding filtering-rule list files only from files
matching the patterns enumerated in the
filtering.safe_fs_patterns
propertyin the configuration file.
We thank @itz-d0dgy for reporting this vulnerability, designated
CVE-2024-36814, to us.
Additionally, AdGuard Home will now try to change the permissions of its files
and directories to more restrictive ones to prevent similar vulnerabilities
as well as limit the access to the configuration.
We thank @go-compile for reporting this vulnerability, designated
CVE-2024-36586, to us.
Go version has been updated to prevent the possibility of exploiting the Go
vulnerabilities fixed in 1.23.2.
Added
Changed
the same rules as their domain specifications.
Configuration changes
In this release, the schema version has changed from 28 to 29.
filtering.safe_fs_patterns
contains glob patterns for paths offiles that can be added as local filtering-rule lists. The migration should
add list files that have already been added, as well as the default value,
$DATA_DIR/userfilters/*
.Fixed
clients.runtime_sources.dhcp
in the configuration file not takingeffect.
Known issues
Due to the complexity of the Windows permissions architecture and poor support
from the standard Go library, we have to postpone the proper automated Windows
fix until the next release.
Temporary workaround: Set the permissions of the
AdGuardHome
directoryto more restrictive ones manually. To do that:
AdGuardHome
directory.restricted.)
Full control
access to only the user which runsAdGuard Home. Typically,
Administrator
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.