Apache Airflow 버전 1.10.10 이하에서 문제가 발견되었습니다. Airflow와 함께 제공되는 예제 DAG 중 하나에서 원격 코드/명령 삽입 취약점이 발견되었으며, 이를 통해 인증된 모든 사용자가 airflow worker/scheduler를 실행하는 사용자의 권한으로 임의의 명령을 실행할 수 있습니다. 어느 쪽인지는 사용 중인 executor에 따라 달라집니다. 구성에서 load_examples=False를 설정하여 예제를 이미 비활성화했다면 이 취약점의 영향을 받지 않습니다.
Apache Airflow 버전 1.10.10 이하에서 문제가 발견되었습니다. Airflow와 함께 제공되는 예제 DAG 중 하나에서 원격 코드/명령 삽입 취약점이 발견되었으며, 이를 통해 인증된 모든 사용자가 airflow worker/scheduler를 실행하는 사용자의 권한으로 임의의 명령을 실행할 수 있습니다. 어느 쪽인지는 사용 중인 executor에 따라 달라집니다. 구성에서 load_examples=False를 설정하여 예제를 이미 비활성화했다면 이 취약점의 영향을 받지 않습니다.
한국어 설명은 영문 원문을 기준으로 제공됩니다. 제품명·버전·보안 식별자는 아래 원문과 함께 확인할 수 있습니다.
영문 원문 보기
An issue was found in Apache Airflow versions 1.10.10 and below. A remote code/command injection vulnerability was discovered in one of the example DAGs shipped with Airflow which would allow any authenticated user to run arbitrary commands as the user running airflow worker/scheduler (depending on the executor in use). If you already have examples disabled by setting load_examples=False in the config then you are not vulnerable.