cve-2024-27406
Vulnerability from cvelistv5
Published
2024-05-17 11:40
Modified
2024-12-19 08:54
Severity ?
EPSS score ?
0.16% (0.33582)
Summary
In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig.debug: TEST_IOV_ITER depends on MMU Trying to run the iov_iter unit test on a nommu system such as the qemu kc705-nommu emulation results in a crash. KTAP version 1 # Subtest: iov_iter # module: kunit_iov_iter 1..9 BUG: failure at mm/nommu.c:318/vmap()! Kernel panic - not syncing: BUG! The test calls vmap() directly, but vmap() is not supported on nommu systems, causing the crash. TEST_IOV_ITER therefore needs to depend on MMU.
Impacted products
Vendor Product Version
Linux Linux Version: 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96
Version: 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96
Version: 2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96
Create a notification for this product.
   Linux Linux Version: 6.6
Create a notification for this product.
Show details on NVD website


{
   containers: {
      adp: [
         {
            metrics: [
               {
                  other: {
                     content: {
                        id: "CVE-2024-27406",
                        options: [
                           {
                              Exploitation: "none",
                           },
                           {
                              Automatable: "no",
                           },
                           {
                              "Technical Impact": "partial",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-05-17T17:17:04.256288Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            providerMetadata: {
               dateUpdated: "2024-06-04T17:47:28.200Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
         {
            providerMetadata: {
               dateUpdated: "2024-08-02T00:34:52.087Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               defaultStatus: "unaffected",
               product: "Linux",
               programFiles: [
                  "lib/Kconfig.debug",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     lessThan: "e6316749d603fe9c4c91f6ec3694e06e4de632a3",
                     status: "affected",
                     version: "2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96",
                     versionType: "git",
                  },
                  {
                     lessThan: "9e6e541b97762d5b1143070067f7c68f39a408f8",
                     status: "affected",
                     version: "2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96",
                     versionType: "git",
                  },
                  {
                     lessThan: "1eb1e984379e2da04361763f66eec90dd75cf63e",
                     status: "affected",
                     version: "2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96",
                     versionType: "git",
                  },
               ],
            },
            {
               defaultStatus: "affected",
               product: "Linux",
               programFiles: [
                  "lib/Kconfig.debug",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     status: "affected",
                     version: "6.6",
                  },
                  {
                     lessThan: "6.6",
                     status: "unaffected",
                     version: "0",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.6.*",
                     status: "unaffected",
                     version: "6.6.19",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.7.*",
                     status: "unaffected",
                     version: "6.7.7",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "*",
                     status: "unaffected",
                     version: "6.8",
                     versionType: "original_commit_for_fix",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "In the Linux kernel, the following vulnerability has been resolved:\n\nlib/Kconfig.debug: TEST_IOV_ITER depends on MMU\n\nTrying to run the iov_iter unit test on a nommu system such as the qemu\nkc705-nommu emulation results in a crash.\n\n    KTAP version 1\n    # Subtest: iov_iter\n    # module: kunit_iov_iter\n    1..9\nBUG: failure at mm/nommu.c:318/vmap()!\nKernel panic - not syncing: BUG!\n\nThe test calls vmap() directly, but vmap() is not supported on nommu\nsystems, causing the crash.  TEST_IOV_ITER therefore needs to depend on\nMMU.",
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-12-19T08:54:25.487Z",
            orgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            shortName: "Linux",
         },
         references: [
            {
               url: "https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3",
            },
            {
               url: "https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8",
            },
            {
               url: "https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e",
            },
         ],
         title: "lib/Kconfig.debug: TEST_IOV_ITER depends on MMU",
         x_generator: {
            engine: "bippy-5f407fcff5a0",
         },
      },
   },
   cveMetadata: {
      assignerOrgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      assignerShortName: "Linux",
      cveId: "CVE-2024-27406",
      datePublished: "2024-05-17T11:40:28.608Z",
      dateReserved: "2024-02-25T13:47:42.681Z",
      dateUpdated: "2024-12-19T08:54:25.487Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      nvd: "{\"cve\":{\"id\":\"CVE-2024-27406\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-17T12:15:10.757\",\"lastModified\":\"2024-11-21T09:04:33.187\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nlib/Kconfig.debug: TEST_IOV_ITER depends on MMU\\n\\nTrying to run the iov_iter unit test on a nommu system such as the qemu\\nkc705-nommu emulation results in a crash.\\n\\n    KTAP version 1\\n    # Subtest: iov_iter\\n    # module: kunit_iov_iter\\n    1..9\\nBUG: failure at mm/nommu.c:318/vmap()!\\nKernel panic - not syncing: BUG!\\n\\nThe test calls vmap() directly, but vmap() is not supported on nommu\\nsystems, causing the crash.  TEST_IOV_ITER therefore needs to depend on\\nMMU.\"},{\"lang\":\"es\",\"value\":\" En el kernel de Linux, se resolvió la siguiente vulnerabilidad: lib/Kconfig.debug: TEST_IOV_ITER depende de MMU Intentar ejecutar la prueba unitaria iov_iter en un sistema nommu como la emulación qemu kc705-nommu produce un bloqueo. KTAP versión 1 # Subprueba: iov_iter # módulo: kunit_iov_iter 1..9 BUG: fallo en mm/nommu.c:318/vmap()! Pánico del kernel: no se sincroniza: ¡BUG! La prueba llama a vmap() directamente, pero vmap() no es compatible con los sistemas nommu, lo que provoca el bloqueo. Por lo tanto, TEST_IOV_ITER debe depender de MMU.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
      vulnrichment: {
         containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:34:52.087Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-27406\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-17T17:17:04.256288Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:24.685Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"lib/Kconfig.debug: TEST_IOV_ITER depends on MMU\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96\", \"lessThan\": \"e6316749d603fe9c4c91f6ec3694e06e4de632a3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96\", \"lessThan\": \"9e6e541b97762d5b1143070067f7c68f39a408f8\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"2d71340ff1d41a5b9fc1b30ded12d638b2e2ae96\", \"lessThan\": \"1eb1e984379e2da04361763f66eec90dd75cf63e\", \"versionType\": \"git\"}], \"programFiles\": [\"lib/Kconfig.debug\"], \"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\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.6\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.19\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.7\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"lib/Kconfig.debug\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/e6316749d603fe9c4c91f6ec3694e06e4de632a3\"}, {\"url\": \"https://git.kernel.org/stable/c/9e6e541b97762d5b1143070067f7c68f39a408f8\"}, {\"url\": \"https://git.kernel.org/stable/c/1eb1e984379e2da04361763f66eec90dd75cf63e\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nlib/Kconfig.debug: TEST_IOV_ITER depends on MMU\\n\\nTrying to run the iov_iter unit test on a nommu system such as the qemu\\nkc705-nommu emulation results in a crash.\\n\\n    KTAP version 1\\n    # Subtest: iov_iter\\n    # module: kunit_iov_iter\\n    1..9\\nBUG: failure at mm/nommu.c:318/vmap()!\\nKernel panic - not syncing: BUG!\\n\\nThe test calls vmap() directly, but vmap() is not supported on nommu\\nsystems, causing the crash.  TEST_IOV_ITER therefore needs to depend on\\nMMU.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T08:54:25.487Z\"}}}",
         cveMetadata: "{\"cveId\": \"CVE-2024-27406\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T08:54:25.487Z\", \"dateReserved\": \"2024-02-25T13:47:42.681Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-17T11:40:28.608Z\", \"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.