CVE-2021-47176 (GCVE-0-2021-47176)
Vulnerability from cvelistv5
Published
2024-03-25 09:16
Modified
2024-12-19 07:36
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: add missing discipline function Fix crash with illegal operation exception in dasd_device_tasklet. Commit b72949328869 ("s390/dasd: Prepare for additional path event handling") renamed the verify_path function for ECKD but not for FBA and DIAG. This leads to a panic when the path verification function is called for a FBA or DIAG device. Fix by defining a wrapper function for dasd_generic_verify_path().
Impacted products
Vendor Product Version
Linux Linux Version: 8bc5a76268fb334236296b4c185b8337e0d85473
Version: 72aebdac390bf0dc04c0385d2db7ee522f4ffa3c
Version: b72949328869dfd45f6452c2410647afd7db5f1a
Version: b72949328869dfd45f6452c2410647afd7db5f1a
Create a notification for this product.
   Linux Linux Version: 5.11
Create a notification for this product.
Show details on NVD website


{
   containers: {
      adp: [
         {
            metrics: [
               {
                  other: {
                     content: {
                        id: "CVE-2021-47176",
                        options: [
                           {
                              Exploitation: "none",
                           },
                           {
                              Automatable: "no",
                           },
                           {
                              "Technical Impact": "partial",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-03-25T18:12:45.015543Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            providerMetadata: {
               dateUpdated: "2024-06-04T17:13:47.029Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
         {
            providerMetadata: {
               dateUpdated: "2024-08-04T05:24:39.950Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               defaultStatus: "unaffected",
               product: "Linux",
               programFiles: [
                  "drivers/s390/block/dasd_diag.c",
                  "drivers/s390/block/dasd_fba.c",
                  "drivers/s390/block/dasd_int.h",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     lessThan: "6a16810068e70959bc1df686424aa35ce05578f1",
                     status: "affected",
                     version: "8bc5a76268fb334236296b4c185b8337e0d85473",
                     versionType: "git",
                  },
                  {
                     lessThan: "aa8579bc084673c651204f7cd0d6308a47dffc16",
                     status: "affected",
                     version: "72aebdac390bf0dc04c0385d2db7ee522f4ffa3c",
                     versionType: "git",
                  },
                  {
                     lessThan: "a16be88a3d7e5efcb59a15edea87a8bd369630c6",
                     status: "affected",
                     version: "b72949328869dfd45f6452c2410647afd7db5f1a",
                     versionType: "git",
                  },
                  {
                     lessThan: "c0c8a8397fa8a74d04915f4d3d28cb4a5d401427",
                     status: "affected",
                     version: "b72949328869dfd45f6452c2410647afd7db5f1a",
                     versionType: "git",
                  },
               ],
            },
            {
               defaultStatus: "affected",
               product: "Linux",
               programFiles: [
                  "drivers/s390/block/dasd_diag.c",
                  "drivers/s390/block/dasd_fba.c",
                  "drivers/s390/block/dasd_int.h",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     status: "affected",
                     version: "5.11",
                  },
                  {
                     lessThan: "5.11",
                     status: "unaffected",
                     version: "0",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.4.*",
                     status: "unaffected",
                     version: "5.4.237",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.10.*",
                     status: "unaffected",
                     version: "5.10.175",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "5.12.*",
                     status: "unaffected",
                     version: "5.12.9",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "*",
                     status: "unaffected",
                     version: "5.13",
                     versionType: "original_commit_for_fix",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/dasd: add missing discipline function\n\nFix crash with illegal operation exception in dasd_device_tasklet.\nCommit b72949328869 (\"s390/dasd: Prepare for additional path event handling\")\nrenamed the verify_path function for ECKD but not for FBA and DIAG.\nThis leads to a panic when the path verification function is called for a\nFBA or DIAG device.\n\nFix by defining a wrapper function for dasd_generic_verify_path().",
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-12-19T07:36:38.723Z",
            orgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            shortName: "Linux",
         },
         references: [
            {
               url: "https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1",
            },
            {
               url: "https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16",
            },
            {
               url: "https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6",
            },
            {
               url: "https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427",
            },
         ],
         title: "s390/dasd: add missing discipline function",
         x_generator: {
            engine: "bippy-5f407fcff5a0",
         },
      },
   },
   cveMetadata: {
      assignerOrgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      assignerShortName: "Linux",
      cveId: "CVE-2021-47176",
      datePublished: "2024-03-25T09:16:26.731Z",
      dateReserved: "2024-03-25T09:12:14.112Z",
      dateUpdated: "2024-12-19T07:36:38.723Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      fkie_nvd: {
         descriptions: "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ns390/dasd: add missing discipline function\\n\\nFix crash with illegal operation exception in dasd_device_tasklet.\\nCommit b72949328869 (\\\"s390/dasd: Prepare for additional path event handling\\\")\\nrenamed the verify_path function for ECKD but not for FBA and DIAG.\\nThis leads to a panic when the path verification function is called for a\\nFBA or DIAG device.\\n\\nFix by defining a wrapper function for dasd_generic_verify_path().\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se resolvi\\u00f3 la siguiente vulnerabilidad: s390/dasd: agregar funci\\u00f3n de disciplina faltante. Se corrigi\\u00f3 falla con excepci\\u00f3n de operaci\\u00f3n ilegal en dasd_device_tasklet. El commit b72949328869 (\\\"s390/dasd: Prep\\u00e1rese para el manejo de eventos de ruta adicional\\\") cambi\\u00f3 el nombre de la funci\\u00f3n verificar_ruta para ECKD pero no para Log\\u00edstica de Amazon y DIAG. Esto provoca p\\u00e1nico cuando se llama a la funci\\u00f3n de verificaci\\u00f3n de ruta para un dispositivo FBA o DIAG. Para solucionarlo, defina una funci\\u00f3n contenedora para dasd_generic_verify_path().\"}]",
         id: "CVE-2021-47176",
         lastModified: "2024-11-21T06:35:33.660",
         published: "2024-03-25T10:15:09.163",
         references: "[{\"url\": \"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
         sourceIdentifier: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
         vulnStatus: "Awaiting Analysis",
      },
      nvd: "{\"cve\":{\"id\":\"CVE-2021-47176\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-03-25T10:15:09.163\",\"lastModified\":\"2025-03-17T15:02:42.880\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ns390/dasd: add missing discipline function\\n\\nFix crash with illegal operation exception in dasd_device_tasklet.\\nCommit b72949328869 (\\\"s390/dasd: Prepare for additional path event handling\\\")\\nrenamed the verify_path function for ECKD but not for FBA and DIAG.\\nThis leads to a panic when the path verification function is called for a\\nFBA or DIAG device.\\n\\nFix by defining a wrapper function for dasd_generic_verify_path().\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvió la siguiente vulnerabilidad: s390/dasd: agregar función de disciplina faltante. Se corrigió falla con excepción de operación ilegal en dasd_device_tasklet. El commit b72949328869 (\\\"s390/dasd: Prepárese para el manejo de eventos de ruta adicional\\\") cambió el nombre de la función verificar_ruta para ECKD pero no para Logística de Amazon y DIAG. Esto provoca pánico cuando se llama a la función de verificación de ruta para un dispositivo FBA o DIAG. Para solucionarlo, defina una función contenedora para dasd_generic_verify_path().\"}],\"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}]},\"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\":\"5.4.235\",\"versionEndExcluding\":\"5.4.237\",\"matchCriteriaId\":\"2D0F9F61-8180-4EA8-AFE6-549771B94476\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.10.173\",\"versionEndExcluding\":\"5.10.175\",\"matchCriteriaId\":\"13FA8FE7-E651-4DA8-BDB8-D999E5FF80F5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.12.9\",\"matchCriteriaId\":\"2C8A1D02-81A7-44E5-ACFD-CC6A6694F930\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0CBAD0FC-C281-4666-AB2F-F8E6E1165DF7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"96AC23B2-D46A-49D9-8203-8E1BEDCA8532\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"DA610E30-717C-4700-9F77-A3C9244F3BFD\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
      vulnrichment: {
         containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:24:39.950Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47176\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-25T18:12:45.015543Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:19.453Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"s390/dasd: add missing discipline function\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"8bc5a76268fb\", \"lessThan\": \"6a16810068e7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"72aebdac390b\", \"lessThan\": \"aa8579bc0846\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b72949328869\", \"lessThan\": \"a16be88a3d7e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b72949328869\", \"lessThan\": \"c0c8a8397fa8\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/s390/block/dasd_diag.c\", \"drivers/s390/block/dasd_fba.c\", \"drivers/s390/block/dasd_int.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.11\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.11\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.4.237\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.175\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.12.9\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.12.*\"}, {\"status\": \"unaffected\", \"version\": \"5.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/s390/block/dasd_diag.c\", \"drivers/s390/block/dasd_fba.c\", \"drivers/s390/block/dasd_int.h\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6a16810068e70959bc1df686424aa35ce05578f1\"}, {\"url\": \"https://git.kernel.org/stable/c/aa8579bc084673c651204f7cd0d6308a47dffc16\"}, {\"url\": \"https://git.kernel.org/stable/c/a16be88a3d7e5efcb59a15edea87a8bd369630c6\"}, {\"url\": \"https://git.kernel.org/stable/c/c0c8a8397fa8a74d04915f4d3d28cb4a5d401427\"}], \"x_generator\": {\"engine\": \"bippy-c8e10e5f6187\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ns390/dasd: add missing discipline function\\n\\nFix crash with illegal operation exception in dasd_device_tasklet.\\nCommit b72949328869 (\\\"s390/dasd: Prepare for additional path event handling\\\")\\nrenamed the verify_path function for ECKD but not for FBA and DIAG.\\nThis leads to a panic when the path verification function is called for a\\nFBA or DIAG device.\\n\\nFix by defining a wrapper function for dasd_generic_verify_path().\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-11-04T11:36:13.307Z\"}}}",
         cveMetadata: "{\"cveId\": \"CVE-2021-47176\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-04T11:36:13.307Z\", \"dateReserved\": \"2024-03-25T09:12:14.112Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-03-25T09:16:26.731Z\", \"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.