cve-2024-36887
Vulnerability from cvelistv5
Published
2024-05-30 15:28
Modified
2024-12-19 09:01
Severity ?
EPSS score ?
0.12% (0.27534)
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.
Impacted products
Vendor Product Version
Linux Linux Version: 1d16cd91cd319d5bf6230c8493feb56a61e486a1
Version: 0a4e3c2d976aa4dd38951afd6267f74ef3fade0e
Version: 6dbdd4de0362c37e54e8b049781402e5a409e7d0
Create a notification for this product.
   Linux Linux Version: 6.6.26   
Version: 6.8.5   
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",
                  },
               ],
            },
         ],
         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: "2024-12-19T09:01:24.066Z",
            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-5f407fcff5a0",
         },
      },
   },
   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: "2024-12-19T09:01:24.066Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      nvd: "{\"cve\":{\"id\":\"CVE-2024-36887\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-30T16:15:12.243\",\"lastModified\":\"2024-11-21T09:22:44.220\",\"vulnStatus\":\"Awaiting Analysis\",\"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ó la siguiente vulnerabilidad: e1000e: cambie usleep_range a udelay en el acceso mdic de PHY. Esta es una reversión parcial de el commit 6dbdd4de0362 (\\\"e1000e: solución alternativa para errores MDI esporádicos en sistemas Meteor Lake\\\"). El commit a la que se hace referencia usó usleep_range dentro de las rutinas de acceso PHY, que a veces se llaman desde un contexto atómico. Esto puede provocar un pánico en el kernel en algunos escenarios, como la desconexión y reconexión de cables en sistemas vPro. Resuelva esto volviendo a cambiar las llamadas usleep_range a udelay.\"}],\"metrics\":{},\"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\"}]}}",
      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.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



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.