AdGuard Home | v0.107.77

AdGuard Home v0.107.77 released on 02-06-2026


AdGuard Home v0.107.77 is out now. It fixes a path traversal vulnerability in authorization when running in GLiNET mode (CVE-2026-41448), closing a route that could allow unauthorised access via crafted paths.

Users should upgrade promptly; developers and integrators should check the project’s GitHub for the full changelog and the updated OpenAPI schema (see openapi/openapi.yaml) for API details.

What’s in this release

  • Security fix: authorization in GLiNET mode patched to remove a path traversal vulnerability (CVE-2026-41448).
  • API change: new reason query parameter added to GET /control/querylog for finer filtering of query log entries.
  • Deprecation: query parameter response_status in GET /control/querylog is now deprecated; migrate to the new reason parameter.

Upgrade notes

  • Upgrade promptly to remove the risk of unauthorised access via crafted paths; the issue was reported by @djnnvx and has been patched in this release.
  • Migrate any clients or scripts using response_status to the new reason parameter; consult openapi/openapi.yaml and the v0.107.77 GitHub milestone for examples and the full changelog.

Share any comments on your upgrade experience or problems you encounter on the project’s issue tracker or community channels — the team thanked contributors for rapid reporting and validation, and they welcome further feedback.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes