CVE & CISA-KEV Catalog

CVE-2024-22424

HIGH
8.3
CVSS v3
NVD

Description

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. The Argo CD API prior to versions 2.10-rc2, 2.9.4, 2.8.8, and 2.7.15 are vulnerable to a cross-server request forgery (CSRF) attack when the attacker has the ability to write HTML to a page on the same parent domain as Argo CD. A CSRF attack works by tricking an authenticated Argo CD user into loading a web page which contains code to call Argo CD API endpoints on the victim’s behalf. For example, an attacker could send an Argo CD user a link to a page which looks harmless but in the background calls an Argo CD API endpoint to create an application running malicious code. Argo CD uses the “Lax” SameSite cookie policy to prevent CSRF attacks where the attacker controls an external domain. The malicious external website can attempt to call the Argo CD API, but the web browser will refuse to send the Argo CD auth token with the request. Many companies host Argo CD on an internal subdomain. If an attacker can place malicious code on, for example, https://test.internal.example.com/, they can still perform a CSRF attack. In this case, the “Lax” SameSite cookie does not prevent the browser from sending the auth cookie, because the destination is a parent domain of the Argo CD API. Browsers generally block such attacks by applying CORS policies to sensitive requests with sensitive content types. Specifically, browsers will send a “preflight request” for POSTs with content type “application/json” asking the destination API “are you allowed to accept requests from my domain?” If the destination API does not answer “yes,” the browser will block the request. Before the patched versions, Argo CD did not validate that requests contained the correct content type header. So an attacker could bypass the browser’s CORS check by setting the content type to something which is considered “not sensitive” such as “text/plain.” The browser wouldn’t send the preflight request, and Argo CD would happily accept the contents (which are actually still JSON) and perform the requested action (such as running malicious code). A patch for this vulnerability has been released in the following Argo CD versions: 2.10-rc2, 2.9.4, 2.8.8, and 2.7.15. The patch contains a breaking API change. The Argo CD API will no longer accept non-GET requests which do not specify application/json as their Content-Type. The accepted content types list is configurable, and it is possible (but discouraged) to disable the content type check completely. Users are advised to upgrade. There are no known workarounds for this vulnerability.

How to fix

