VulncastBriefing archive

Daily Brief - 2026-09-20

· 4 vulnerabilities · 5 min listen

▶ Listen to this briefing

CVE-2026-84434

critical · CVSS 9.8 · Gravity Forms

The Gravity Forms plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 3.1.0.4 via the upload_file function. This is due to a mismatch between the field validation pipeline and the file persistence pipeline, where hidden file upload fields bypass extension validation and a rejected file's intact upload state is later passed to upload_file() without re-validation. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. Exploitation requires the targeted form to contain a File Upload field with its Visibility set to 'Hidden'; the vulnerability is reachable by unauthenticated attackers on any publicly accessible form meeting this condition.

  • Arbitrary File Upload
  • Remote Code Execution
  • php
  • web application
  • cms

CVE-2026-93991

high · CVSS 7.7 · Argo Workflows

Argo Workflows versions 4.1.0 through 4.1.3 contain an authorization bypass vulnerability in ListArchivedWorkflows that fails to apply cluster-scoped access review when the metadata.namespace field selector uses the NotEquals operator. Attackers with namespace-scoped list permissions can use a negated namespace field selector to retrieve archived workflows from all other namespaces, exposing spec arguments, parameter values, and annotations.

  • Authorization Bypass
  • kubernetes
  • workflow engine

CVE-2026-94001

medium · CVSS 6.5 · Keycloak

A flaw was found in the Admin REST API of Keycloak, an open-source identity and access management solution. The endpoint used for deleting user credentials does not correctly check for fine-grained reset-password permissions. This allows a delegated administrator, who should be restricted from resetting passwords, to delete a user's password credentials, resulting in the user being unable to log in.

  • Authorization Bypass
  • identity management
  • rest api

CVE-2026-94054

high · CVSS 7 · Exim

Exim before 4.100.1, when Proxy-Protocol is used with an attacker-controlled proxy, has an out-of-bounds write.

  • Out Of Bounds Write
  • mail server