GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-36887 (GCVE-0-2024-36887)

Vulnerability from cvelistv5 – Published: 2024-05-30 15:28 – Updated: 2026-05-11 20:16
VLAI
Title
e1000e: change usleep_range to udelay in PHY mdic access
Summary
In the Linux kernel, the following vulnerability has been resolved: e1000e: change usleep_range to udelay in PHY mdic access This is a partial revert of commit 6dbdd4de0362 ("e1000e: Workaround for sporadic MDI error on Meteor Lake systems"). The referenced commit used usleep_range inside the PHY access routines, which are sometimes called from an atomic context. This can lead to a kernel panic in some scenarios, such as cable disconnection and reconnection on vPro systems. Solve this by changing the usleep_range calls back to udelay.
Severity
No CVSS data available.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-06-03 17:21 UTC
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 1d16cd91cd319d5bf6230c8493feb56a61e486a1 , < f8a139656c95db893a543159873c57a470d7376d (git)
Affected: 0a4e3c2d976aa4dd38951afd6267f74ef3fade0e , < 950d5226cd6bb83ba720961a8d4d5cf79e6afd57 (git)
Affected: 6dbdd4de0362c37e54e8b049781402e5a409e7d0 , < 387f295cb2150ed164905b648d76dfcbd3621778 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.6.26 , < 6.6.31 (semver)
Affected: 6.8.5 , < 6.8.10 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-36887",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-03T17:21:16.500731Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:47:39.644Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T03:43:50.019Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/intel/e1000e/phy.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "f8a139656c95db893a543159873c57a470d7376d",
              "status": "affected",
              "version": "1d16cd91cd319d5bf6230c8493feb56a61e486a1",
              "versionType": "git"
            },
            {
              "lessThan": "950d5226cd6bb83ba720961a8d4d5cf79e6afd57",
              "status": "affected",
              "version": "0a4e3c2d976aa4dd38951afd6267f74ef3fade0e",
              "versionType": "git"
            },
            {
              "lessThan": "387f295cb2150ed164905b648d76dfcbd3621778",
              "status": "affected",
              "version": "6dbdd4de0362c37e54e8b049781402e5a409e7d0",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/intel/e1000e/phy.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6.6.31",
              "status": "affected",
              "version": "6.6.26",
              "versionType": "semver"
            },
            {
              "lessThan": "6.8.10",
              "status": "affected",
              "version": "6.8.5",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.31",
                  "versionStartIncluding": "6.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8.10",
                  "versionStartIncluding": "6.8.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ne1000e: change usleep_range to udelay in PHY mdic access\n\nThis is a partial revert of commit 6dbdd4de0362 (\"e1000e: Workaround\nfor sporadic MDI error on Meteor Lake systems\"). The referenced commit\nused usleep_range inside the PHY access routines, which are sometimes\ncalled from an atomic context. This can lead to a kernel panic in some\nscenarios, such as cable disconnection and reconnection on vPro systems.\n\nSolve this by changing the usleep_range calls back to udelay."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T20:16:24.558Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d"
        },
        {
          "url": "https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57"
        },
        {
          "url": "https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778"
        }
      ],
      "title": "e1000e: change usleep_range to udelay in PHY mdic access",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-36887",
    "datePublished": "2024-05-30T15:28:55.630Z",
    "dateReserved": "2024-05-30T15:25:07.065Z",
    "dateUpdated": "2026-05-11T20:16:24.558Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-36887",
      "date": "2026-09-16",
      "epss": "0.00239",
      "percentile": "0.15102"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ne1000e: change usleep_range to udelay in PHY mdic access\\n\\nThis is a partial revert of commit 6dbdd4de0362 (\\\"e1000e: Workaround\\nfor sporadic MDI error on Meteor Lake systems\\\"). The referenced commit\\nused usleep_range inside the PHY access routines, which are sometimes\\ncalled from an atomic context. This can lead to a kernel panic in some\\nscenarios, such as cable disconnection and reconnection on vPro systems.\\n\\nSolve this by changing the usleep_range calls back to udelay.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se resolvi\\u00f3 la siguiente vulnerabilidad: e1000e: cambie usleep_range a udelay en el acceso mdic de PHY. Esta es una reversi\\u00f3n parcial de el commit 6dbdd4de0362 (\\\"e1000e: soluci\\u00f3n alternativa para errores MDI espor\\u00e1dicos en sistemas Meteor Lake\\\"). El commit a la que se hace referencia us\\u00f3 usleep_range dentro de las rutinas de acceso PHY, que a veces se llaman desde un contexto at\\u00f3mico. Esto puede provocar un p\\u00e1nico en el kernel en algunos escenarios, como la desconexi\\u00f3n y reconexi\\u00f3n de cables en sistemas vPro. Resuelva esto volviendo a cambiar las llamadas usleep_range a udelay.\"}]",
      "id": "CVE-2024-36887",
      "lastModified": "2024-11-21T09:22:44.220",
      "published": "2024-05-30T16:15:12.243",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Awaiting Analysis"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-36887\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-30T16:15:12.243\",\"lastModified\":\"2026-06-17T07:37:16.687\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ne1000e: change usleep_range to udelay in PHY mdic access\\n\\nThis is a partial revert of commit 6dbdd4de0362 (\\\"e1000e: Workaround\\nfor sporadic MDI error on Meteor Lake systems\\\"). The referenced commit\\nused usleep_range inside the PHY access routines, which are sometimes\\ncalled from an atomic context. This can lead to a kernel panic in some\\nscenarios, such as cable disconnection and reconnection on vPro systems.\\n\\nSolve this by changing the usleep_range calls back to udelay.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: e1000e: cambie usleep_range a udelay en el acceso mdic de PHY. Esta es una reversi\u00f3n parcial de el commit 6dbdd4de0362 (\\\"e1000e: soluci\u00f3n alternativa para errores MDI espor\u00e1dicos en sistemas Meteor Lake\\\"). El commit a la que se hace referencia us\u00f3 usleep_range dentro de las rutinas de acceso PHY, que a veces se llaman desde un contexto at\u00f3mico. Esto puede provocar un p\u00e1nico en el kernel en algunos escenarios, como la desconexi\u00f3n y reconexi\u00f3n de cables en sistemas vPro. Resuelva esto volviendo a cambiar las llamadas usleep_range a udelay.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/intel/e1000e/phy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"1d16cd91cd319d5bf6230c8493feb56a61e486a1\",\"lessThan\":\"f8a139656c95db893a543159873c57a470d7376d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"0a4e3c2d976aa4dd38951afd6267f74ef3fade0e\",\"lessThan\":\"950d5226cd6bb83ba720961a8d4d5cf79e6afd57\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6dbdd4de0362c37e54e8b049781402e5a409e7d0\",\"lessThan\":\"387f295cb2150ed164905b648d76dfcbd3621778\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/intel/e1000e/phy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.6.26\",\"lessThan\":\"6.6.31\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.8.5\",\"lessThan\":\"6.8.10\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-06-03T17:21:16.500731Z\",\"id\":\"CVE-2024-36887\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.26\",\"versionEndExcluding\":\"6.6.31\",\"matchCriteriaId\":\"88912E6F-CE7E-4A50-950B-56CD7F6C74E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.8.5\",\"versionEndExcluding\":\"6.8.10\",\"matchCriteriaId\":\"96717D5F-E607-4DF2-86EA-476413A237E6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"52048DDA-FC5A-4363-95A0-A6357B4D7F8C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"A06B2CCF-3F43-4FA9-8773-C83C3F5764B2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"F850DCEC-E08B-4317-A33B-D2DCF39F601B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"91326417-E981-482E-A5A3-28BC1327521B\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2025-11-21T11:02:29+00:00",
      "cve": "CVE-2024-36887",
      "id": "CVE-2024-36887",
      "initial_release_date": "2024-05-30T00:00:00+00:00",
      "product_status:known_affected": "42",
      "product_status:known_not_affected": "156",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: e1000e: change usleep_range to udelay in PHY mdic access",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-36887.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-30T02:35:44Z",
      "cve": "CVE-2024-36887",
      "id": "CVE-2024-36887",
      "initial_release_date": "2024-06-01T02:23:49Z",
      "product_status:known_affected": "22",
      "product_status:known_not_affected": "374",
      "product_status:recommended": "353",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-36887",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-36887.json",
      "version": "63"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T03:43:50.019Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-36887\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-03T17:21:16.500731Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-03T17:21:28.449Z\"}}], \"cna\": {\"title\": \"e1000e: change usleep_range to udelay in PHY mdic access\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"1d16cd91cd31\", \"lessThan\": \"f8a139656c95\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"0a4e3c2d976a\", \"lessThan\": \"950d5226cd6b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6dbdd4de0362\", \"lessThan\": \"387f295cb215\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/intel/e1000e/phy.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.6.26\", \"lessThan\": \"6.6.31\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"6.8.5\", \"lessThan\": \"6.8.10\", \"versionType\": \"custom\"}], \"programFiles\": [\"drivers/net/ethernet/intel/e1000e/phy.c\"], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/f8a139656c95db893a543159873c57a470d7376d\"}, {\"url\": \"https://git.kernel.org/stable/c/950d5226cd6bb83ba720961a8d4d5cf79e6afd57\"}, {\"url\": \"https://git.kernel.org/stable/c/387f295cb2150ed164905b648d76dfcbd3621778\"}], \"x_generator\": {\"engine\": \"bippy-a5840b7849dd\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ne1000e: change usleep_range to udelay in PHY mdic access\\n\\nThis is a partial revert of commit 6dbdd4de0362 (\\\"e1000e: Workaround\\nfor sporadic MDI error on Meteor Lake systems\\\"). The referenced commit\\nused usleep_range inside the PHY access routines, which are sometimes\\ncalled from an atomic context. This can lead to a kernel panic in some\\nscenarios, such as cable disconnection and reconnection on vPro systems.\\n\\nSolve this by changing the usleep_range calls back to udelay.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-05-30T15:28:55.630Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-36887\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-02T03:43:50.019Z\", \"dateReserved\": \"2024-05-30T15:25:07.065Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-30T15:28:55.630Z\", \"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…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…