Lucene search

K
hackeroneHappyhacking123H1:2144868
HistorySep 12, 2023 - 1:09 p.m.

Internet Bug Bounty: CVE-2023-40611: Apache Airflow Dag Runs Broken Access Control Vulnerability

2023-09-1213:09:15
happyhacking123
hackerone.com
17
apache airflow
vulnerability
authenticated users
unauthorized modification
dag run
access control
bugbounty

0.001 Low

EPSS

Percentile

41.8%

##Description:

Apache Airflow, versions before 2.7.1, is affected by a vulnerability that allows authenticated and DAG-view authorized Users to modify some DAG run detail values when submitting notes. This could have them alter details such as configuration parameters, start date, etc.

Users should upgrade to version 2.7.1 or later which has removed the vulnerability.

##Vulnerability Exploitation:

1.Select Browse–>DAG Runs, we can see the Dag Run list.

{F2691945}

2.Select a Dag, and edit it.

{F2691944}

  1. We can see that the Conf parameter text box is gray and cannot be edited. The current user does not have permission to modify the Conf value.

{F2691946}

4.Click Save to intercept the request message and modify the parameter value of Conf to “1111111111111”.

{F2691948}

5.Successfully modified beyond permission.

{F2691947}

Impact

Broken Access Control

0.001 Low

EPSS

Percentile

41.8%