Live Cloud Security Brief for July 29, 2026: IAM, Managed Services, and Exposure

Live Cloud Security Brief for July 29, 2026: IAM, Managed Services, and Exposure

Current cloud security developments for managed services, IAM, public exposure, containers, workload identity, and provider-side advisories.

Cloud control-plane view

Cloud risk depends on both provider updates and tenant configuration. Teams need to distinguish platform-side fixes from customer actions involving IAM, network exposure, images, service accounts, and logging.

For July 29, 2026, the lead development is CVE-2026-50570: Fission: Incomplete capability denylist in Environment/Function PodSpec validation allows tenant-added CAP_SYS_TIME and cross-tenant node wall-clock corruption. Start by confirming where GitHub Advisory Database github.com/fission/fission is deployed, who owns it, and whether the affected path is reachable. The remaining items below add the product-specific context needed to turn the headline into an owned security decision.

Service and workload developments

CVE-2026-50570: Fission: Incomplete capability denylist in Environment/Function PodSpec validation allows tenant-added CAP_SYS_TIME and cross-tenant node wall-clock corruption

GitHub Advisory Database | July 29, 2026 | HIGH | CVSS 8.5 | GitHub Advisory Database github.com/fission/fission

Fission v1.24.0 added PodSpec safety validation for tenant-facing Environment and Function CRDs (`ValidatePodSpecSafety` / `ValidateContainerSafety` admission webhook + `sanitizeContainerSecurityContext` executor merge layer), but the capability check was implemented as a fixed **denylist of six Linux capabilities** (SYS_ADMIN, NET_ADMIN, SYS_PTRACE, SYS_MODULE, DAC_READ_SEARCH, DAC_OVERRIDE). The denylist omitted **CAP_SYS_TIME**, among others. As a result, a tenant who could create a Function…

Why it matters: GitHub Advisory Database github.com/fission/fission may be embedded across servers, containers, appliances, and administration hosts. Package installation alone does not prove that the corrected code is running.

What to verify: Compare distribution package versions, identify the loaded kernel or library, plan required service restarts or reboots, and validate workload health after the change.

Operational focus: Confirm whether the provider has remediated the platform or whether tenant configuration remains exposed.

Open the original GitHub Advisory Database record

CVE-2026-50569: Fission: HTTPTrigger admission omits RelativeURL / Prefix validation; kubectl apply bypasses CLI checks

GitHub Advisory Database | July 29, 2026 | MEDIUM | CVSS 4.3 | GitHub Advisory Database github.com/fission/fission

`HTTPTriggerSpec.Validate()` validated `Methods`, `FunctionReference`, `Host`, `IngressConfig`, and `CorsConfig`, but silently skipped `RelativeURL` and `Prefix`. Those two fields were validated at the CLI level only (`pkg/fission-cli/cmd/httptrigger/create.go:83`). The post-CRD-modernization webhook for HTTPTrigger was retired in favor of API-server CEL — and CEL had no rules on those fields either — so an HTTPTrigger created via `kubectl apply` or a direct…

Why it matters: GitHub Advisory Database github.com/fission/fission participates in the path from source code to production. A weakness can inherit runner permissions, build secrets, trusted artifacts, or deployment access.

What to verify: Trace untrusted input through pull requests and jobs, review token scope, isolate runners, pin trusted dependencies, and rebuild affected artifacts after remediation.

Operational focus: Review public endpoints, privileged identities, service accounts, and cross-account trust.

Open the original GitHub Advisory Database record

CVE-2026-57510: SuperPlane before 0.27.0 contains a broken object-level authorization vulnerability in the CanvasService…

NIST National Vulnerability Database | July 29, 2026 | HIGH | CVSS 8.8

SuperPlane before 0.27.0 contains a broken object-level authorization vulnerability in the CanvasService gRPC handlers that allows authenticated users with viewer-level access to one organization to access resources belonging to other organizations by supplying arbitrary canvas or queue UUIDs without organization scoping. Attackers can read cross-tenant execution history and event payloads containing sensitive secrets, write queue items and canvas…

Why it matters: CVE-2026-57510 can involve both provider-managed software and tenant-owned identity or exposure settings. Those responsibilities must be separated before the finding can be closed.

What to verify: Check affected accounts and regions, public endpoints, identity paths, workload images, provider status, and centralized audit logs that prove the repaired control is active.

Continue reading the full briefing.

Corrections and tips

Need to add context to this briefing?

Send corrections, security tips, source updates, or collaboration notes through the contact page so the editorial team can review them properly.

Contact InfoSecNexus