This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+3 more
Affected surfaces
ReleasePort's take
Moderate signalUpgrade libvips to 8.18.4 in all Docker images and upgrade Go to 1.25.12, which fixes CVE‑2026‑39822 (directory traversal).
Why it matters: CVE‑2026‑39822 has severity 95; upgrading Go to 1.25.12 eliminates the directory‑traversal vulnerability affecting build and image pipelines.
Summary
AI summaryUpdates Summary, Details, and Table of Contents across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Security | Critical |
Upgrade libvips to 8.18.4 in all Docker images. Upgrade libvips to 8.18.4 in all Docker images. Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Security | Critical |
Upgrade Go to 1.25.12 fixing CVE-2026-39822 (directory traversal). Upgrade Go to 1.25.12 fixing CVE-2026-39822 (directory traversal). Source: llm_adapter@2026-07-17 Confidence: high |
— |
| Feature | Medium |
Add configurable option to disable last sign‑in timestamp updates in LDAP. Add configurable option to disable last sign‑in timestamp updates in LDAP. Source: llm_adapter@2026-07-17 Confidence: high |
— |
Full changelog
Table of Contents
Changes in 8.0.6
Summary
- Security - Upgrade libvips to 8.18.4: #12596
- Security - Upgrade Go to 1.25.12: #12602
- Enhancement - Allow disabling the last sign-in timestamp update: #12522
Details
-
Security - Upgrade libvips to 8.18.4: #12596
Bumped libvips to 8.18.4 in all Docker images. The previous pin (8.18.3-r0) was
dropped from the Alpine edge/community repository, which broke the image build.https://github.com/owncloud/ocis/pull/12596
-
Security - Upgrade Go to 1.25.12: #12602
Bumped the Go toolchain used to build the release binaries and Docker images
from 1.25.11 to 1.25.12. Go 1.25.11 is affected by CVE-2026-39822 (os.Root
symlink following allows directory traversal), which is fixed in 1.25.12 and was
blocking the release image security scan.https://github.com/owncloud/ocis/pull/12602
-
Enhancement - Allow disabling the last sign-in timestamp update: #12522
The graph service maintains the 'oCLastSignInTimestamp' LDAP attribute of a user
on every sign-in (when the LDAP identity backend has write access). This can
cause a significant amount of LDAP write load, especially when the proxy's OIDC
userinfo cache has a short TTL and sign-in events are emitted frequently.A new setting 'OCIS_LDAP_UPDATE_LAST_SIGNIN_DATE' /
'GRAPH_LDAP_UPDATE_LAST_SIGNIN_DATE' (default 'true') allows disabling the
update of the last sign-in timestamp without having to disable all LDAP writes
('OCIS_LDAP_SERVER_WRITE_ENABLED') or the graph events consumer. When set to
'false' the graph service no longer listens for 'UserSignedIn' events and does
not write the 'oCLastSignInTimestamp' attribute.https://github.com/owncloud/ocis/issues/9942
https://github.com/owncloud/ocis/pull/12522
Security Fixes
- Go upgraded to 1.25.12, fixing CVE-2026-39822 (os.Root symlink following allows directory traversal)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]