feat(blog): add CVE-2026-43499 (GhostLock) exposure assessment - #613
Conversation
Add a security advisory blog post: CVE-2026-43499 (GhostLock) is a Linux kernel local privilege escalation. Cozystack is not exposed by design, and the fix is the same Talos v1.13.6 kernel upgrade that closes Januscape (CVE-2026-53359) and CVE-2026-46113. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: tym83 <6355522@gmail.com>
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request adds a new blog post assessing Cozystack's exposure to CVE-2026-43499 (GhostLock), explaining that Cozystack is not affected by design but recommending a kernel upgrade to Talos v1.13.6. The feedback identifies multiple instances of an incorrect slug used in internal links to the Januscape security advisory, which would result in 404 broken links, and provides suggestions to correct them.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| Third CVE this week — but good news: Cozystack isn't exposed by design, and the fix is the same v1.13.6 upgrade you already know. Details below. | ||
|
|
||
| **TL;DR:** [CVE-2026-43499 ("GhostLock")](https://nvd.nist.gov/vuln/detail/CVE-2026-43499) is a Linux kernel local privilege escalation. By the design of Cozystack, we currently see no viable attack path for a tenant to reach the affected host kernel surface. We still recommend the fix — and it is the **same Talos v1.13.6 upgrade** that closes [Januscape (CVE-2026-53359) and CVE-2026-46113](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/). One move to v1.13.6 closes all three. |
There was a problem hiding this comment.
The link points to /blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/, but the actual slug of the Januscape security advisory in the repository is security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape. Using the incorrect slug will result in a 404 broken link. Please update the link to use the correct slug.
| **TL;DR:** [CVE-2026-43499 ("GhostLock")](https://nvd.nist.gov/vuln/detail/CVE-2026-43499) is a Linux kernel local privilege escalation. By the design of Cozystack, we currently see no viable attack path for a tenant to reach the affected host kernel surface. We still recommend the fix — and it is the **same Talos v1.13.6 upgrade** that closes [Januscape (CVE-2026-53359) and CVE-2026-46113](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/). One move to v1.13.6 closes all three. | |
| **TL;DR:** [CVE-2026-43499 ("GhostLock")](https://nvd.nist.gov/vuln/detail/CVE-2026-43499) is a Linux kernel local privilege escalation. By the design of Cozystack, we currently see no viable attack path for a tenant to reach the affected host kernel surface. We still recommend the fix — and it is the **same Talos v1.13.6 upgrade** that closes [Januscape (CVE-2026-53359) and CVE-2026-46113](/blog/2026/07/security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape/). One move to v1.13.6 closes all three. |
| - **Already upgraded to v1.13.6 for Januscape? You are protected — no further action needed.** | ||
| - **Not yet?** Follow the same runbook: build an Image Factory installer with your extensions, upgrade node by node to `v1.13.6`, and verify `talosctl read /proc/sys/kernel/osrelease` shows `6.18.38-talos`. Move one node at a time, waiting for etcd quorum and storage health between control-plane nodes. | ||
|
|
||
| The full step-by-step upgrade is in our [Januscape fix runbook](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/). |
There was a problem hiding this comment.
The link points to /blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/, but the actual slug of the Januscape security advisory in the repository is security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape. Please update the link to prevent a 404 error.
| The full step-by-step upgrade is in our [Januscape fix runbook](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/). | |
| The full step-by-step upgrade is in our [Januscape fix runbook](/blog/2026/07/security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape/). |
| ## References | ||
|
|
||
| - [CVE-2026-43499 (GhostLock) — NVD](https://nvd.nist.gov/vuln/detail/CVE-2026-43499) | ||
| - [Fixing CVE-2026-53359 (Januscape) and CVE-2026-46113 on Talos Linux](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/) |
There was a problem hiding this comment.
The link points to /blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/, but the actual slug of the Januscape security advisory in the repository is security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape. Please update the link to prevent a 404 error.
| - [Fixing CVE-2026-53359 (Januscape) and CVE-2026-46113 on Talos Linux](/blog/2026/07/fixing-cve-2026-53359-januscape-talos-linux/) | |
| - [Fixing CVE-2026-53359 (Januscape) and CVE-2026-46113 on Talos Linux](/blog/2026/07/security-advisory-cve-2026-53359-januscape-kvm-guest-to-host-escape/) |
Summary
New security advisory blog post: CVE-2026-43499 ("GhostLock") is a Linux kernel local privilege escalation. Cozystack is not exposed by design, and the fix is the same Talos v1.13.6 upgrade that closes Januscape (CVE-2026-53359) and CVE-2026-46113.
What
Why
Third kernel CVE this week; operators need a clear, factual exposure statement plus the single upgrade that resolves all three.
Preview
Page bundle at
content/en/blog/2026-07-14-cve-2026-43499-ghostlock-cozystack-exposure-assessment/with social-card image and SEO frontmatter. Depends on / cross-links PR #612.