fix: address CVEs - #31
Merged
Merged
Conversation
- CVE-2026-69244: aiohttp upgraded to >=3.14.3 - CVE-2026-69247: cryptography upgraded to >=50.0.0 - CVE-2026-53877, CVE-2026-53878, CVE-2026-48588: django upgraded to >=5.2.16,<6.0 - CVE-2026-73228, CVE-2026-73229: djangorestframework upgraded to >=3.17.2 - CVE-2026-71554: h2 upgraded to >=4.4.1 - CVE-2026-59939: httplib2 upgraded to >=0.32.0 - CVE-2026-45409: idna upgraded to >=3.15 - GHSA-6v7p-g79w-8964: msgpack upgraded to >=1.2.1 - CVE-2026-59884, CVE-2026-59885, CVE-2026-59886: pyasn1 upgraded to >=0.6.4 - CVE-2026-32597, CVE-2026-48526: PyJWT upgraded to >=2.13.0 - CVE-2026-59890: setuptools upgraded to >=83.0.0 - CVE-2026-54284, CVE-2026-59893, CVE-2026-71491: sqlparse upgraded to >=0.6.0 - CVE-2026-44431, CVE-2026-44432: urllib3 upgraded to >=2.7.0 - CVE-2026-56852, CVE-2026-56854: update Go x/ dependencies - GO-2026-5841, GO-2026-5158: update compress and otel in go-server Fixes #26
shipperizer
enabled auto-merge
September 18, 2026 10:18
shipperizer
disabled auto-merge
September 18, 2026 10:40
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.
Description
This PR addresses remaining dependencies in
rockcraft.yamlto ensureauthentik-serveris fully patched against security findings reported in #26:Changes in this PR
go-serverpart:go get -u github.com/klauspost/compressto update to>=v1.18.7(addressesGO-2026-5841).go get -u go.opentelemetry.io/otelto update to>=v1.44.0(addressesGO-2026-5158).python-depspart:uv pip installcall by combining--upgradeand alphabetizingPyJWT>=2.13.0inline with other pinned packages.Context on #26 Vulnerabilities
aiohttp,cryptography,httplib2,pyasn1,sqlparse) were pinned onmainvia fix: address CVEs #29. A new rock build/release will update the published OCI image to resolve those findings./usr/bin/authentik-server(CVE-2026-33818,CVE-2026-39821,CVE-2026-46600,CVE-2026-56853,CVE-2026-56858,CVE-2026-56859,CVE-2026-56860,CVE-2026-56862) were fixed upstream in Go 1.26.6+. Withgo/1.26/stablecurrently providing Go 1.26.7, rebuilding the rock resolves these CVEs.Validation
authentik-server): Built with Go 1.26.7 and scanned withgovulncheck -mode=binary; 0 vulnerabilities detected.Govulncheck Result (
authentik-server)Trivy Scan Result (Python Environment)
Fixes #26