PatchDayAlert
Daily Digest · 2 min read · 4 CVEs · Issue 92 By PatchDayAlert

Pake desktop wrapper lets attackers write files anywhere on disk

A path traversal bug in Pake's download_file command (CVSS 8.8) gives attackers a straight line to persistence on macOS, Linux, and Windows. Also: pac4j shipped two broken auth checks, and iFlytek's astron-agent leaks workflows across tenants.

Patch now
0
Within 24h
3
This week
1
Exploited
0
PakeTauriWindowsMacOSLinuxPac4jPac4j OidcKeycloakPac4j CoreIFlytekAstron Agent

Nothing on fire, but don't sleep on these. Pake has a path traversal bug (CVE-2026-82635, CVSS 8.8) that lets an attacker drop persistent payloads through its download_file command, and two pac4j releases shipped with broken authorization logic. Four patches total, no exploitation in the wild yet.


Today's CVEs

Sorted by urgency

02

CVE-2026-82461

NVD
8.1
CVSS
Patch within 24h HIGH
Pac4jPac4j OidcKeycloakLinuxWindows

pac4j-oidc before 6.5.6 never actually verifies access token signatures, issuers, audiences, or expiry when it extracts Keycloak roles. An attacker can forge an access token stuffed with admin roles, pair it with a legitimately obtained ID token, and your app will trust those roles. If you rely on pac4j for role-based access control with Keycloak, your authorization checks are effectively bypassed.

Affected estate
Java/JVM developers and operators running apps that use pac4j-oidc with Keycloak for role-based authorization
How to check
Check your Maven or Gradle dependency tree for pac4j-oidc. Versions below 6.5.6 are vulnerable.
Included because
CVSS 8.1; authentication/authorization bypass; forged tokens accepted; common OIDC library
Action
Upgrade pac4j-oidc to 6.5.6+, redeploy, and review access logs for suspicious role claims.
Why it matters
Attackers can forge access tokens with arbitrary roles and bypass your authorization checks entirely.

Evidence trail

03

CVE-2026-82463

NVD
8.1
CVSS
Patch within 24h HIGH
Pac4jPac4j CoreLinuxWindows

pac4j-core before 6.5.6 has the authorization logic in CheckProfileTypeAuthorizer backwards. It approves profiles that should be rejected and rejects ones that should be approved. An attacker can authenticate through a weaker auth client and still access resources that require a stronger profile type. If you use pac4j's profile type checking to enforce step-up or multi-factor gating, it's not working.

Affected estate
Java/JVM developers and operators running apps that use pac4j-core's CheckProfileTypeAuthorizer for tiered or step-up authentication
How to check
Check your Maven or Gradle dependency tree for pac4j-core. Versions below 6.5.6 are vulnerable. Search your codebase for CheckProfileTypeAuthorizer usage.
Included because
CVSS 8.1; authentication bypass; inverted authorization logic; common auth library
Action
Upgrade pac4j-core to 6.5.6+, redeploy, and run integration tests confirming that weaker profiles are correctly denied.
Why it matters
The reversed logic means your step-up or strong-auth gates are open to anyone with a basic session.

Evidence trail

04

CVE-2026-82475

NVD
8.1
CVSS
Patch this week HIGH
IFlytekAstron Agent

iFlytek's astron-agent (through 1.1.1) doesn't check workflow ownership on the copyFlow endpoint. Any authenticated user can enumerate workflow IDs and either overwrite another tenant's workflows or copy private ones to read their definitions. This is a multi-tenant isolation failure: one tenant can tamper with or steal another tenant's workflow logic.

Affected estate
Teams running iFlytek astron-agent 1.1.1 or earlier in multi-tenant environments
How to check
Confirm your astron-agent version. If you're on 1.1.1 or below, the copyFlow endpoint lacks ownership validation.
Included because
CVSS 8.1; multi-tenant authorization bypass; authenticated but low-complexity attack
Action
Upgrade when a fix is released. In the meantime, block or restrict the copyFlow API endpoint at the reverse proxy or API gateway layer.
Why it matters
Authenticated users can overwrite or exfiltrate other tenants' workflows, breaking tenant isolation.

Evidence trail


One email, every Wednesday morning.

Subscribe