{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-73453",
        "assignerOrgId": "c8b34d1a-69ae-45c3-88fe-f3b3d44f39b7",
        "state": "PUBLISHED",
        "assignerShortName": "Arista",
        "dateReserved": "2026-08-12T16:42:47.921Z",
        "datePublished": "2026-09-16T09:46:33.548Z",
        "dateUpdated": "2026-09-16T10:13:40.303Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "c8b34d1a-69ae-45c3-88fe-f3b3d44f39b7",
                "shortName": "Arista",
                "dateUpdated": "2026-09-16T10:13:40.303Z"
            },
            "title": "Security Advisory 0174",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "An unauthenticated P4Runtime (Programming Protocol-Independent Packet Processors Runtime) client can achieve arbitrary code execution under certain conditions on affected platforms running Arista EOS configured with P4Runtime. P4Runtime is disabled by default in Arista EOS. By crafting a malicious packet during the initiation of a P4Runtime session, an attacker can obtain complete administrative control over the compromised switch.\n\nThis issue was discovered internally by Arista, and the company is not aware of any malicious exploitation of this vulnerability in customer networks.",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "<p>An unauthenticated P4Runtime (Programming Protocol-Independent Packet Processors Runtime) client can achieve arbitrary code execution under certain conditions on affected platforms running Arista EOS configured with P4Runtime. P4Runtime is disabled by default in Arista EOS. By crafting a malicious packet during the initiation of a P4Runtime session, an attacker can obtain complete administrative control over the compromised switch.</p><p>This issue was discovered internally by Arista, and the company is not aware of any malicious exploitation of this vulnerability in customer networks.</p>"
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "vendor": "Arista Networks",
                    "product": "EOS",
                    "defaultStatus": "unaffected",
                    "versions": [
                        {
                            "version": "4.36.0F",
                            "lessThanOrEqual": "4.36.1F",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.35.0F",
                            "lessThanOrEqual": "4.35.5M",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.34.0F",
                            "lessThanOrEqual": "4.34.7M",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.33.0F",
                            "lessThan": "4.34.0F",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.32.0F",
                            "lessThan": "4.33.0F",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.31.0F",
                            "lessThan": "4.32.0F",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.30.0F",
                            "lessThan": "4.31.0F",
                            "status": "affected",
                            "versionType": "custom"
                        },
                        {
                            "version": "4.29.2F",
                            "lessThan": "4.30.0F",
                            "status": "affected",
                            "versionType": "custom"
                        }
                    ],
                    "platforms": [
                        "710 Series",
                        "720D Series",
                        "720XP/722XPM Series",
                        "750X Series",
                        "7010TX Series",
                        "7020R/R4 Series",
                        "7130 Series running EOS",
                        "7170 Series",
                        "7050X3/X4 Series",
                        "7060X/X2/X4/X5/X6 Series",
                        "7260X/X3 Series",
                        "7280R/R2/R3/R4 Series",
                        "7300X/X3 Series",
                        "7320X Series",
                        "7358X4 Series",
                        "7368X4 Series",
                        "7388X5 Series",
                        "7500R/R2/R3 Series",
                        "7800R3/R4 Series",
                        "7700R4 Series",
                        "AWE 5000 Series",
                        "AWE 7200R Series",
                        "CloudEOS",
                        "cEOS-lab",
                        "vEOS-lab",
                        "CloudVision eXchange, virtual or physical appliance"
                    ]
                }
            ],
            "configurations": [
                {
                    "lang": "en",
                    "value": "In order to be vulnerable to CVE-2026-73453, p4-runtime must be configured in one of the following combinations. P4-runtime is not a feature which runs by default and must be explicitly enabled:\n\n1. Non TLS mode (p4-runtime is enabled with no ssl profile configured):\n\n  switch>show p4-runtime\n  Enabled: yes\n  Server: running on port 9559, in mgmtVrf VRF\n  SSL profile: none\n  Authentication username priority: x509-spiffe, x509-common-name\n  Total clients: 0\n  Accounting requests: no\n\n2. TLS mode (p4-runtime is enabled and ssl profile is configured with no trusted certificates):\n\n  switch>show p4-runtime\n  Enabled: yes\n  Server: running on port 9559, in mgmtVrf VRF\n  SSL profile: campus\n  Authentication username priority: x509-spiffe, x509-common-name\n  Total clients: 0\n  Accounting requests: no\n\n  switch>show management security ssl profile campus detail\n  Profile: campus\n  State: valid\n  Trusted certificates: n/a\n\n3. mTLS mode (p4-runtime is enabled and ssl profile is configured with trusted certificates) + Accounting is enabled for p4-runtime service OR gNSI acctz is enabled + gNSI Authz is disabled:\n\n  switch>show p4-runtime\n  Enabled: yes\n  Server: running on port 9559, in mgmtVrf VRF\n  SSL profile: campus\n  Authentication username priority: x509-spiffe, x509-common-name\n  Total clients: 0\n  Accounting requests: yes\n\n  switch>show management security ssl profile campus detail\n  Profile: campus\n  State: valid\n  Trusted certificates:\n          - clientRootCa\n\n  switch>show management api gnsi\n  Transport: no transport configured\n  Acctz enabled: yes\n  Attestz enabled: no\n  Authz enabled: no\n  Certz enabled: no\n  Credentialz enabled: no\n  Enrollz enabled: no\n  Pathz enabled: no\n\nIf P4Runtime is not configured there is no exposure to this issue:\n\n  switch>show p4-runtime\n  Enabled: no",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "<p>In order to be vulnerable to CVE-2026-73453, p4-runtime must be configured in one of the following combinations. P4-runtime is not a feature which runs by default and must be explicitly enabled:</p><p>1. Non TLS mode (p4-runtime is enabled with no ssl profile configured):</p><pre>switch>show p4-runtime\nEnabled: yes\nServer: running on port 9559, in mgmtVrf VRF\nSSL profile: none\nAuthentication username priority: x509-spiffe, x509-common-name\nTotal clients: 0\nAccounting requests: no</pre><p>2. TLS mode (p4-runtime is enabled and ssl profile is configured with no trusted certificates):</p><pre>switch>show p4-runtime\nEnabled: yes\nServer: running on port 9559, in mgmtVrf VRF\nSSL profile: campus\nAuthentication username priority: x509-spiffe, x509-common-name\nTotal clients: 0\nAccounting requests: no</pre><pre>switch>show management security ssl profile campus detail\nProfile: campus\nState: valid\nTrusted certificates: n/a</pre><p>3. mTLS mode (p4-runtime is enabled and ssl profile is configured with trusted certificates) + Accounting is enabled for p4-runtime service OR gNSI acctz is enabled + gNSI Authz is disabled:</p><pre>switch>show p4-runtime\nEnabled: yes\nServer: running on port 9559, in mgmtVrf VRF\nSSL profile: campus\nAuthentication username priority: x509-spiffe, x509-common-name\nTotal clients: 0\nAccounting requests: yes</pre><pre>switch>show management security ssl profile campus detail\nProfile: campus\nState: valid\nTrusted certificates:\n        - clientRootCa</pre><pre>switch>show management api gnsi\nTransport: no transport configured\nAcctz enabled: yes\nAttestz enabled: no\nAuthz enabled: no\nCertz enabled: no\nCredentialz enabled: no\nEnrollz enabled: no\nPathz enabled: no</pre><p>If P4Runtime is not configured there is no exposure to this issue:</p><pre>switch>show p4-runtime\nEnabled: no</pre>"
                        }
                    ]
                }
            ],
            "workarounds": [
                {
                    "lang": "en",
                    "value": "To mitigate this issue, it is recommended to configure the p4-runtime service in mTLS mode (ssl profile with trust certificates). Additionally, enable gNSI Authz to facilitate RPC authorization via the client certificate SPIFFE-ID. Please note that enabling mTLS config will terminate all existing P4 client connections and may cause control plane disruption since packet I/O operations are impacted.\n\nBefore implementing this solution, the following pre-requisites must be met:\n\n1. Generate SPIFFE-ID client certificate signed by the server trusted CA and use it for establishing P4 client connection to the server.\n2. Define a json file with SPIFFE-ID based policies for Authz service and install it on the device using gNSI Authz.Rotate() rpc.\n\n  switch>show running-config section p4-runtime\n  p4-runtime\n     no shutdown\n     !\n     transport grpc foo\n        ssl profile campus\n        authentication username priority x509-spiffe\n\n  switch>show running-config section security\n  management security\n     ssl profile campus\n        certificate server.crt key server.key\n        trust certificate ca.crt\n\n  switch>show running-config section gnsi\n  management api gnsi\n     service authz",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "<p>To mitigate this issue, it is recommended to configure the p4-runtime service in mTLS mode (ssl profile with trust certificates). Additionally, enable gNSI Authz to facilitate RPC authorization via the client certificate SPIFFE-ID. Please note that enabling mTLS config will terminate all existing P4 client connections and may cause control plane disruption since packet I/O operations are impacted.</p><p>Before implementing this solution, the following pre-requisites must be met:</p><ol><li>Generate SPIFFE-ID client certificate signed by the server trusted CA and use it for establishing P4 client connection to the server.</li><li>Define a json file with SPIFFE-ID based policies for Authz service and install it on the device using gNSI Authz.Rotate() rpc.</li></ol><pre>switch>show running-config section p4-runtime\np4-runtime\n   no shutdown\n   !\n   transport grpc foo\n      ssl profile campus\n      authentication username priority x509-spiffe</pre><pre>switch>show running-config section security\nmanagement security\n   ssl profile campus\n      certificate server.crt key server.key\n      trust certificate ca.crt</pre><pre>switch>show running-config section gnsi\nmanagement api gnsi\n   service authz</pre>"
                        }
                    ]
                }
            ],
            "solutions": [
                {
                    "lang": "en",
                    "value": "The recommended resolution is to upgrade to a remediated software version at your earliest convenience. Arista recommends customers move to the latest version of each release that contains all the fixes listed below.\n\nCVE-2026-73453 has been fixed in the following releases:\n- 4.36.2F and later releases in the 4.36.x train\n- 4.35.6M and later releases in the 4.35.x train\n- 4.34.8M and later releases in the 4.34.x train\n\nNo hotfix is available for this issue.",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "<p>The recommended resolution is to upgrade to a remediated software version at your earliest convenience. Arista recommends customers move to the latest version of each release that contains all the fixes listed below.</p><p>CVE-2026-73453 has been fixed in the following releases:</p><ul><li>4.36.2F and later releases in the 4.36.x train</li><li>4.35.6M and later releases in the 4.35.x train</li><li>4.34.8M and later releases in the 4.34.x train</li></ul><p>No hotfix is available for this issue.</p>"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ],
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
                        "baseScore": 10,
                        "baseSeverity": "CRITICAL"
                    }
                },
                {
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ],
                    "cvssV4_0": {
                        "version": "4.0",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
                        "baseScore": 9.5,
                        "baseSeverity": "CRITICAL"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "type": "CWE",
                            "lang": "en",
                            "cweId": "CWE-94",
                            "description": "CWE-94 Improper Control of Generation of Code ('Code Injection')"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://www.arista.com/en/support/advisories-notices/security-advisory/24730-security-advisory-0174",
                    "name": "Security Advisory 0174",
                    "tags": [
                        "vendor-advisory"
                    ]
                }
            ],
            "source": {
                "advisory": "Security Advisory 0174",
                "defects": [
                    "BUG 1850014"
                ],
                "discovery": "INTERNAL"
            }
        }
    }
}