{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-45737",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-13T06:54:34.219Z",
        "datePublished": "2026-07-15T20:00:46.998Z",
        "dateUpdated": "2026-07-16T19:14:44.711Z"
    },
    "containers": {
        "cna": {
            "title": "Argo CD: Kubernetes Secret Extraction via ArgoCD ServerSideDiff via sensitive annotations",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-200",
                            "lang": "en",
                            "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-212",
                            "lang": "en",
                            "description": "CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "HIGH",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 6.3,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "LOW",
                        "scope": "CHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-rg3g-4rw9-gqrp",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-rg3g-4rw9-gqrp"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/commit/7879e6322465080a82d152bf00f2b92e0f36c658",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/commit/7879e6322465080a82d152bf00f2b92e0f36c658"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/commit/87e9148320749693624d08e3d6fa2cc217c672a0",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/commit/87e9148320749693624d08e3d6fa2cc217c672a0"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/commit/ac11bec9986807adc8886ef1181eced7347ef5c6",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/commit/ac11bec9986807adc8886ef1181eced7347ef5c6"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/commit/bcb4298afc9fcff5f5d69f4e1db2d0a75983f42c",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/commit/bcb4298afc9fcff5f5d69f4e1db2d0a75983f42c"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/releases/tag/v3.2.12",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/releases/tag/v3.2.12"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/releases/tag/v3.3.10",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/releases/tag/v3.3.10"
                },
                {
                    "name": "https://github.com/argoproj/argo-cd/releases/tag/v3.4.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/argoproj/argo-cd/releases/tag/v3.4.2"
                }
            ],
            "affected": [
                {
                    "vendor": "argoproj",
                    "product": "argo-cd",
                    "versions": [
                        {
                            "version": ">= 3.2.0, < 3.2.12",
                            "status": "affected"
                        },
                        {
                            "version": ">= 3.3.9, < 3.3.10",
                            "status": "affected"
                        },
                        {
                            "version": ">= 3.4.1, < 3.4.2",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-07-15T20:00:46.998Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. From 3.2.0 until 3.2.12, 3.3.10, and 3.4.2, Argo CD ServerSideDiff can expose Kubernetes Secret values embedded in the kubectl.kubernetes.io/last-applied-configuration annotation because HideSecretData(target, live, ...) does not fully sanitize ResourceDiff.TargetState and LiveState predicted live Secret objects, allowing sensitive data, stringData, and annotations to appear in UI or CLI diffs. This issue is fixed in versions 3.2.12, 3.3.10, and 3.4.2."
                }
            ],
            "source": {
                "advisory": "GHSA-rg3g-4rw9-gqrp",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "references": [
                    {
                        "url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-rg3g-4rw9-gqrp",
                        "tags": [
                            "exploit"
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-07-16T19:14:28.622751Z",
                                "id": "CVE-2026-45737",
                                "options": [
                                    {
                                        "Exploitation": "poc"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-07-16T19:14:44.711Z"
                }
            }
        ]
    }
}