Improper Authentication Affecting airflow-3 package, versions <3.2.2-r10


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.14% (5th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-WOLFILATEST-AIRFLOW3-17816166
  • published4 Jul 2026
  • disclosed17 Jul 2026

Introduced: 4 Jul 2026

NewCVE-2026-49852  (opens in a new tab)
CWE-287  (opens in a new tab)
CWE-326  (opens in a new tab)
CWE-1391  (opens in a new tab)

How to fix?

Upgrade Wolfi airflow-3 to version 3.2.2-r10 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream airflow-3 package and not the airflow-3 package as distributed by Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption (JOSE) standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign and HMACAlgorithm.verify in src/joserfc/_rfc7518/jws_algs.py pass the output of OctKey.get_op_key(...) to hmac.new(...) and OctKey.import_key in src/joserfc/_rfc7518/oct_key.py only emits a SecurityWarning for keys shorter than 14 bytes without rejecting zero-length input. This issue is fixed in version 1.6.8.