cve-2024-42291
Vulnerability from cvelistv5
Published
2024-08-17 09:09
Modified
2024-12-19 09:15
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: ice: Add a per-VF limit on number of FDIR filters While the iavf driver adds a s/w limit (128) on the number of FDIR filters that the VF can request, a malicious VF driver can request more than that and exhaust the resources for other VFs. Add a similar limit in ice.
Impacted products
Vendor Product Version
Linux Linux Version: 1f7ea1cd6a3748427512ccc9582e18cd9efea966
Version: 1f7ea1cd6a3748427512ccc9582e18cd9efea966
Version: 1f7ea1cd6a3748427512ccc9582e18cd9efea966
Version: 1f7ea1cd6a3748427512ccc9582e18cd9efea966
Version: 1f7ea1cd6a3748427512ccc9582e18cd9efea966
Create a notification for this product.
   Linux Linux Version: 5.13
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-42291",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:11:03.788403Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-12T17:33:29.655Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c",
            "drivers/net/ethernet/intel/ice/ice_fdir.h",
            "drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c",
            "drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e81b674ead8e2172b2a69e7b45e079239ace4dbc",
              "status": "affected",
              "version": "1f7ea1cd6a3748427512ccc9582e18cd9efea966",
              "versionType": "git"
            },
            {
              "lessThan": "8e02cd98a6e24389d476e28436d41e620ed8e559",
              "status": "affected",
              "version": "1f7ea1cd6a3748427512ccc9582e18cd9efea966",
              "versionType": "git"
            },
            {
              "lessThan": "d62389073a5b937413e2d1bc1da06ccff5103c0c",
              "status": "affected",
              "version": "1f7ea1cd6a3748427512ccc9582e18cd9efea966",
              "versionType": "git"
            },
            {
              "lessThan": "292081c4e7f575a79017d5cbe1a0ec042783976f",
              "status": "affected",
              "version": "1f7ea1cd6a3748427512ccc9582e18cd9efea966",
              "versionType": "git"
            },
            {
              "lessThan": "6ebbe97a488179f5dc85f2f1e0c89b486e99ee97",
              "status": "affected",
              "version": "1f7ea1cd6a3748427512ccc9582e18cd9efea966",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c",
            "drivers/net/ethernet/intel/ice/ice_fdir.h",
            "drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c",
            "drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.13"
            },
            {
              "lessThan": "5.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.172",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.103",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.44",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.11",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Add a per-VF limit on number of FDIR filters\n\nWhile the iavf driver adds a s/w limit (128) on the number of FDIR\nfilters that the VF can request, a malicious VF driver can request more\nthan that and exhaust the resources for other VFs.\n\nAdd a similar limit in ice."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:15:45.506Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e81b674ead8e2172b2a69e7b45e079239ace4dbc"
        },
        {
          "url": "https://git.kernel.org/stable/c/8e02cd98a6e24389d476e28436d41e620ed8e559"
        },
        {
          "url": "https://git.kernel.org/stable/c/d62389073a5b937413e2d1bc1da06ccff5103c0c"
        },
        {
          "url": "https://git.kernel.org/stable/c/292081c4e7f575a79017d5cbe1a0ec042783976f"
        },
        {
          "url": "https://git.kernel.org/stable/c/6ebbe97a488179f5dc85f2f1e0c89b486e99ee97"
        }
      ],
      "title": "ice: Add a per-VF limit on number of FDIR filters",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-42291",
    "datePublished": "2024-08-17T09:09:00.944Z",
    "dateReserved": "2024-07-30T07:40:12.268Z",
    "dateUpdated": "2024-12-19T09:15:45.506Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-42291\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-08-17T09:15:09.730\",\"lastModified\":\"2024-11-14T16:15:19.550\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nice: Add a per-VF limit on number of FDIR filters\\n\\nWhile the iavf driver adds a s/w limit (128) on the number of FDIR\\nfilters that the VF can request, a malicious VF driver can request more\\nthan that and exhaust the resources for other VFs.\\n\\nAdd a similar limit in ice.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: ice: agregue un l\u00edmite por VF en la cantidad de filtros FDIR. Mientras que el controlador iavf agrega un l\u00edmite as/w (128) en la cantidad de filtros FDIR que el VF puede solicitar, se el controlador VF malicioso puede solicitar m\u00e1s que eso y agotar los recursos para otros VF. Agregue un l\u00edmite similar en hielo.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/292081c4e7f575a79017d5cbe1a0ec042783976f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6ebbe97a488179f5dc85f2f1e0c89b486e99ee97\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8e02cd98a6e24389d476e28436d41e620ed8e559\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d62389073a5b937413e2d1bc1da06ccff5103c0c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e81b674ead8e2172b2a69e7b45e079239ace4dbc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42291\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:11:03.788403Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:23.687Z\"}}], \"cna\": {\"title\": \"ice: Add a per-VF limit on number of FDIR filters\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"1f7ea1cd6a3748427512ccc9582e18cd9efea966\", \"lessThan\": \"e81b674ead8e2172b2a69e7b45e079239ace4dbc\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1f7ea1cd6a3748427512ccc9582e18cd9efea966\", \"lessThan\": \"8e02cd98a6e24389d476e28436d41e620ed8e559\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1f7ea1cd6a3748427512ccc9582e18cd9efea966\", \"lessThan\": \"d62389073a5b937413e2d1bc1da06ccff5103c0c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1f7ea1cd6a3748427512ccc9582e18cd9efea966\", \"lessThan\": \"292081c4e7f575a79017d5cbe1a0ec042783976f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1f7ea1cd6a3748427512ccc9582e18cd9efea966\", \"lessThan\": \"6ebbe97a488179f5dc85f2f1e0c89b486e99ee97\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c\", \"drivers/net/ethernet/intel/ice/ice_fdir.h\", \"drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c\", \"drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.h\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.13\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.13\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.15.172\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.103\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.44\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c\", \"drivers/net/ethernet/intel/ice/ice_fdir.h\", \"drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c\", \"drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.h\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/e81b674ead8e2172b2a69e7b45e079239ace4dbc\"}, {\"url\": \"https://git.kernel.org/stable/c/8e02cd98a6e24389d476e28436d41e620ed8e559\"}, {\"url\": \"https://git.kernel.org/stable/c/d62389073a5b937413e2d1bc1da06ccff5103c0c\"}, {\"url\": \"https://git.kernel.org/stable/c/292081c4e7f575a79017d5cbe1a0ec042783976f\"}, {\"url\": \"https://git.kernel.org/stable/c/6ebbe97a488179f5dc85f2f1e0c89b486e99ee97\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nice: Add a per-VF limit on number of FDIR filters\\n\\nWhile the iavf driver adds a s/w limit (128) on the number of FDIR\\nfilters that the VF can request, a malicious VF driver can request more\\nthan that and exhaust the resources for other VFs.\\n\\nAdd a similar limit in ice.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:15:45.506Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-42291\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:15:45.506Z\", \"dateReserved\": \"2024-07-30T07:40:12.268Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-08-17T09:09:00.944Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


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.