cve-2024-47715
Vulnerability from cvelistv5
Published
2024-10-21 11:53
Modified
2024-12-19 09:26
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix oops on non-dbdc mt7986 mt7915_band_config() sets band_idx = 1 on the main phy for mt7986 with MT7975_ONE_ADIE or MT7976_ONE_ADIE. Commit 0335c034e726 ("wifi: mt76: fix race condition related to checking tx queue fill status") introduced a dereference of the phys array indirectly indexed by band_idx via wcid->phy_idx in mt76_wcid_cleanup(). This caused the following Oops on affected mt7986 devices: Unable to handle kernel read from unreadable memory at virtual address 0000000000000024 Mem abort info: ESR = 0x0000000096000005 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x05: level 1 translation fault Data abort info: ISV = 0, ISS = 0x00000005 CM = 0, WnR = 0 user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042545000 [0000000000000024] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000 Internal error: Oops: 0000000096000005 [#1] SMP Modules linked in: ... mt7915e mt76_connac_lib mt76 mac80211 cfg80211 ... CPU: 2 PID: 1631 Comm: hostapd Not tainted 5.15.150 #0 Hardware name: ZyXEL EX5700 (Telenor) (DT) pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : mt76_wcid_cleanup+0x84/0x22c [mt76] lr : mt76_wcid_cleanup+0x64/0x22c [mt76] sp : ffffffc00a803700 x29: ffffffc00a803700 x28: ffffff80008f7300 x27: ffffff80003f3c00 x26: ffffff80000a7880 x25: ffffffc008c26e00 x24: 0000000000000001 x23: ffffffc000a68114 x22: 0000000000000000 x21: ffffff8004172cc8 x20: ffffffc00a803748 x19: ffffff8004152020 x18: 0000000000000000 x17: 00000000000017c0 x16: ffffffc008ef5000 x15: 0000000000000be0 x14: ffffff8004172e28 x13: ffffff8004172e28 x12: 0000000000000000 x11: 0000000000000000 x10: ffffff8004172e30 x9 : ffffff8004172e28 x8 : 0000000000000000 x7 : ffffff8004156020 x6 : 0000000000000000 x5 : 0000000000000031 x4 : 0000000000000000 x3 : 0000000000000001 x2 : 0000000000000000 x1 : ffffff80008f7300 x0 : 0000000000000024 Call trace: mt76_wcid_cleanup+0x84/0x22c [mt76] __mt76_sta_remove+0x70/0xbc [mt76] mt76_sta_state+0x8c/0x1a4 [mt76] mt7915_eeprom_get_power_delta+0x11e4/0x23a0 [mt7915e] drv_sta_state+0x144/0x274 [mac80211] sta_info_move_state+0x1cc/0x2a4 [mac80211] sta_set_sinfo+0xaf8/0xc24 [mac80211] sta_info_destroy_addr_bss+0x4c/0x6c [mac80211] ieee80211_color_change_finish+0x1c08/0x1e70 [mac80211] cfg80211_check_station_change+0x1360/0x4710 [cfg80211] genl_family_rcv_msg_doit+0xb4/0x110 genl_rcv_msg+0xd0/0x1bc netlink_rcv_skb+0x58/0x120 genl_rcv+0x34/0x50 netlink_unicast+0x1f0/0x2ec netlink_sendmsg+0x198/0x3d0 ____sys_sendmsg+0x1b0/0x210 ___sys_sendmsg+0x80/0xf0 __sys_sendmsg+0x44/0xa0 __arm64_sys_sendmsg+0x20/0x30 invoke_syscall.constprop.0+0x4c/0xe0 do_el0_svc+0x40/0xd0 el0_svc+0x14/0x4c el0t_64_sync_handler+0x100/0x110 el0t_64_sync+0x15c/0x160 Code: d2800002 910092c0 52800023 f9800011 (885f7c01) ---[ end trace 7e42dd9a39ed2281 ]--- Fix by using mt76_dev_phy() which will map band_idx to the correct phy for all hardware combinations.
Impacted products
Vendor Product Version
Linux Linux Version: d2defcddfe90b3be0cfccc2482495ab1fb759586
Version: 0335c034e7265d36d956e806f33202c94a8a9860
Version: 0335c034e7265d36d956e806f33202c94a8a9860
Version: 0335c034e7265d36d956e806f33202c94a8a9860
Create a notification for this product.
   Linux Linux Version: 6.7
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-47715",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-21T13:02:44.864133Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-21T13:04:18.425Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mac80211.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "818dd118f4a997f8b4fe9c010b22402d410a2424",
              "status": "affected",
              "version": "d2defcddfe90b3be0cfccc2482495ab1fb759586",
              "versionType": "git"
            },
            {
              "lessThan": "7c128f3ff0be5802aef66f332e4bba6afe98735e",
              "status": "affected",
              "version": "0335c034e7265d36d956e806f33202c94a8a9860",
              "versionType": "git"
            },
            {
              "lessThan": "a94d2bd111b39f0c2c7fcbfbf8276ab98c3b8353",
              "status": "affected",
              "version": "0335c034e7265d36d956e806f33202c94a8a9860",
              "versionType": "git"
            },
            {
              "lessThan": "862bf7cbd772c2bad570ef0c5b5556a1330656dd",
              "status": "affected",
              "version": "0335c034e7265d36d956e806f33202c94a8a9860",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mac80211.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.7"
            },
            {
              "lessThan": "6.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.54",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.12",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7915: fix oops on non-dbdc mt7986\n\nmt7915_band_config() sets band_idx = 1 on the main phy for mt7986\nwith MT7975_ONE_ADIE or MT7976_ONE_ADIE.\n\nCommit 0335c034e726 (\"wifi: mt76: fix race condition related to\nchecking tx queue fill status\") introduced a dereference of the\nphys array indirectly indexed by band_idx via wcid-\u003ephy_idx in\nmt76_wcid_cleanup(). This caused the following Oops on affected\nmt7986 devices:\n\n Unable to handle kernel read from unreadable memory at virtual address 0000000000000024\n Mem abort info:\n   ESR = 0x0000000096000005\n   EC = 0x25: DABT (current EL), IL = 32 bits\n   SET = 0, FnV = 0\n   EA = 0, S1PTW = 0\n   FSC = 0x05: level 1 translation fault\n Data abort info:\n   ISV = 0, ISS = 0x00000005\n   CM = 0, WnR = 0\n user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042545000\n [0000000000000024] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000\n Internal error: Oops: 0000000096000005 [#1] SMP\n Modules linked in: ... mt7915e mt76_connac_lib mt76 mac80211 cfg80211 ...\n CPU: 2 PID: 1631 Comm: hostapd Not tainted 5.15.150 #0\n Hardware name: ZyXEL EX5700 (Telenor) (DT)\n pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n pc : mt76_wcid_cleanup+0x84/0x22c [mt76]\n lr : mt76_wcid_cleanup+0x64/0x22c [mt76]\n sp : ffffffc00a803700\n x29: ffffffc00a803700 x28: ffffff80008f7300 x27: ffffff80003f3c00\n x26: ffffff80000a7880 x25: ffffffc008c26e00 x24: 0000000000000001\n x23: ffffffc000a68114 x22: 0000000000000000 x21: ffffff8004172cc8\n x20: ffffffc00a803748 x19: ffffff8004152020 x18: 0000000000000000\n x17: 00000000000017c0 x16: ffffffc008ef5000 x15: 0000000000000be0\n x14: ffffff8004172e28 x13: ffffff8004172e28 x12: 0000000000000000\n x11: 0000000000000000 x10: ffffff8004172e30 x9 : ffffff8004172e28\n x8 : 0000000000000000 x7 : ffffff8004156020 x6 : 0000000000000000\n x5 : 0000000000000031 x4 : 0000000000000000 x3 : 0000000000000001\n x2 : 0000000000000000 x1 : ffffff80008f7300 x0 : 0000000000000024\n Call trace:\n  mt76_wcid_cleanup+0x84/0x22c [mt76]\n  __mt76_sta_remove+0x70/0xbc [mt76]\n  mt76_sta_state+0x8c/0x1a4 [mt76]\n  mt7915_eeprom_get_power_delta+0x11e4/0x23a0 [mt7915e]\n  drv_sta_state+0x144/0x274 [mac80211]\n  sta_info_move_state+0x1cc/0x2a4 [mac80211]\n  sta_set_sinfo+0xaf8/0xc24 [mac80211]\n  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]\n\n  ieee80211_color_change_finish+0x1c08/0x1e70 [mac80211]\n  cfg80211_check_station_change+0x1360/0x4710 [cfg80211]\n  genl_family_rcv_msg_doit+0xb4/0x110\n  genl_rcv_msg+0xd0/0x1bc\n  netlink_rcv_skb+0x58/0x120\n  genl_rcv+0x34/0x50\n  netlink_unicast+0x1f0/0x2ec\n  netlink_sendmsg+0x198/0x3d0\n  ____sys_sendmsg+0x1b0/0x210\n  ___sys_sendmsg+0x80/0xf0\n  __sys_sendmsg+0x44/0xa0\n  __arm64_sys_sendmsg+0x20/0x30\n  invoke_syscall.constprop.0+0x4c/0xe0\n  do_el0_svc+0x40/0xd0\n  el0_svc+0x14/0x4c\n  el0t_64_sync_handler+0x100/0x110\n  el0t_64_sync+0x15c/0x160\n Code: d2800002 910092c0 52800023 f9800011 (885f7c01)\n ---[ end trace 7e42dd9a39ed2281 ]---\n\nFix by using mt76_dev_phy() which will map band_idx to the correct phy\nfor all hardware combinations."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:26:40.648Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/818dd118f4a997f8b4fe9c010b22402d410a2424"
        },
        {
          "url": "https://git.kernel.org/stable/c/7c128f3ff0be5802aef66f332e4bba6afe98735e"
        },
        {
          "url": "https://git.kernel.org/stable/c/a94d2bd111b39f0c2c7fcbfbf8276ab98c3b8353"
        },
        {
          "url": "https://git.kernel.org/stable/c/862bf7cbd772c2bad570ef0c5b5556a1330656dd"
        }
      ],
      "title": "wifi: mt76: mt7915: fix oops on non-dbdc mt7986",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-47715",
    "datePublished": "2024-10-21T11:53:46.772Z",
    "dateReserved": "2024-09-30T16:00:12.949Z",
    "dateUpdated": "2024-12-19T09:26:40.648Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-47715\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T12:15:07.870\",\"lastModified\":\"2024-10-24T14:35:59.327\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mt76: mt7915: fix oops on non-dbdc mt7986\\n\\nmt7915_band_config() sets band_idx = 1 on the main phy for mt7986\\nwith MT7975_ONE_ADIE or MT7976_ONE_ADIE.\\n\\nCommit 0335c034e726 (\\\"wifi: mt76: fix race condition related to\\nchecking tx queue fill status\\\") introduced a dereference of the\\nphys array indirectly indexed by band_idx via wcid-\u003ephy_idx in\\nmt76_wcid_cleanup(). This caused the following Oops on affected\\nmt7986 devices:\\n\\n Unable to handle kernel read from unreadable memory at virtual address 0000000000000024\\n Mem abort info:\\n   ESR = 0x0000000096000005\\n   EC = 0x25: DABT (current EL), IL = 32 bits\\n   SET = 0, FnV = 0\\n   EA = 0, S1PTW = 0\\n   FSC = 0x05: level 1 translation fault\\n Data abort info:\\n   ISV = 0, ISS = 0x00000005\\n   CM = 0, WnR = 0\\n user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042545000\\n [0000000000000024] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000\\n Internal error: Oops: 0000000096000005 [#1] SMP\\n Modules linked in: ... mt7915e mt76_connac_lib mt76 mac80211 cfg80211 ...\\n CPU: 2 PID: 1631 Comm: hostapd Not tainted 5.15.150 #0\\n Hardware name: ZyXEL EX5700 (Telenor) (DT)\\n pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\\n pc : mt76_wcid_cleanup+0x84/0x22c [mt76]\\n lr : mt76_wcid_cleanup+0x64/0x22c [mt76]\\n sp : ffffffc00a803700\\n x29: ffffffc00a803700 x28: ffffff80008f7300 x27: ffffff80003f3c00\\n x26: ffffff80000a7880 x25: ffffffc008c26e00 x24: 0000000000000001\\n x23: ffffffc000a68114 x22: 0000000000000000 x21: ffffff8004172cc8\\n x20: ffffffc00a803748 x19: ffffff8004152020 x18: 0000000000000000\\n x17: 00000000000017c0 x16: ffffffc008ef5000 x15: 0000000000000be0\\n x14: ffffff8004172e28 x13: ffffff8004172e28 x12: 0000000000000000\\n x11: 0000000000000000 x10: ffffff8004172e30 x9 : ffffff8004172e28\\n x8 : 0000000000000000 x7 : ffffff8004156020 x6 : 0000000000000000\\n x5 : 0000000000000031 x4 : 0000000000000000 x3 : 0000000000000001\\n x2 : 0000000000000000 x1 : ffffff80008f7300 x0 : 0000000000000024\\n Call trace:\\n  mt76_wcid_cleanup+0x84/0x22c [mt76]\\n  __mt76_sta_remove+0x70/0xbc [mt76]\\n  mt76_sta_state+0x8c/0x1a4 [mt76]\\n  mt7915_eeprom_get_power_delta+0x11e4/0x23a0 [mt7915e]\\n  drv_sta_state+0x144/0x274 [mac80211]\\n  sta_info_move_state+0x1cc/0x2a4 [mac80211]\\n  sta_set_sinfo+0xaf8/0xc24 [mac80211]\\n  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]\\n\\n  ieee80211_color_change_finish+0x1c08/0x1e70 [mac80211]\\n  cfg80211_check_station_change+0x1360/0x4710 [cfg80211]\\n  genl_family_rcv_msg_doit+0xb4/0x110\\n  genl_rcv_msg+0xd0/0x1bc\\n  netlink_rcv_skb+0x58/0x120\\n  genl_rcv+0x34/0x50\\n  netlink_unicast+0x1f0/0x2ec\\n  netlink_sendmsg+0x198/0x3d0\\n  ____sys_sendmsg+0x1b0/0x210\\n  ___sys_sendmsg+0x80/0xf0\\n  __sys_sendmsg+0x44/0xa0\\n  __arm64_sys_sendmsg+0x20/0x30\\n  invoke_syscall.constprop.0+0x4c/0xe0\\n  do_el0_svc+0x40/0xd0\\n  el0_svc+0x14/0x4c\\n  el0t_64_sync_handler+0x100/0x110\\n  el0t_64_sync+0x15c/0x160\\n Code: d2800002 910092c0 52800023 f9800011 (885f7c01)\\n ---[ end trace 7e42dd9a39ed2281 ]---\\n\\nFix by using mt76_dev_phy() which will map band_idx to the correct phy\\nfor all hardware combinations.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: wifi: mt76: mt7915: se corrige el error en mt7986 que no es dbdc mt7915_band_config() establece band_idx = 1 en el phy principal para mt7986 con MT7975_ONE_ADIE o MT7976_ONE_ADIE. el commit 0335c034e726 (\\\"wifi: mt76: se corrige la condici\u00f3n de ejecuci\u00f3n relacionada con la comprobaci\u00f3n del estado de llenado de la cola de transmisi\u00f3n\\\") introdujo una desreferencia de la matriz phys indexada indirectamente por band_idx a trav\u00e9s de wcid-\u0026gt;phy_idx en mt76_wcid_cleanup(). Esto provoc\u00f3 los siguientes errores en los dispositivos mt7986 afectados: No se puede manejar la lectura del kernel desde la memoria ilegible en la direcci\u00f3n virtual 0000000000000024 Informaci\u00f3n de aborto de memoria: ESR = 0x0000000096000005 EC = 0x25: DABT (EL actual), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x05: error de traducci\u00f3n de nivel 1 Informaci\u00f3n de aborto de datos: ISV = 0, ISS = 0x00000005 CM = 0, WnR = 0 pgtable de usuario: 4k p\u00e1ginas, VA de 39 bits, pgdp=0000000042545000 [0000000000000024] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000 Error interno: Oops: 0000000096000005 [#1] M\u00f3dulos SMP vinculados en: ... mt7915e mt76_connac_lib mt76 mac80211 cfg80211 ... CPU: 2 PID: 1631 Comm: hostapd No contaminado 5.15.150 #0 Nombre del hardware: ZyXEL EX5700 (Telenor) (DT) pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : mt76_wcid_cleanup+0x84/0x22c [mt76] lr : mt76_wcid_cleanup+0x64/0x22c [mt76] sp : ffffffc00a803700 x29: ffffffc00a803700 x28: ffffff80008f7300 x27: ffffff80003f3c00 x26: ffffff80000a7880 x25: ffffffc008c26e00 x24: 0000000000000001 x23: ffffffc000a68114 x22: 0000000000000000 x21: ffffff8004172cc8 x20: ffffffc00a803748 x19: ffffff8004152020 x18: 0000000000000000 x17: 00000000000017c0 x16: ffffffc008ef5000 x15: 00000000000000be0 x14: ffffff8004172e28 x13: ffffff8004172e28 x12: 000000000000000 x11: 000000000000000 x10: ffffff8004172e30 x9: ffffff8004172e28 x8: 0000000000000000 x7 : ffffff8004156020 x6 : 0000000000000000 x5 : 00000000000000031 x4 : 0000000000000000 x3 : 0000000000000001 x2 : 0000000000000000 x1 : ffffff80008f7300 x0 : 0000000000000024 Rastreo de llamadas: mt76_wcid_cleanup+0x84/0x22c [mt76] __mt76_sta_remove+0x70/0xbc [mt76] mt76_sta_state+0x8c/0x1a4 [mt76] mt7915_eeprom_get_power_delta+0x11e4/0x23a0 [mt7915e] drv_sta_state+0x144/0x274 [mac80211] sta_info_move_state+0x1cc/0x2a4 [mac80211] sta_set_sinfo+0xaf8/0xc24 [mac80211] sta_info_destroy_addr_bss+0x4c/0x6c [mac80211] ieee80211_color_change_finish+0x1c08/0x1e70 [mac80211] cfg80211_check_station_change+0x1360/0x4710 [cfg80211] genl_family_rcv_msg_doit+0xb4/0x110 genl_rcv_msg+0xd0/0x1bc netlink_rcv_skb+0x58/0x120 genl_rcv+0x34/0x50 netlink_unicast+0x1f0/0x2ec netlink_sendmsg+0x198/0x3d0 ____sys_sendmsg+0x1b0/0x210 ___sys_sendmsg+0x80/0xf0 __sys_sendmsg+0x44/0xa0 __arm64_sys_sendmsg+0x20/0x30 invoke_syscall.constprop.0+0x4c/0xe0 do_el0_svc+0x40/0xd0 el0_svc+0x14/0x4c el0t_64_sync_handler+0x100/0x110 el0t_64_sync+0x15c/0x160 C\u00f3digo: d2800002 910092c0 52800023 f9800011 (885f7c01) ---[ fin del seguimiento 7e42dd9a39ed2281 ]--- Se soluciona mediante mt76_dev_phy() que asignar\u00e1 band_idx al phy correcto para todas las combinaciones de hardware.\"}],\"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\":\"6.6.48\",\"versionEndExcluding\":\"6.6.54\",\"matchCriteriaId\":\"C20918A8-C31C-4310-BE4B-CA85E86AFF85\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.10.13\",\"matchCriteriaId\":\"CE94BB8D-B0AB-4563-9ED7-A12122B56EBE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.11.2\",\"matchCriteriaId\":\"AB755D26-97F4-43B6-8604-CD076811E181\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/7c128f3ff0be5802aef66f332e4bba6afe98735e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/818dd118f4a997f8b4fe9c010b22402d410a2424\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/862bf7cbd772c2bad570ef0c5b5556a1330656dd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a94d2bd111b39f0c2c7fcbfbf8276ab98c3b8353\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47715\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-21T13:02:44.864133Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-21T13:02:47.999Z\"}}], \"cna\": {\"title\": \"wifi: mt76: mt7915: fix oops on non-dbdc mt7986\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"d2defcddfe90b3be0cfccc2482495ab1fb759586\", \"lessThan\": \"818dd118f4a997f8b4fe9c010b22402d410a2424\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"0335c034e7265d36d956e806f33202c94a8a9860\", \"lessThan\": \"7c128f3ff0be5802aef66f332e4bba6afe98735e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"0335c034e7265d36d956e806f33202c94a8a9860\", \"lessThan\": \"a94d2bd111b39f0c2c7fcbfbf8276ab98c3b8353\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"0335c034e7265d36d956e806f33202c94a8a9860\", \"lessThan\": \"862bf7cbd772c2bad570ef0c5b5556a1330656dd\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/wireless/mediatek/mt76/mac80211.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.7\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.7\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.54\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/wireless/mediatek/mt76/mac80211.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/818dd118f4a997f8b4fe9c010b22402d410a2424\"}, {\"url\": \"https://git.kernel.org/stable/c/7c128f3ff0be5802aef66f332e4bba6afe98735e\"}, {\"url\": \"https://git.kernel.org/stable/c/a94d2bd111b39f0c2c7fcbfbf8276ab98c3b8353\"}, {\"url\": \"https://git.kernel.org/stable/c/862bf7cbd772c2bad570ef0c5b5556a1330656dd\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mt76: mt7915: fix oops on non-dbdc mt7986\\n\\nmt7915_band_config() sets band_idx = 1 on the main phy for mt7986\\nwith MT7975_ONE_ADIE or MT7976_ONE_ADIE.\\n\\nCommit 0335c034e726 (\\\"wifi: mt76: fix race condition related to\\nchecking tx queue fill status\\\") introduced a dereference of the\\nphys array indirectly indexed by band_idx via wcid-\u003ephy_idx in\\nmt76_wcid_cleanup(). This caused the following Oops on affected\\nmt7986 devices:\\n\\n Unable to handle kernel read from unreadable memory at virtual address 0000000000000024\\n Mem abort info:\\n   ESR = 0x0000000096000005\\n   EC = 0x25: DABT (current EL), IL = 32 bits\\n   SET = 0, FnV = 0\\n   EA = 0, S1PTW = 0\\n   FSC = 0x05: level 1 translation fault\\n Data abort info:\\n   ISV = 0, ISS = 0x00000005\\n   CM = 0, WnR = 0\\n user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042545000\\n [0000000000000024] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000\\n Internal error: Oops: 0000000096000005 [#1] SMP\\n Modules linked in: ... mt7915e mt76_connac_lib mt76 mac80211 cfg80211 ...\\n CPU: 2 PID: 1631 Comm: hostapd Not tainted 5.15.150 #0\\n Hardware name: ZyXEL EX5700 (Telenor) (DT)\\n pstate: 80400005 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\\n pc : mt76_wcid_cleanup+0x84/0x22c [mt76]\\n lr : mt76_wcid_cleanup+0x64/0x22c [mt76]\\n sp : ffffffc00a803700\\n x29: ffffffc00a803700 x28: ffffff80008f7300 x27: ffffff80003f3c00\\n x26: ffffff80000a7880 x25: ffffffc008c26e00 x24: 0000000000000001\\n x23: ffffffc000a68114 x22: 0000000000000000 x21: ffffff8004172cc8\\n x20: ffffffc00a803748 x19: ffffff8004152020 x18: 0000000000000000\\n x17: 00000000000017c0 x16: ffffffc008ef5000 x15: 0000000000000be0\\n x14: ffffff8004172e28 x13: ffffff8004172e28 x12: 0000000000000000\\n x11: 0000000000000000 x10: ffffff8004172e30 x9 : ffffff8004172e28\\n x8 : 0000000000000000 x7 : ffffff8004156020 x6 : 0000000000000000\\n x5 : 0000000000000031 x4 : 0000000000000000 x3 : 0000000000000001\\n x2 : 0000000000000000 x1 : ffffff80008f7300 x0 : 0000000000000024\\n Call trace:\\n  mt76_wcid_cleanup+0x84/0x22c [mt76]\\n  __mt76_sta_remove+0x70/0xbc [mt76]\\n  mt76_sta_state+0x8c/0x1a4 [mt76]\\n  mt7915_eeprom_get_power_delta+0x11e4/0x23a0 [mt7915e]\\n  drv_sta_state+0x144/0x274 [mac80211]\\n  sta_info_move_state+0x1cc/0x2a4 [mac80211]\\n  sta_set_sinfo+0xaf8/0xc24 [mac80211]\\n  sta_info_destroy_addr_bss+0x4c/0x6c [mac80211]\\n\\n  ieee80211_color_change_finish+0x1c08/0x1e70 [mac80211]\\n  cfg80211_check_station_change+0x1360/0x4710 [cfg80211]\\n  genl_family_rcv_msg_doit+0xb4/0x110\\n  genl_rcv_msg+0xd0/0x1bc\\n  netlink_rcv_skb+0x58/0x120\\n  genl_rcv+0x34/0x50\\n  netlink_unicast+0x1f0/0x2ec\\n  netlink_sendmsg+0x198/0x3d0\\n  ____sys_sendmsg+0x1b0/0x210\\n  ___sys_sendmsg+0x80/0xf0\\n  __sys_sendmsg+0x44/0xa0\\n  __arm64_sys_sendmsg+0x20/0x30\\n  invoke_syscall.constprop.0+0x4c/0xe0\\n  do_el0_svc+0x40/0xd0\\n  el0_svc+0x14/0x4c\\n  el0t_64_sync_handler+0x100/0x110\\n  el0t_64_sync+0x15c/0x160\\n Code: d2800002 910092c0 52800023 f9800011 (885f7c01)\\n ---[ end trace 7e42dd9a39ed2281 ]---\\n\\nFix by using mt76_dev_phy() which will map band_idx to the correct phy\\nfor all hardware combinations.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:26:40.648Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-47715\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:26:40.648Z\", \"dateReserved\": \"2024-09-30T16:00:12.949Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T11:53:46.772Z\", \"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.