Remediation Available
openshift-gitopsRocky
Fixed in:1/argocd-rhel8@sha256:9dd0b0138b8791e0f233242d0eb92f95326799339eea31c3874b7ed168b5d862_arm64RHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:736e44bfa058eb2daa436d657def53198269b1017e0a4f188ce3361ded6289ea_amd64RHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:553cce4966543b941e25502d6bd6f206e16ff6719c6293c928427551032ea39f_amd64RHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:07a4fa68489c0c0a9146a86d459467b572701e90615ac464aef0bd004c023e35_arm64RHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:1cd5828e815804cd263b03943845d86b50af6e83e50862a2f9afa5d68502df45_arm64RHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:6a5b94652937a1e328f2a696ec16a9f6cd46e3f9d80c0e37d2b8a65a3f6b7c94_arm64RHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:84974ed36e68173fc02e18159240b019cc0fbf9409e99e32ca9138750f0a03b3_s390xRHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:62982ae8c97406319475b6ecac08405103647fa260d1d8ffb615c10ed96e9823_s390xRHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:5533770b712f4be8cbeb9e9333d6ca965f3399b2f95000ec25b79e15cb3d2488_s390xRHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:1cca6eda59e4ed1d409aa0ef039b524e58412422cc1f492c2bc515f5905ed516_arm64RHSA-2024:0691
Fixed in:1/gitops-rhel8@sha256:84b7f4574e1b0dd6df243c0d0f2cb0fbee7c86b85ba377e800f8381ed283391e_ppc64leRHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:5a446497a5e9ea9e9ee6501e0664c22b410d8eaa8bf32c6b57e11a8a34dc534e_arm64RHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:c80e9ddfe27033af92d26aa16da7a2211bdca4a17d2d08adb6bb79aed39e693c_arm64RHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:1072c8b7c1563b5b7c7eb29119ec97765c3e0dad267ad8800b8146cbe7336cc6_s390xRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:1e6c0ade5679cef406fa40d60dbe33d43cee40c63cc26340cf134fd6f27bbf2f_ppc64leRHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:0e589b8414b025e6bcbfba17590341c2143115885dcef479e8e68ac929ae3820_s390xRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:962c98496645544fba458f5862aa4bc8abf43c6c95021127c75a7f9f3a64aab0_s390xRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:e96c6e5d7bf4ffc828a463e4f8f48f661ca8af5487de4ecbedba1e818933aebb_amd64RHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:ef48a70c736ca8e34f47ed22faea4661dbbee4599ea2ee3eecfb5a8b36c7cf28_amd64RHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:de3c81e23a61b2b646f4849c0a8df96b42e0de1a702fc3e7c2fc534ac7a7779c_s390xRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:521c08653c7792317e5872c306b4e276da0d55237b9a7fa5c7ff615def846a61_amd64RHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:60b93bcaf87c4b277bbfc18a920d246363452e0f5b1156333312e5b737bbf381_amd64RHSA-2024:0691
Fixed in:1/gitops-rhel8@sha256:1bc463cbb8c066e703a3530b8a401f32e7414a426653099a2111a29bfac7c359_s390xRHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:d297786472ffc986eb8f8a4868fb6a8c49c4361139482579a78323acc71ba3fb_s390xRHSA-2024:0689
Fixed in:1/dex-rhel8@sha256:14e6353f7e5aaec49c035ed9c03665c89629f442ba3eab09ef58032f884cfe5b_ppc64leRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:f4b555a9c81f7472e140a0590f4817f2da4152c90d62d7e4a49c3b9d8b21ea4b_ppc64leRHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:218da32ea9eb21533976f1d8348b46e64a878e2703e562e33e3b43a57c81a2e1_ppc64leRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:e435887e2da375262c6fc0176d6cebe3375ea2fbe1a086b035d84f61ecb1955e_ppc64leRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:8fc8c324c3f9671dbb6102676fa11c3e5dbab5cb491ba83fbe31c203b2c87e58_ppc64leRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:d87f8baf652171fc9bae7818f9de36412f01bd3c0b4c32cbe6da56376d9cbb1e_ppc64leRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:a8aab064c6d0198eab3e103d7f53789c882285b3770f08ebe634d95375a0e1a8_amd64RHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:3ce832faf77207d00b943ab2ed51dbd5c79e988fc9dea8783090b287dd20849b_amd64RHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:8d4868feea21ebb9f1d4a3219d876f9389fa94b4d8e4dd85356f38e2a7135f8c_amd64RHSA-2024:0689
Fixed in:1/dex-rhel8@sha256:897dd9a0a82aa69f2f199133d2e2c02c3b3572ff77de69da5ea09041f6d986fe_ppc64leRHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:f0a3e008e266c48c909b29721c3ae69eecd73d5582b801fea1b393dee40e6b72_arm64RHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:59224fd2a6ff599816448c5115f85ffd625c9e36c56c71ad0a9770b2d84e284b_arm64RHSA-2024:0689
openshift-gitopsRed Hat / RHEL
Fixed in:1/dex-rhel8@sha256:de3c81e23a61b2b646f4849c0a8df96b42e0de1a702fc3e7c2fc534ac7a7779c_s390xRHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:8d4868feea21ebb9f1d4a3219d876f9389fa94b4d8e4dd85356f38e2a7135f8c_amd64RHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:1bc463cbb8c066e703a3530b8a401f32e7414a426653099a2111a29bfac7c359_s390xRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:3ce832faf77207d00b943ab2ed51dbd5c79e988fc9dea8783090b287dd20849b_amd64RHSA-2024:0689
Fixed in:1/dex-rhel8@sha256:a8aab064c6d0198eab3e103d7f53789c882285b3770f08ebe634d95375a0e1a8_amd64RHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:d297786472ffc986eb8f8a4868fb6a8c49c4361139482579a78323acc71ba3fb_s390xRHSA-2024:0689
Fixed in:1/dex-rhel8@sha256:14e6353f7e5aaec49c035ed9c03665c89629f442ba3eab09ef58032f884cfe5b_ppc64leRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:f4b555a9c81f7472e140a0590f4817f2da4152c90d62d7e4a49c3b9d8b21ea4b_ppc64leRHSA-2024:0689
Fixed in:1/argocd-rhel8@sha256:e435887e2da375262c6fc0176d6cebe3375ea2fbe1a086b035d84f61ecb1955e_ppc64leRHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:0e589b8414b025e6bcbfba17590341c2143115885dcef479e8e68ac929ae3820_s390xRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:962c98496645544fba458f5862aa4bc8abf43c6c95021127c75a7f9f3a64aab0_s390xRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:e96c6e5d7bf4ffc828a463e4f8f48f661ca8af5487de4ecbedba1e818933aebb_amd64RHSA-2024:0691
Fixed in:1/gitops-rhel8@sha256:5a446497a5e9ea9e9ee6501e0664c22b410d8eaa8bf32c6b57e11a8a34dc534e_arm64RHSA-2024:0691
Fixed in:1/gitops-rhel8@sha256:521c08653c7792317e5872c306b4e276da0d55237b9a7fa5c7ff615def846a61_amd64RHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:60b93bcaf87c4b277bbfc18a920d246363452e0f5b1156333312e5b737bbf381_amd64RHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:897dd9a0a82aa69f2f199133d2e2c02c3b3572ff77de69da5ea09041f6d986fe_ppc64leRHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:218da32ea9eb21533976f1d8348b46e64a878e2703e562e33e3b43a57c81a2e1_ppc64leRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:c80e9ddfe27033af92d26aa16da7a2211bdca4a17d2d08adb6bb79aed39e693c_arm64RHSA-2024:0691
Fixed in:1/gitops-rhel8@sha256:84b7f4574e1b0dd6df243c0d0f2cb0fbee7c86b85ba377e800f8381ed283391e_ppc64leRHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:8fc8c324c3f9671dbb6102676fa11c3e5dbab5cb491ba83fbe31c203b2c87e58_ppc64leRHSA-2024:0691
Fixed in:1/dex-rhel8@sha256:d87f8baf652171fc9bae7818f9de36412f01bd3c0b4c32cbe6da56376d9cbb1e_ppc64leRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:1e6c0ade5679cef406fa40d60dbe33d43cee40c63cc26340cf134fd6f27bbf2f_ppc64leRHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:ef48a70c736ca8e34f47ed22faea4661dbbee4599ea2ee3eecfb5a8b36c7cf28_amd64RHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:736e44bfa058eb2daa436d657def53198269b1017e0a4f188ce3361ded6289ea_amd64RHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:1cca6eda59e4ed1d409aa0ef039b524e58412422cc1f492c2bc515f5905ed516_arm64RHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:553cce4966543b941e25502d6bd6f206e16ff6719c6293c928427551032ea39f_amd64RHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:07a4fa68489c0c0a9146a86d459467b572701e90615ac464aef0bd004c023e35_arm64RHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:1cd5828e815804cd263b03943845d86b50af6e83e50862a2f9afa5d68502df45_arm64RHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:6a5b94652937a1e328f2a696ec16a9f6cd46e3f9d80c0e37d2b8a65a3f6b7c94_arm64RHSA-2024:0692
Fixed in:1/dex-rhel8@sha256:84974ed36e68173fc02e18159240b019cc0fbf9409e99e32ca9138750f0a03b3_s390xRHSA-2024:0692
Fixed in:1/gitops-rhel8@sha256:62982ae8c97406319475b6ecac08405103647fa260d1d8ffb615c10ed96e9823_s390xRHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:5533770b712f4be8cbeb9e9333d6ca965f3399b2f95000ec25b79e15cb3d2488_s390xRHSA-2024:0692
Fixed in:1/argocd-rhel8@sha256:1072c8b7c1563b5b7c7eb29119ec97765c3e0dad267ad8800b8146cbe7336cc6_s390xRHSA-2024:0691
Fixed in:1/argocd-rhel8@sha256:9dd0b0138b8791e0f233242d0eb92f95326799339eea31c3874b7ed168b5d862_arm64RHSA-2024:0689
Fixed in:1/gitops-rhel8@sha256:59224fd2a6ff599816448c5115f85ffd625c9e36c56c71ad0a9770b2d84e284b_arm64RHSA-2024:0689
Fixed in:1/dex-rhel8@sha256:f0a3e008e266c48c909b29721c3ae69eecd73d5582b801fea1b393dee40e6b72_arm64RHSA-2024:0689
openshift-gitops-1/argoRed Hat / RHEL
Fixed in:rollouts-rhel8@sha256:0f7bfd12844a8a085389f1e83710771bbb773c45b4831db097baf3f9ee6fbfea_amd64RHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:bf88a002fcc9d1780b9a82595181f4425f14937d9117e6f5793d41695e400ebc_arm64RHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:c3d3b382770538d7388bf23a10b1915f8fc254b9f76d18751089028a0ec947ff_s390xRHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:e259d73120a0611fbabdc93b4ee9a49eee6e8fa60841a4b7398b536a34bea5a9_amd64RHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:34d14cedc2ecd941f1ad4d38bce019a723283d78add071ff4d36e85a10815e2a_ppc64leRHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:21f91c0f956e36a606219a73369103070ad6f9bff92a0af6ab152f93630197d0_arm64RHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:a8dce9168cf03484a56aa862b7500bdb4a9e80a1ecd204fffa55f54909f487b2_amd64RHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:13c7dfadcd85576a2f79d704e28f2c916286464b806ce3328024281244423b01_ppc64leRHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:6e7f6b372256c39b5a74810a491965ad1a89105f88e5f55ca3191afd930838ce_s390xRHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:0d7f359ac63b8a4409990cfe083ca23a108fd3f6ea8d1bd36c6566181d9dcd8a_s390xRHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:176051467cd043fb8be19f955774b7d86db1e8e04c2b696fdba1f2bf38607ba2_arm64RHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:e01da16ac5214203a64214949fc6cfc594dd2ba7735e4b87164307d49826b06d_ppc64leRHSA-2024:0692
openshift-gitops-1/argoRocky
Fixed in:rollouts-rhel8@sha256:bf88a002fcc9d1780b9a82595181f4425f14937d9117e6f5793d41695e400ebc_arm64RHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:c3d3b382770538d7388bf23a10b1915f8fc254b9f76d18751089028a0ec947ff_s390xRHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:e259d73120a0611fbabdc93b4ee9a49eee6e8fa60841a4b7398b536a34bea5a9_amd64RHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:34d14cedc2ecd941f1ad4d38bce019a723283d78add071ff4d36e85a10815e2a_ppc64leRHSA-2024:0691
Fixed in:rollouts-rhel8@sha256:21f91c0f956e36a606219a73369103070ad6f9bff92a0af6ab152f93630197d0_arm64RHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:a8dce9168cf03484a56aa862b7500bdb4a9e80a1ecd204fffa55f54909f487b2_amd64RHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:13c7dfadcd85576a2f79d704e28f2c916286464b806ce3328024281244423b01_ppc64leRHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:6e7f6b372256c39b5a74810a491965ad1a89105f88e5f55ca3191afd930838ce_s390xRHSA-2024:0689
Fixed in:rollouts-rhel8@sha256:0d7f359ac63b8a4409990cfe083ca23a108fd3f6ea8d1bd36c6566181d9dcd8a_s390xRHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:176051467cd043fb8be19f955774b7d86db1e8e04c2b696fdba1f2bf38607ba2_arm64RHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:0f7bfd12844a8a085389f1e83710771bbb773c45b4831db097baf3f9ee6fbfea_amd64RHSA-2024:0692
Fixed in:rollouts-rhel8@sha256:e01da16ac5214203a64214949fc6cfc594dd2ba7735e4b87164307d49826b06d_ppc64leRHSA-2024:0692
openshift-gitops-1/consoleRocky
Fixed in:plugin-rhel8@sha256:6c7c372b36170681c7f86399412faab8a26803e906d8bd390ecc7fa3f8ef1285_s390xRHSA-2024:0689
Fixed in:plugin-rhel8@sha256:4175e60402edd252b70a8762606760174aecb0463987bc307e59e0f842dc7976_amd64RHSA-2024:0691
Fixed in:plugin-rhel8@sha256:a39ddb1efd87a6d2032b83aa4a0afa0f51b5d125d212bc341d59242448badec5_ppc64leRHSA-2024:0691
Fixed in:plugin-rhel8@sha256:d6d309447163c48e2b4760d6d1d53edba85d4c6a19d05a6f97e71d3ff6828ad8_ppc64leRHSA-2024:0689
Fixed in:plugin-rhel8@sha256:b7fa6ddd7db480c140c0915e2eace3bbe2908e6976c9c326ca3895c5e28a26ef_amd64RHSA-2024:0692
Fixed in:plugin-rhel8@sha256:aea44e2daf40038000892958f8b79698c1bef84384e7f5776b889d88c7c57735_arm64RHSA-2024:0689
Fixed in:plugin-rhel8@sha256:6a30cc9219b91d00524216523d1c45a4123b809c03a785d4ed4e20a8efc61e35_s390xRHSA-2024:0691
Fixed in:plugin-rhel8@sha256:d409129e5af678a5a8073b8a973556944c05701a6f8a1c128fb7613b6998b15c_s390xRHSA-2024:0692
Fixed in:plugin-rhel8@sha256:1cee897edd81a6074b9f419830bf827d26d57c2e92985ab173523fafd29d43d9_arm64RHSA-2024:0692
Fixed in:plugin-rhel8@sha256:32ce995c6dbdd506bff81400d41bc635a97a028d20ebdb19e59daa06225175ca_amd64RHSA-2024:0689
Fixed in:plugin-rhel8@sha256:6bc125652fcbe50f1a4e6b575e964ce32c79cdab0f2ac2f67e9823c99b5bb8cc_ppc64leRHSA-2024:0692
Fixed in:plugin-rhel8@sha256:f4dbcf9637738494a0906ab3da3e2935761ad2b1194a8f5797490b01523fa875_arm64RHSA-2024:0691
openshift-gitops-1/consoleRed Hat / RHEL
Fixed in:plugin-rhel8@sha256:32ce995c6dbdd506bff81400d41bc635a97a028d20ebdb19e59daa06225175ca_amd64RHSA-2024:0689
Fixed in:plugin-rhel8@sha256:aea44e2daf40038000892958f8b79698c1bef84384e7f5776b889d88c7c57735_arm64RHSA-2024:0689
Fixed in:plugin-rhel8@sha256:6a30cc9219b91d00524216523d1c45a4123b809c03a785d4ed4e20a8efc61e35_s390xRHSA-2024:0691
Fixed in:plugin-rhel8@sha256:d6d309447163c48e2b4760d6d1d53edba85d4c6a19d05a6f97e71d3ff6828ad8_ppc64leRHSA-2024:0689
Fixed in:plugin-rhel8@sha256:d409129e5af678a5a8073b8a973556944c05701a6f8a1c128fb7613b6998b15c_s390xRHSA-2024:0692
Fixed in:plugin-rhel8@sha256:6c7c372b36170681c7f86399412faab8a26803e906d8bd390ecc7fa3f8ef1285_s390xRHSA-2024:0689
Fixed in:plugin-rhel8@sha256:6bc125652fcbe50f1a4e6b575e964ce32c79cdab0f2ac2f67e9823c99b5bb8cc_ppc64leRHSA-2024:0692
Fixed in:plugin-rhel8@sha256:a39ddb1efd87a6d2032b83aa4a0afa0f51b5d125d212bc341d59242448badec5_ppc64leRHSA-2024:0691
Fixed in:plugin-rhel8@sha256:f4dbcf9637738494a0906ab3da3e2935761ad2b1194a8f5797490b01523fa875_arm64RHSA-2024:0691
Fixed in:plugin-rhel8@sha256:1cee897edd81a6074b9f419830bf827d26d57c2e92985ab173523fafd29d43d9_arm64RHSA-2024:0692
Fixed in:plugin-rhel8@sha256:b7fa6ddd7db480c140c0915e2eace3bbe2908e6976c9c326ca3895c5e28a26ef_amd64RHSA-2024:0692
Fixed in:plugin-rhel8@sha256:4175e60402edd252b70a8762606760174aecb0463987bc307e59e0f842dc7976_amd64RHSA-2024:0691
openshift-gitops-1/gitopsRocky
Fixed in:rhel8-operator@sha256:4b9fabb5a3b6dca56f224e949ed896ebda71e0a95f84eefa0513131e4fc7be13_arm64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:412d9d2eec7c05923183621f62da212af1d133f2945c61f07fff2e45a8a8d068_ppc64leRHSA-2024:0691
Fixed in:operator-bundle@sha256:068284fc4f37d48851394b4f966065cec1abb8b8f291f147a02d932f151bd5bd_amd64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:fbf6a44ccd0ea12d8d2e069203a5d7edcbb30e9724f781d43e3529fe0abb4798_arm64RHSA-2024:0691
Fixed in:rhel8-operator@sha256:7a459bb0e75f6fa50dad469f3cc4f0dae4f47c49aa30c7c5db7cd5d866dd3bbd_ppc64leRHSA-2024:0692
Fixed in:rhel8-operator@sha256:3effdb2fffcce607ceca00b06198b01377f5a3d504a23f0e4d797a41589ee5d5_amd64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:24957afa1e02946318a742bd0d8a952480eef95191a7042acf3bd2d5acaba1a4_s390xRHSA-2024:0692
Fixed in:operator-bundle@sha256:421fe7d0784d75becc79de029884306a0ec893e6dc73d437b206881e0905009b_amd64RHSA-2024:0689
Fixed in:rhel8-operator@sha256:2ae3ea80cba9cc322d4f964d3421bdc9bebf71021a08e617f76158a03629cbe0_amd64RHSA-2024:0689
Fixed in:rhel8-operator@sha256:3da9453e99b7515c0e23ceab208c98d26c98eadd521cb6c470d8b1b5eb7057e0_amd64RHSA-2024:0691
Fixed in:operator-bundle@sha256:27efa0ab1d9c69047a924bc1dcd2b56108f5f390a6da56afb6ab7a37cb4578e2_amd64RHSA-2024:0691
Fixed in:rhel8-operator@sha256:0df27fe434f68d063c32c7390f41048d2573e02b366537205a400286d4ae15ba_ppc64leRHSA-2024:0689
Fixed in:rhel8-operator@sha256:267cf736e84991fa65b1b6a6b579b356ec6b11ef0c0b85342713415d9c7a8b7f_s390xRHSA-2024:0689
Fixed in:rhel8-operator@sha256:b509f44121f29f65da9302ad916df9a6a65bb2e563c64f48f58347bd146a2960_s390xRHSA-2024:0691
Fixed in:rhel8-operator@sha256:f35539fa04f8bf697a1f24c5a7b0ad0f3b610b8bfcc658f7d48d5bba9f50176f_arm64RHSA-2024:0689
openshift-gitops-1/gitopsRed Hat / RHEL
Fixed in:rhel8-operator@sha256:24957afa1e02946318a742bd0d8a952480eef95191a7042acf3bd2d5acaba1a4_s390xRHSA-2024:0692
Fixed in:rhel8-operator@sha256:b509f44121f29f65da9302ad916df9a6a65bb2e563c64f48f58347bd146a2960_s390xRHSA-2024:0691
Fixed in:rhel8-operator@sha256:4b9fabb5a3b6dca56f224e949ed896ebda71e0a95f84eefa0513131e4fc7be13_arm64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:412d9d2eec7c05923183621f62da212af1d133f2945c61f07fff2e45a8a8d068_ppc64leRHSA-2024:0691
Fixed in:operator-bundle@sha256:068284fc4f37d48851394b4f966065cec1abb8b8f291f147a02d932f151bd5bd_amd64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:3effdb2fffcce607ceca00b06198b01377f5a3d504a23f0e4d797a41589ee5d5_amd64RHSA-2024:0692
Fixed in:rhel8-operator@sha256:0df27fe434f68d063c32c7390f41048d2573e02b366537205a400286d4ae15ba_ppc64leRHSA-2024:0689
Fixed in:rhel8-operator@sha256:3da9453e99b7515c0e23ceab208c98d26c98eadd521cb6c470d8b1b5eb7057e0_amd64RHSA-2024:0691
Fixed in:rhel8-operator@sha256:7a459bb0e75f6fa50dad469f3cc4f0dae4f47c49aa30c7c5db7cd5d866dd3bbd_ppc64leRHSA-2024:0692
Fixed in:operator-bundle@sha256:27efa0ab1d9c69047a924bc1dcd2b56108f5f390a6da56afb6ab7a37cb4578e2_amd64RHSA-2024:0691
Fixed in:operator-bundle@sha256:421fe7d0784d75becc79de029884306a0ec893e6dc73d437b206881e0905009b_amd64RHSA-2024:0689
Fixed in:rhel8-operator@sha256:2ae3ea80cba9cc322d4f964d3421bdc9bebf71021a08e617f76158a03629cbe0_amd64RHSA-2024:0689
Fixed in:rhel8-operator@sha256:fbf6a44ccd0ea12d8d2e069203a5d7edcbb30e9724f781d43e3529fe0abb4798_arm64RHSA-2024:0691
Fixed in:rhel8-operator@sha256:f35539fa04f8bf697a1f24c5a7b0ad0f3b610b8bfcc658f7d48d5bba9f50176f_arm64RHSA-2024:0689
Fixed in:rhel8-operator@sha256:267cf736e84991fa65b1b6a6b579b356ec6b11ef0c0b85342713415d9c7a8b7f_s390xRHSA-2024:0689
openshift-gitops-1/kamRocky
Fixed in:delivery-rhel8@sha256:6751faddc6fad904c7e9b72118fd90b9b3c818522e17f2bbd7acf99d2613f59a_arm64RHSA-2024:0691
Fixed in:delivery-rhel8@sha256:e955471c4ff57c9b5f7d2e1e305f2e74983eb5576486c469473af4ba93bc3bd5_arm64RHSA-2024:0689
Fixed in:delivery-rhel8@sha256:7eb085abd98c9e2ea3bea9a31dda02e852e425f743c57b829c1dea170d1840a8_ppc64leRHSA-2024:0691
Fixed in:delivery-rhel8@sha256:5777a3d9ed2eb64e12a2d148b4740dcd25a447998c547bb969fd62261f796431_amd64RHSA-2024:0689
Fixed in:delivery-rhel8@sha256:89b0829b7e0afb66e65b0aa8c60f4d8c3adaf1cd1a0cfc30034dc6937f9556b3_ppc64leRHSA-2024:0689
Fixed in:delivery-rhel8@sha256:dd6b5013139815f60509703f6fc414974451ad73f7c93f758a8e98bf487606b4_amd64RHSA-2024:0691
Fixed in:delivery-rhel8@sha256:123e2a5cd70d4762fe3debb90666413f19f327f9a9cff28f24103033c3faa9d1_s390xRHSA-2024:0689
Fixed in:delivery-rhel8@sha256:66f047335f44ca1fdd69f38002bceb3d01b972c293b8bfdb768e072cda2d1283_s390xRHSA-2024:0691
Fixed in:delivery-rhel8@sha256:32c8bf92454a20f6e0f7458f781acaa807f4943ad74b6c5d005db441166290b0_ppc64leRHSA-2024:0692
Fixed in:delivery-rhel8@sha256:194c7209f7423288d0a7d219165f367561356bc0f1a9dd08452e4e8b23d4d046_s390xRHSA-2024:0692
Fixed in:delivery-rhel8@sha256:9426722272fa084e9a65218e11b70ed80c7ce3a614a65f1b0d67b6820edc09de_arm64RHSA-2024:0692
Fixed in:delivery-rhel8@sha256:1cf22055695a55462fd1701f61fdea77162c6c601248b82ee4e688dfb76b1949_amd64RHSA-2024:0692
openshift-gitops-1/kamRed Hat / RHEL
Fixed in:delivery-rhel8@sha256:e955471c4ff57c9b5f7d2e1e305f2e74983eb5576486c469473af4ba93bc3bd5_arm64RHSA-2024:0689
Fixed in:delivery-rhel8@sha256:6751faddc6fad904c7e9b72118fd90b9b3c818522e17f2bbd7acf99d2613f59a_arm64RHSA-2024:0691
Fixed in:delivery-rhel8@sha256:194c7209f7423288d0a7d219165f367561356bc0f1a9dd08452e4e8b23d4d046_s390xRHSA-2024:0692
Fixed in:delivery-rhel8@sha256:9426722272fa084e9a65218e11b70ed80c7ce3a614a65f1b0d67b6820edc09de_arm64RHSA-2024:0692
Fixed in:delivery-rhel8@sha256:123e2a5cd70d4762fe3debb90666413f19f327f9a9cff28f24103033c3faa9d1_s390xRHSA-2024:0689
Fixed in:delivery-rhel8@sha256:1cf22055695a55462fd1701f61fdea77162c6c601248b82ee4e688dfb76b1949_amd64RHSA-2024:0692
Fixed in:delivery-rhel8@sha256:7eb085abd98c9e2ea3bea9a31dda02e852e425f743c57b829c1dea170d1840a8_ppc64leRHSA-2024:0691
Fixed in:delivery-rhel8@sha256:32c8bf92454a20f6e0f7458f781acaa807f4943ad74b6c5d005db441166290b0_ppc64leRHSA-2024:0692
Fixed in:delivery-rhel8@sha256:dd6b5013139815f60509703f6fc414974451ad73f7c93f758a8e98bf487606b4_amd64RHSA-2024:0691
Fixed in:delivery-rhel8@sha256:66f047335f44ca1fdd69f38002bceb3d01b972c293b8bfdb768e072cda2d1283_s390xRHSA-2024:0691
Fixed in:delivery-rhel8@sha256:89b0829b7e0afb66e65b0aa8c60f4d8c3adaf1cd1a0cfc30034dc6937f9556b3_ppc64leRHSA-2024:0689
Fixed in:delivery-rhel8@sha256:5777a3d9ed2eb64e12a2d148b4740dcd25a447998c547bb969fd62261f796431_amd64RHSA-2024:0689
openshift-gitops-1/mustRed Hat / RHEL
Fixed in:gather-rhel8@sha256:ee1aec3cfa415a2135797d4beb1795948c98ecdc0e568b9c6f8c3d8bc31eb1ae_amd64RHSA-2024:0692
Fixed in:gather-rhel8@sha256:595524a658d71e31dca3a58d0b88769e34a8283980744984ec4105460515bd81_arm64RHSA-2024:0692
Fixed in:gather-rhel8@sha256:623c6f082189daa2b4af5750acaaa856ece5926ba10e62f99678fe103239c124_s390xRHSA-2024:0691
Fixed in:gather-rhel8@sha256:1a02e5f8caffa0df5983e550b80440e33b4251cfe12307e0de7fdbbf68be6590_s390xRHSA-2024:0689
Fixed in:gather-rhel8@sha256:1f7304d7790306cabf52a938573f4d356e529f3317495ac724a75e4012ed387b_s390xRHSA-2024:0692
Fixed in:gather-rhel8@sha256:7de4cb6db7d0792022f92af68cb9ea7290b3b471ef298c27c0a890cf6847eab3_arm64RHSA-2024:0691
Fixed in:gather-rhel8@sha256:34659d09f4fa02893009641926ae256d21a6bf5632263719c488803bfaa261c4_ppc64leRHSA-2024:0692
Fixed in:gather-rhel8@sha256:32b44ea49cb194e826b2532ac3f11e0dcb7bbdf04cc2c4639590d610f9cf3d38_ppc64leRHSA-2024:0691
Fixed in:gather-rhel8@sha256:5a541be7dd4018fd8699be84cb43cc8d54777da835479a1e1afc63d4e790d046_amd64RHSA-2024:0689
Fixed in:gather-rhel8@sha256:430e3fac540059d04cf2862f1e8d9ea20803d4924f1a65861d2e40517c17a196_arm64RHSA-2024:0689
Fixed in:gather-rhel8@sha256:793f9cd70553423d340ce703ec639dca2bdb84748a2a0ec49477f602b9d2ef99_amd64RHSA-2024:0691
Fixed in:gather-rhel8@sha256:46cc40820920270b820cd33c3212fb0faa1654a534787cc20f4b25946da3f14a_ppc64leRHSA-2024:0689
openshift-gitops-1/mustRocky
Fixed in:gather-rhel8@sha256:7de4cb6db7d0792022f92af68cb9ea7290b3b471ef298c27c0a890cf6847eab3_arm64RHSA-2024:0691
Fixed in:gather-rhel8@sha256:595524a658d71e31dca3a58d0b88769e34a8283980744984ec4105460515bd81_arm64RHSA-2024:0692
Fixed in:gather-rhel8@sha256:623c6f082189daa2b4af5750acaaa856ece5926ba10e62f99678fe103239c124_s390xRHSA-2024:0691
Fixed in:gather-rhel8@sha256:1a02e5f8caffa0df5983e550b80440e33b4251cfe12307e0de7fdbbf68be6590_s390xRHSA-2024:0689
Fixed in:gather-rhel8@sha256:793f9cd70553423d340ce703ec639dca2bdb84748a2a0ec49477f602b9d2ef99_amd64RHSA-2024:0691
Fixed in:gather-rhel8@sha256:430e3fac540059d04cf2862f1e8d9ea20803d4924f1a65861d2e40517c17a196_arm64RHSA-2024:0689
Fixed in:gather-rhel8@sha256:46cc40820920270b820cd33c3212fb0faa1654a534787cc20f4b25946da3f14a_ppc64leRHSA-2024:0689
Fixed in:gather-rhel8@sha256:ee1aec3cfa415a2135797d4beb1795948c98ecdc0e568b9c6f8c3d8bc31eb1ae_amd64RHSA-2024:0692
Fixed in:gather-rhel8@sha256:5a541be7dd4018fd8699be84cb43cc8d54777da835479a1e1afc63d4e790d046_amd64RHSA-2024:0689
Fixed in:gather-rhel8@sha256:34659d09f4fa02893009641926ae256d21a6bf5632263719c488803bfaa261c4_ppc64leRHSA-2024:0692
Fixed in:gather-rhel8@sha256:32b44ea49cb194e826b2532ac3f11e0dcb7bbdf04cc2c4639590d610f9cf3d38_ppc64leRHSA-2024:0691
Fixed in:gather-rhel8@sha256:1f7304d7790306cabf52a938573f4d356e529f3317495ac724a75e4012ed387b_s390xRHSA-2024:0692

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityHigh
Privileges RequiredNone
User InteractionRequired
ScopeChanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H

Exploit Intelligence

0.39%probability of exploitation in 30 days
31stpercentile

Low risk: more likely to be exploited than 31% of all known CVEs.

References

Exploit1
Vendor Advisory1

Related Vulnerabilities

Other CWE-352 (Cross-Site Request Forgery) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2016-6277High8.8100%KEV-
CVE-2014-0054Medium6.891%-Fix
CVE-2013-6429Medium6.890%-Fix
CVE-2022-41622High8.888%--
CVE-2018-7700High8.875%--
CVE-2015-2295Medium6.866%--
Embed a live status badge for CVE-2024-22424
CVE-2024-22424 severity badge

Markdown

[![CVE-2024-22424](https://tridentstack.com/cve/badge/CVE-2024-22424.svg)](https://tridentstack.com/cve/CVE-2024-22424)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-22424"><img src="https://tridentstack.com/cve/badge/CVE-2024-22424.svg" alt="CVE-2024-22424"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2024-11-21.