cve-2023-24511
Vulnerability from cvelistv5
Published
2023-04-12 00:00
Modified
2024-08-02 10:56
Summary
On affected platforms running Arista EOS with SNMP configured, a specially crafted packet can cause a memory leak in the snmpd process. This may result in the snmpd processing being terminated (causing SNMP requests to time out until snmpd is automatically restarted) and potential memory resource exhaustion for other processes on the switch. The vulnerability does not have any confidentiality or integrity impacts to the system.
Impacted products
Vendor Product Version
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T10:56:04.366Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "EOS",
          "vendor": "Arista Networks",
          "versions": [
            {
              "status": "affected",
              "version": "4.28.0 4.28.5.1M"
            },
            {
              "status": "affected",
              "version": "4.27.0 4.27.8.1M"
            },
            {
              "status": "affected",
              "version": "4.26.0 4.26.9M"
            },
            {
              "status": "affected",
              "version": "4.25.0 4.25.10M"
            },
            {
              "status": "affected",
              "version": "4.24.0 4.24.11M"
            },
            {
              "lessThanOrEqual": "4.29.1F",
              "status": "affected",
              "version": "4.29.0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "configurations": [
        {
          "lang": "en",
          "value": "In order to be vulnerable to CVE-2023-24511, the following condition must be met:\n\nSNMP must be configured:\n"
        }
      ],
      "datePublic": "2023-04-11T00:00:00",
      "descriptions": [
        {
          "lang": "en",
          "value": "On affected platforms running Arista EOS with SNMP configured, a specially crafted packet can cause a memory leak in the snmpd process. This may result in the snmpd processing being terminated (causing SNMP requests to time out until snmpd is automatically restarted) and potential memory resource exhaustion for other processes on the switch. The vulnerability does not have any confidentiality or integrity impacts to the system."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-401",
              "description": "CWE-401 Improper Release of Memory Before Removing Last Reference",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2023-04-12T00:00:00",
        "orgId": "c8b34d1a-69ae-45c3-88fe-f3b3d44f39b7",
        "shortName": "Arista"
      },
      "references": [
        {
          "url": "https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "value": "The recommended resolution is to upgrade to a remediated software version at your earliest convenience. Artista recommends customers move to the latest version of each release that contains all the fixes listed below. For more information about upgrading see Eos User Manual: Upgrades and Downgrades\n\nCVE-2023-24511 has been fixed in the following releases:\n4.29.2F and later releases in the 4.29.x train\n4.28.6M and later releases in the 4.28.x train\n4.27.9M and later releases in the 4.27.x train\n4.26.10M and later releases in the 4.26.x train\n"
        },
        {
          "lang": "en",
          "value": "The following hotfix can be applied to remediate CVE-2023-24511. The hotfix only applies to the releases listed below and no other releases. All other versions require upgrading to a release containing the fix (as listed above).: \n\n4.29.1F and below releases in the 4.29.x train\n4.28.5.1M and below releases in the 4.28.x train\n4.27.8.1M and below releases in the 4.27.x train\n4.26.9M and below releases in the 4.26.x train\n\nNote: Installing/uninstalling the SWIX will cause the snmpd process to restart\nVersion: 1.0\nURL:SecurityAdvisory84_CVE-2023-24511_Hotfix.swix\nSWIX hash:SecurityAdvisory84_CVE-2023-24511_Hotfix.swix\n(SHA-512)da2bc1fd2c7fc718e3c72c7ce83dc1caa05150cbe2f081c8cc3ed40ce787f7e24dff5202e621ef5f2af89f72afd25f7476d02f722ffe8e8c7d24c101cbbfe0e5"
        }
      ],
      "source": {
        "advisory": "84",
        "defect": [
          "751040"
        ],
        "discovery": "EXTERNAL"
      },
      "title": "On affected platforms running Arista EOS with SNMP configured, a specially crafted packet can cause a memory leak in the snmpd process.",
      "workarounds": [
        {
          "lang": "en",
          "value": "If you suspect you are encountering this issue due to malicious activity, the workaround is to enable SNMP service ACLs to only allow specific IP addresses to query SNMP (combined with anti-spoofing ACLs in the rest of the network).\n\nsnmp-server ipv4 access-list allowHosts4\nsnmp-server ipv6 access-list allowHosts6\n!\nipv6 access-list allowHosts6\n   10 permit ipv6 host \u003cipv6 address\u003e any\n!\nip access-list allowHosts4\n   10 permit ip host \u003cipv4 address\u003e any\n\n"
        }
      ],
      "x_generator": {
        "engine": "Vulnogram 0.0.9"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "c8b34d1a-69ae-45c3-88fe-f3b3d44f39b7",
    "assignerShortName": "Arista",
    "cveId": "CVE-2023-24511",
    "datePublished": "2023-04-12T00:00:00",
    "dateReserved": "2023-01-24T00:00:00",
    "dateUpdated": "2024-08-02T10:56:04.366Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "fkie_nvd": {
      "configurations": "[{\"operator\": \"AND\", \"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.26.0\", \"versionEndExcluding\": \"4.26.10m\", \"matchCriteriaId\": \"341CA00E-8BDE-4BF9-90D4-7B07FC484D18\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.27.0\", \"versionEndExcluding\": \"4.27.9m\", \"matchCriteriaId\": \"00A7CEC1-C298-4AEE-A079-550167C2AA3A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.28.0\", \"versionEndExcluding\": \"4.28.6m\", \"matchCriteriaId\": \"32D876FE-C639-4870-A412-0239EA0155D0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.29.0\", \"versionEndExcluding\": \"4.29.2f\", \"matchCriteriaId\": \"24621B26-04A1-4693-BCB4-437544C08B50\"}]}, {\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": false, \"criteria\": \"cpe:2.3:a:arista:ceos-lab:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"8EFB5B5B-42EE-413E-9EA6-0A9C9DF4EA87\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:a:arista:cloudeos:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"362F2E0F-3D40-444F-87F3-21CA70B1AD04\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:a:arista:veos-lab:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"04B29E15-3CFB-45EC-B252-8F02CC1E589C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7010t:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1BC3D5B4-3B6F-4F15-9CAA-B0D08B53FFC6\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7010t-48:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4CCF6152-815E-4B3C-AE4B-CA598BEBD020\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7010tx-48:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4E00C871-8EB3-4241-95F3-83A524A79FB3\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7010tx-48-dc:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C1CC52FD-29BE-4037-9A7C-264ACF9F6C0D\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7020sr-24c2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7781CB15-3452-47D9-A961-8B09F2E9AEC1\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7020sr-32c2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"09A31FB8-512E-43EF-8F87-E02E35F5251E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7020tr-48:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2CBFF922-28D7-42D6-8796-91AD9A178D28\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7020tra-48:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"561B4042-DFD3-4BC0-9C5F-74799A7E92C5\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050cx3-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E1FF0290-C671-4ABC-8A12-05E4D55FC4AE\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050cx3m-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"828C6E4F-814A-4060-8F5E-7FF359C8739C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050qx-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"253D74DE-97F5-40F3-B179-D2D4442C57FD\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050qx2-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"75E03F9E-522F-4D9B-9267-09E2550B5465\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx-128:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"895A7AFD-BE76-47F5-B67B-6279046E4274\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"74E258EC-EA50-4185-AA35-5D963C359E74\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx-72q:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1482D4FC-60B9-4C89-B892-71AA3E1031F3\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx2-128:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C99D84E9-2229-459E-AE90-49C2EF670884\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx2-72q:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D922C725-1139-4DD4-92FC-9FF15E35CE62\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx3-48c8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FE35C17F-0C60-4A40-9949-D4C5D94D1D7A\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx3-48yc:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07BA078E-30B7-4E2C-B240-BF64E98143E9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx3-48yc12:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"EBFD0706-CACB-40FA-A41B-46B39C6E1D33\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx3-48yc8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5951D243-CB68-4B41-A913-D879CE502795\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050sx3-96yc8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"73156612-D338-4E20-8C82-0E65DAA72331\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050tx-48:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"78E7CDCC-ADC6-4854-BFC4-72DA47C5F10B\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050tx-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2B03678D-AD7B-4B1A-8E6A-1811DD8B1483\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050tx-72q:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E803639C-13A1-48CA-A589-C83654AE454F\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050tx2-128:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A495D282-D3DC-4D18-AB72-2358834C238E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7050tx3-48c8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"388C57D8-4B3C-4E5D-84AA-0CB7506F825A\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7060cx-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D518C8D5-A86B-46E5-A646-8939BFA2E116\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7060cx2-32s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A1608297-7079-4F3B-857E-708B74E944D9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7060dx4-32:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"806A01C5-231D-4F9D-A292-E9DD706A0C66\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7060px4-32:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"AC10746F-8FC0-49EF-BB9C-EC49B734DFA3\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7060sx2-48yc6:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"26582E98-B710-46D7-B8F2-9286E0592FA6\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7150s-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"93D74C0B-E470-4D45-98E2-775DE43997DF\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7150s-52:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1B2CAA23-003C-43E6-87CE-61E4369C2D30\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7150s-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F7445075-D130-472C-B259-6BACE678541D\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7150sc-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"EF3FA52A-3A67-4515-9790-598860102893\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7150sc-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"6336F166-FAD3-4846-84B9-45F5FAA3D437\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7160-32cq:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7620401C-FB14-46F1-979B-B21194F90945\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7160-48tc6:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07DFC236-44B3-4EEF-8937-4F86EE99EB45\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7160-48yc6:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"823E5569-C918-40E6-A2C5-7C415E4ADEF5\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7170-32c:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E8EFEEA5-0FC4-4FFC-BF5D-BDBAA1B55C70\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7170-32cd:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B2959C68-8731-4F37-B9E7-61E5936D3D8E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7170-64c:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D6FB3395-8D13-4477-A46E-37A88272CFAB\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7170b-64c:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7EE3572E-A724-4057-8776-7A95528DCEE7\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720df-48y:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B8FCDB83-38D5-4F02-97E2-BBEF891DCDD7\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720dp-24s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80EAF795-EB62-4A86-A0FC-A09008E631A6\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720dp-48s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"EA03BA0B-BB2D-41CF-BA2E-B21604D6FBC1\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720dt-24s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"3AE185FD-0D4D-4862-B513-BC68BF3F9F7E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720dt-48s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"46C2150F-2FD6-452F-8C56-7413E3EB8FDC\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720dt-48y:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"44A568A1-BA88-458E-B69A-0A2A6C594728\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720xp-24y6:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7AFDBCBB-2C1A-4B88-AE28-EF63D5B9EDD2\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720xp-24zy4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"58757129-BF9C-4BD8-B692-BB57023F8A48\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720xp-48y6:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2756BB4B-1053-4EAC-AC0B-785FD5039D5F\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720xp-48zc2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"40D36540-7723-4284-A207-6BD27728CA25\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:720xp-96zc2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DF95CB28-E010-4A1D-A746-F9DDF015868F\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:722xpm-48y4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"15876058-5E5D-4C87-83A3-592ADCA0AA6E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:722xpm-48zy8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"426308A9-D534-4465-865C-39BC70548B00\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7250qx-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"0DD95B3B-D655-42DC-85C2-2C6FDBCC77F1\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7260cx:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E40D14DE-BAFB-461F-9AA7-E3EDC2D8D468\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7260cx3:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"901E5B76-0EB7-4EAD-A281-15B9F78041AB\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7260cx3-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"49BAE58E-F4B5-4C8F-9EEB-5A0F38A96F0C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7260qx:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"EE1DE992-9BFA-4794-82F4-66F464BB384E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7260qx-64:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"83A3811A-EB0E-464B-86E7-0E369935A507\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr2ak-30:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"99506386-8D68-46F4-AEA9-4C16C16545B9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr2k-60:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5F569286-C19F-48CB-AB24-89C4A1EB6F81\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3-32d4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7FEC18B3-7980-4EBF-8E15-F8E92DADD062\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3-32p4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"87E85F7C-F33B-49C1-A526-ACC1BEF3B65C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3-96:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2E54F451-CA87-4F32-A088-AE18123CE07A\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3k-32d4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"16CB1780-6DEC-4140-A771-9139C77A8A88\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3k-32p4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"11DE9CB6-4453-4EED-B7FC-6374F9225B83\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280cr3k-96:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A98C94CB-7DFC-4CAC-9D98-B3E80BF1EE56\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280dr3-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"85D9E9FF-564E-4B16-8070-33A366F48FE9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280dr3k-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"56AF4A54-7568-4FE0-BE5F-02BD9FADDCE5\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280e:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A6466FE3-DCE8-4DA5-B893-2BA864F73BC5\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280pr3-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F14163D2-B236-4C78-9DB4-97DE6D996EBC\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280pr3k-24:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4057906A-B27B-4B53-97F6-3F5F35794990\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280r:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C02B50F5-B316-4081-BC9E-6F1778049096\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280r2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"21CB1AAF-FC82-4A80-9932-42E8EFA3906A\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280r3:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"60FC964C-9835-443A-A584-3A5D6022E914\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280sr3-48yc8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"8143579F-AD53-4D74-AE3E-4D465DCD7A57\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7280sr3k-48yc8:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"79AB0F1D-ACCA-490C-96F2-FC23A8611CB8\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7300x-32q:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DDF8A65D-6FBC-4C38-8B45-418E6C5EB16C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7300x-64s:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"8F088D51-24F4-49AD-8397-73D1EAF45F56\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7300x-64t:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"69BA5C6D-40C0-4AA3-AC10-D7F097D8EDD9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7300x3-32c:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"0040BDDF-D711-4619-9E96-96EFBD33CAA0\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7300x3-48yc4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D4AA716D-CAD1-4689-8A26-977A2E5F869E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7304:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E61BC28B-B998-4F6A-AD70-4FF7F2E3C826\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7308:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"377CFAA4-5A1A-4D42-87EF-DC57EE02388B\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7316:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"0D65E57B-F0BA-44C5-9D2A-447961AB8220\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7320x-32c:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5AD08CBF-6F42-4F98-B413-F65C5613BE6B\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7368x4:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"161DB0D9-9BAC-4546-88D3-5547F4B6149C\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7388x5:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B66E706E-56FB-4A49-BD90-76A8CB6BE391\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500e:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"06C61DCC-D1CF-4CE5-9634-4BE3E071E83E\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FC651584-113E-4859-9F14-12D62F3BD626\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r2:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"583725F6-8583-425C-A847-700DBB9169E7\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r3:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1C6A4B3C-FF12-4DCD-9945-8450AD0BDEED\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r3-24d:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BE1BB565-2668-4242-8A00-5CC9C30B9AC9\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r3-24p:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"15F1A605-8836-4A64-AC5E-ADAB34F8F104\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r3-36cq:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BE8A047A-9FD9-4AE1-9E47-457A46BAE3A4\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7500r3k-36cq:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"019B0670-389B-4A4E-8C72-52202E3AA8EF\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7800r3-36p:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D19E86BF-AA91-4262-8EF9-B7FC48C6F3F8\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7800r3-48cq:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"58443CDE-33D8-4460-A861-CDC07431AA22\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:7800r3k-48cq:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"64BE8C68-FE98-4162-A3D3-54494D5444F5\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:ccs-750x-48thp:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B2368ADC-9CC5-488C-99D9-CB46AAFB5BA2\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:ccs-750x-48tp:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"49CE500B-C593-45EC-9C8D-7016D83684AE\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:ccs-750x-48zp:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"AB062249-2B0D-4F07-9854-6C20DF5D8BB4\"}, {\"vulnerable\": false, \"criteria\": \"cpe:2.3:h:arista:ccs-750x-48zxp:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1D2A1160-2E90-4B36-AEB0-74B7FB71D204\"}]}]}]",
      "descriptions": "[{\"lang\": \"en\", \"value\": \"On affected platforms running Arista EOS with SNMP configured, a specially crafted packet can cause a memory leak in the snmpd process. This may result in the snmpd processing being terminated (causing SNMP requests to time out until snmpd is automatically restarted) and potential memory resource exhaustion for other processes on the switch. The vulnerability does not have any confidentiality or integrity impacts to the system.\"}]",
      "id": "CVE-2023-24511",
      "lastModified": "2024-11-21T07:48:01.287",
      "metrics": "{\"cvssMetricV31\": [{\"source\": \"psirt@arista.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
      "published": "2023-04-12T21:15:16.707",
      "references": "[{\"url\": \"https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084\", \"source\": \"psirt@arista.com\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Patch\", \"Vendor Advisory\"]}]",
      "sourceIdentifier": "psirt@arista.com",
      "vulnStatus": "Modified",
      "weaknesses": "[{\"source\": \"psirt@arista.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-401\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-401\"}]}]"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-24511\",\"sourceIdentifier\":\"psirt@arista.com\",\"published\":\"2023-04-12T21:15:16.707\",\"lastModified\":\"2024-11-21T07:48:01.287\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"On affected platforms running Arista EOS with SNMP configured, a specially crafted packet can cause a memory leak in the snmpd process. This may result in the snmpd processing being terminated (causing SNMP requests to time out until snmpd is automatically restarted) and potential memory resource exhaustion for other processes on the switch. The vulnerability does not have any confidentiality or integrity impacts to the system.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"psirt@arista.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"psirt@arista.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.26.0\",\"versionEndExcluding\":\"4.26.10m\",\"matchCriteriaId\":\"341CA00E-8BDE-4BF9-90D4-7B07FC484D18\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.27.0\",\"versionEndExcluding\":\"4.27.9m\",\"matchCriteriaId\":\"00A7CEC1-C298-4AEE-A079-550167C2AA3A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.28.0\",\"versionEndExcluding\":\"4.28.6m\",\"matchCriteriaId\":\"32D876FE-C639-4870-A412-0239EA0155D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:arista:eos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.29.0\",\"versionEndExcluding\":\"4.29.2f\",\"matchCriteriaId\":\"24621B26-04A1-4693-BCB4-437544C08B50\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:arista:ceos-lab:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8EFB5B5B-42EE-413E-9EA6-0A9C9DF4EA87\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:arista:cloudeos:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"362F2E0F-3D40-444F-87F3-21CA70B1AD04\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:a:arista:veos-lab:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"04B29E15-3CFB-45EC-B252-8F02CC1E589C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7010t:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1BC3D5B4-3B6F-4F15-9CAA-B0D08B53FFC6\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7010t-48:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4CCF6152-815E-4B3C-AE4B-CA598BEBD020\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7010tx-48:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4E00C871-8EB3-4241-95F3-83A524A79FB3\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7010tx-48-dc:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C1CC52FD-29BE-4037-9A7C-264ACF9F6C0D\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7020sr-24c2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7781CB15-3452-47D9-A961-8B09F2E9AEC1\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7020sr-32c2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"09A31FB8-512E-43EF-8F87-E02E35F5251E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7020tr-48:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2CBFF922-28D7-42D6-8796-91AD9A178D28\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7020tra-48:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"561B4042-DFD3-4BC0-9C5F-74799A7E92C5\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050cx3-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E1FF0290-C671-4ABC-8A12-05E4D55FC4AE\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050cx3m-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"828C6E4F-814A-4060-8F5E-7FF359C8739C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050qx-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"253D74DE-97F5-40F3-B179-D2D4442C57FD\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050qx2-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"75E03F9E-522F-4D9B-9267-09E2550B5465\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx-128:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"895A7AFD-BE76-47F5-B67B-6279046E4274\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"74E258EC-EA50-4185-AA35-5D963C359E74\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx-72q:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1482D4FC-60B9-4C89-B892-71AA3E1031F3\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx2-128:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C99D84E9-2229-459E-AE90-49C2EF670884\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx2-72q:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D922C725-1139-4DD4-92FC-9FF15E35CE62\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx3-48c8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FE35C17F-0C60-4A40-9949-D4C5D94D1D7A\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx3-48yc:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07BA078E-30B7-4E2C-B240-BF64E98143E9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx3-48yc12:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EBFD0706-CACB-40FA-A41B-46B39C6E1D33\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx3-48yc8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5951D243-CB68-4B41-A913-D879CE502795\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050sx3-96yc8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"73156612-D338-4E20-8C82-0E65DAA72331\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050tx-48:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"78E7CDCC-ADC6-4854-BFC4-72DA47C5F10B\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050tx-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2B03678D-AD7B-4B1A-8E6A-1811DD8B1483\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050tx-72q:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E803639C-13A1-48CA-A589-C83654AE454F\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050tx2-128:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A495D282-D3DC-4D18-AB72-2358834C238E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7050tx3-48c8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"388C57D8-4B3C-4E5D-84AA-0CB7506F825A\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7060cx-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D518C8D5-A86B-46E5-A646-8939BFA2E116\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7060cx2-32s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A1608297-7079-4F3B-857E-708B74E944D9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7060dx4-32:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"806A01C5-231D-4F9D-A292-E9DD706A0C66\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7060px4-32:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AC10746F-8FC0-49EF-BB9C-EC49B734DFA3\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7060sx2-48yc6:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"26582E98-B710-46D7-B8F2-9286E0592FA6\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7150s-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"93D74C0B-E470-4D45-98E2-775DE43997DF\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7150s-52:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1B2CAA23-003C-43E6-87CE-61E4369C2D30\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7150s-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F7445075-D130-472C-B259-6BACE678541D\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7150sc-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EF3FA52A-3A67-4515-9790-598860102893\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7150sc-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6336F166-FAD3-4846-84B9-45F5FAA3D437\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7160-32cq:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7620401C-FB14-46F1-979B-B21194F90945\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7160-48tc6:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07DFC236-44B3-4EEF-8937-4F86EE99EB45\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7160-48yc6:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"823E5569-C918-40E6-A2C5-7C415E4ADEF5\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7170-32c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E8EFEEA5-0FC4-4FFC-BF5D-BDBAA1B55C70\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7170-32cd:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B2959C68-8731-4F37-B9E7-61E5936D3D8E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7170-64c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D6FB3395-8D13-4477-A46E-37A88272CFAB\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7170b-64c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7EE3572E-A724-4057-8776-7A95528DCEE7\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720df-48y:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B8FCDB83-38D5-4F02-97E2-BBEF891DCDD7\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720dp-24s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80EAF795-EB62-4A86-A0FC-A09008E631A6\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720dp-48s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EA03BA0B-BB2D-41CF-BA2E-B21604D6FBC1\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720dt-24s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3AE185FD-0D4D-4862-B513-BC68BF3F9F7E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720dt-48s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"46C2150F-2FD6-452F-8C56-7413E3EB8FDC\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720dt-48y:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"44A568A1-BA88-458E-B69A-0A2A6C594728\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720xp-24y6:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7AFDBCBB-2C1A-4B88-AE28-EF63D5B9EDD2\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720xp-24zy4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"58757129-BF9C-4BD8-B692-BB57023F8A48\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720xp-48y6:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2756BB4B-1053-4EAC-AC0B-785FD5039D5F\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720xp-48zc2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"40D36540-7723-4284-A207-6BD27728CA25\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:720xp-96zc2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DF95CB28-E010-4A1D-A746-F9DDF015868F\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:722xpm-48y4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"15876058-5E5D-4C87-83A3-592ADCA0AA6E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:722xpm-48zy8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"426308A9-D534-4465-865C-39BC70548B00\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7250qx-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0DD95B3B-D655-42DC-85C2-2C6FDBCC77F1\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7260cx:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E40D14DE-BAFB-461F-9AA7-E3EDC2D8D468\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7260cx3:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"901E5B76-0EB7-4EAD-A281-15B9F78041AB\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7260cx3-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"49BAE58E-F4B5-4C8F-9EEB-5A0F38A96F0C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7260qx:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EE1DE992-9BFA-4794-82F4-66F464BB384E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7260qx-64:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"83A3811A-EB0E-464B-86E7-0E369935A507\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr2ak-30:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"99506386-8D68-46F4-AEA9-4C16C16545B9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr2k-60:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5F569286-C19F-48CB-AB24-89C4A1EB6F81\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3-32d4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7FEC18B3-7980-4EBF-8E15-F8E92DADD062\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3-32p4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"87E85F7C-F33B-49C1-A526-ACC1BEF3B65C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3-96:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2E54F451-CA87-4F32-A088-AE18123CE07A\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3k-32d4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"16CB1780-6DEC-4140-A771-9139C77A8A88\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3k-32p4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"11DE9CB6-4453-4EED-B7FC-6374F9225B83\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280cr3k-96:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A98C94CB-7DFC-4CAC-9D98-B3E80BF1EE56\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280dr3-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"85D9E9FF-564E-4B16-8070-33A366F48FE9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280dr3k-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"56AF4A54-7568-4FE0-BE5F-02BD9FADDCE5\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280e:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A6466FE3-DCE8-4DA5-B893-2BA864F73BC5\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280pr3-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F14163D2-B236-4C78-9DB4-97DE6D996EBC\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280pr3k-24:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4057906A-B27B-4B53-97F6-3F5F35794990\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280r:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C02B50F5-B316-4081-BC9E-6F1778049096\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280r2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"21CB1AAF-FC82-4A80-9932-42E8EFA3906A\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280r3:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"60FC964C-9835-443A-A584-3A5D6022E914\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280sr3-48yc8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8143579F-AD53-4D74-AE3E-4D465DCD7A57\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7280sr3k-48yc8:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"79AB0F1D-ACCA-490C-96F2-FC23A8611CB8\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7300x-32q:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DDF8A65D-6FBC-4C38-8B45-418E6C5EB16C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7300x-64s:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8F088D51-24F4-49AD-8397-73D1EAF45F56\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7300x-64t:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"69BA5C6D-40C0-4AA3-AC10-D7F097D8EDD9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7300x3-32c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0040BDDF-D711-4619-9E96-96EFBD33CAA0\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7300x3-48yc4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D4AA716D-CAD1-4689-8A26-977A2E5F869E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7304:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E61BC28B-B998-4F6A-AD70-4FF7F2E3C826\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7308:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"377CFAA4-5A1A-4D42-87EF-DC57EE02388B\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7316:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D65E57B-F0BA-44C5-9D2A-447961AB8220\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7320x-32c:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5AD08CBF-6F42-4F98-B413-F65C5613BE6B\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7368x4:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"161DB0D9-9BAC-4546-88D3-5547F4B6149C\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7388x5:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B66E706E-56FB-4A49-BD90-76A8CB6BE391\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500e:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"06C61DCC-D1CF-4CE5-9634-4BE3E071E83E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FC651584-113E-4859-9F14-12D62F3BD626\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r2:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"583725F6-8583-425C-A847-700DBB9169E7\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r3:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1C6A4B3C-FF12-4DCD-9945-8450AD0BDEED\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r3-24d:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BE1BB565-2668-4242-8A00-5CC9C30B9AC9\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r3-24p:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"15F1A605-8836-4A64-AC5E-ADAB34F8F104\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r3-36cq:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BE8A047A-9FD9-4AE1-9E47-457A46BAE3A4\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7500r3k-36cq:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"019B0670-389B-4A4E-8C72-52202E3AA8EF\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7800r3-36p:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D19E86BF-AA91-4262-8EF9-B7FC48C6F3F8\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7800r3-48cq:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"58443CDE-33D8-4460-A861-CDC07431AA22\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:7800r3k-48cq:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"64BE8C68-FE98-4162-A3D3-54494D5444F5\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:ccs-750x-48thp:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B2368ADC-9CC5-488C-99D9-CB46AAFB5BA2\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:ccs-750x-48tp:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"49CE500B-C593-45EC-9C8D-7016D83684AE\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:ccs-750x-48zp:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AB062249-2B0D-4F07-9854-6C20DF5D8BB4\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:h:arista:ccs-750x-48zxp:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2A1160-2E90-4B36-AEB0-74B7FB71D204\"}]}]}],\"references\":[{\"url\":\"https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084\",\"source\":\"psirt@arista.com\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.arista.com/en/support/advisories-notices/security-advisory/17239-security-advisory-0084\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.