LiveActive security incident?Get immediate response
CVE Record

CVE-2022-46651: Apache Airflow: Security vulnerability on AirFlow Connections

Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an unauthorized actor to gain access to sensitive information in Connection edit view. This vulnerability is considered low since it requires someone with access to Connection resources specifically updating the connection to exploit it. Users should upgrade to version 2.6.3 or later which has removed the vulnerability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Apache Airflow before 2.6.3 could expose sensitive connection information in the Connection edit view. The issue is low urgency because exploitation requires access to Connection resources and specifically updating a connection, but it still matters where Airflow stores production credentials or tokens.

Executive priority

Treat this as a controlled remediation item, not an emergency. Prioritize quickly where Airflow stores production credentials, cloud keys, database passwords, or other high-impact secrets.

Technical view

CVE-2022-46651 is an information disclosure issue in Apache Airflow Connections. Public sources identify versions before 2.6.3 as affected and state that 2.6.3 removed the vulnerability. The CVE maps to CWE-200. No CVSS score is provided in the source bundle.

Likely exposure

Exposure is most likely in Apache Airflow deployments earlier than 2.6.3 where users or service accounts can access and update Connection resources.

Exploitation context

The sources do not report active exploitation, and the CVE is not listed as KEV. The vendor description says exploitation requires access to Connection resources and updating a connection, limiting likely abuse to authenticated or otherwise privileged contexts.

Researcher notes

Evidence is limited to the CVE record, Apache advisory, and patch reference. Public sources do not provide a CVSS vector, detailed exploit path, or proof of exploitation. Avoid assuming broader access than Connection-resource update permissions.

Mitigation direction

  • Upgrade Apache Airflow to version 2.6.3 or later.
  • Review Apache guidance for any environment-specific remediation notes.
  • Restrict Connection resource access to users with operational need.
  • Audit sensitive Airflow Connections for exposed or rotated secrets.

Validation and detection

  • Inventory deployed Apache Airflow versions across environments.
  • Confirm every instance is running Airflow 2.6.3 or later.
  • Review users and roles with Connection edit or update access.
  • Check recent Connection update activity for unexpected changes.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-46651 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache Airflow0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.