Update dependency apache-airflow-providers-google to v22 [SECURITY] - #14577
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the apache-airflow-providers-google dependency version in requirements.txt from 21.3.0 to 22.2.1. The reviewer noted that the corresponding constraints.txt file should also be updated to match this new version to prevent potential installation conflicts.
| # see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files | ||
| apache-airflow==3.2.1; python_version >= "3.10" | ||
| apache-airflow-providers-google==21.3.0; python_version >= "3.10" | ||
| apache-airflow-providers-google==22.2.1; python_version >= "3.10" |
Contributor
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==21.3.0→==22.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Apache Airflow Google provider allows path traversal through GCS object names
CVE-2026-49297 / GHSA-v3mh-27qj-w836
More information
Details
Apache Airflow's Google provider operators
GCSToSFTPOperatorandGCSTimeSpanFileTransformOperatorjoined GCS object names returned by the bucket listing API directly to a destination filesystem path without normalisation or containment check. A user with write access to the source GCS bucket (typically a different trust principal than the DAG author — partner uploads, ingest-only service accounts, public-data buckets) could create an object whose name contains..segments and cause the DAG run to write the downloaded blob outside the configured destination (the SFTPdestination_pathforGCSToSFTPOperator; the worker-local temp directory forGCSTimeSpanFileTransformOperator), enabling overwrite of arbitrary files on the SFTP server or the worker host. Affects deployments that ingest from buckets writable by less-trusted principals. Users are advised to upgrade toapache-airflow-providers-google22.2.1 or later.Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.