cve-2024-47738
Vulnerability from cvelistv5
Published
2024-10-21 12:14
Modified
2024-12-19 09:27
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 ("wifi: mac80211: don't use rate mask for scanning"), ignore incorrect settings to avoid no supported rate warning reported by syzbot. The syzbot did bisect and found cause is commit 9df66d5b9f45 ("cfg80211: fix default HE tx bitrate mask in 2G band"), which however corrects bitmask of HE MCS and recognizes correctly settings of empty legacy rate plus HE MCS rate instead of returning -EINVAL. As suggestions [1], follow the change of SCAN TX to consider this case of offchannel TX as well. [1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024
Impacted products
Vendor Product Version
Linux Linux Version: 9df66d5b9f45c39b3925d16e8947cc10009b186d
Version: 9df66d5b9f45c39b3925d16e8947cc10009b186d
Version: 9df66d5b9f45c39b3925d16e8947cc10009b186d
Version: 9df66d5b9f45c39b3925d16e8947cc10009b186d
Version: 9df66d5b9f45c39b3925d16e8947cc10009b186d
Create a notification for this product.
   Linux Linux Version: 5.14
Create a notification for this product.
Show details on NVD website


{
   containers: {
      adp: [
         {
            metrics: [
               {
                  other: {
                     content: {
                        id: "CVE-2024-47738",
                        options: [
                           {
                              Exploitation: "none",
                           },
                           {
                              Automatable: "no",
                           },
                           {
                              "Technical Impact": "partial",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-10-21T12:59:35.373697Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            providerMetadata: {
               dateUpdated: "2024-10-21T13:04:14.864Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
      ],
      cna: {
         affected: [
            {
               defaultStatus: "unaffected",
               product: "Linux",
               programFiles: [
                  "include/net/mac80211.h",
                  "net/mac80211/offchannel.c",
                  "net/mac80211/rate.c",
                  "net/mac80211/scan.c",
                  "net/mac80211/tx.c",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     lessThan: "aafca50e71dc8f3192a5bfb325135a7908f3ef9e",
                     status: "affected",
                     version: "9df66d5b9f45c39b3925d16e8947cc10009b186d",
                     versionType: "git",
                  },
                  {
                     lessThan: "d54455a3a965feb547711aff7afd2ca5deadb99c",
                     status: "affected",
                     version: "9df66d5b9f45c39b3925d16e8947cc10009b186d",
                     versionType: "git",
                  },
                  {
                     lessThan: "3565ef215101ffadb5fe5394c70b1fca51376b25",
                     status: "affected",
                     version: "9df66d5b9f45c39b3925d16e8947cc10009b186d",
                     versionType: "git",
                  },
                  {
                     lessThan: "43897111481b679508711d3ca881c4c6593e9247",
                     status: "affected",
                     version: "9df66d5b9f45c39b3925d16e8947cc10009b186d",
                     versionType: "git",
                  },
                  {
                     lessThan: "e7a7ef9a0742dbd0818d5b15fba2c5313ace765b",
                     status: "affected",
                     version: "9df66d5b9f45c39b3925d16e8947cc10009b186d",
                     versionType: "git",
                  },
               ],
            },
            {
               defaultStatus: "affected",
               product: "Linux",
               programFiles: [
                  "include/net/mac80211.h",
                  "net/mac80211/offchannel.c",
                  "net/mac80211/rate.c",
                  "net/mac80211/scan.c",
                  "net/mac80211/tx.c",
               ],
               repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               vendor: "Linux",
               versions: [
                  {
                     status: "affected",
                     version: "5.14",
                  },
                  {
                     lessThan: "5.14",
                     status: "unaffected",
                     version: "0",
                     versionType: "semver",
                  },
                  {
                     lessThanOrEqual: "6.1.*",
                     status: "unaffected",
                     version: "6.1.113",
                     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: mac80211: don't use rate mask for offchannel TX either\n\nLike the commit ab9177d83c04 (\"wifi: mac80211: don't use rate mask for\nscanning\"), ignore incorrect settings to avoid no supported rate warning\nreported by syzbot.\n\nThe syzbot did bisect and found cause is commit 9df66d5b9f45 (\"cfg80211:\nfix default HE tx bitrate mask in 2G band\"), which however corrects\nbitmask of HE MCS and recognizes correctly settings of empty legacy rate\nplus HE MCS rate instead of returning -EINVAL.\n\nAs suggestions [1], follow the change of SCAN TX to consider this case of\noffchannel TX as well.\n\n[1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024",
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-12-19T09:27:07.664Z",
            orgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            shortName: "Linux",
         },
         references: [
            {
               url: "https://git.kernel.org/stable/c/aafca50e71dc8f3192a5bfb325135a7908f3ef9e",
            },
            {
               url: "https://git.kernel.org/stable/c/d54455a3a965feb547711aff7afd2ca5deadb99c",
            },
            {
               url: "https://git.kernel.org/stable/c/3565ef215101ffadb5fe5394c70b1fca51376b25",
            },
            {
               url: "https://git.kernel.org/stable/c/43897111481b679508711d3ca881c4c6593e9247",
            },
            {
               url: "https://git.kernel.org/stable/c/e7a7ef9a0742dbd0818d5b15fba2c5313ace765b",
            },
         ],
         title: "wifi: mac80211: don't use rate mask for offchannel TX either",
         x_generator: {
            engine: "bippy-5f407fcff5a0",
         },
      },
   },
   cveMetadata: {
      assignerOrgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      assignerShortName: "Linux",
      cveId: "CVE-2024-47738",
      datePublished: "2024-10-21T12:14:07.825Z",
      dateReserved: "2024-09-30T16:00:12.959Z",
      dateUpdated: "2024-12-19T09:27:07.664Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      nvd: "{\"cve\":{\"id\":\"CVE-2024-47738\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T13:15:03.920\",\"lastModified\":\"2024-10-23T22:12:44.370\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mac80211: don't use rate mask for offchannel TX either\\n\\nLike the commit ab9177d83c04 (\\\"wifi: mac80211: don't use rate mask for\\nscanning\\\"), ignore incorrect settings to avoid no supported rate warning\\nreported by syzbot.\\n\\nThe syzbot did bisect and found cause is commit 9df66d5b9f45 (\\\"cfg80211:\\nfix default HE tx bitrate mask in 2G band\\\"), which however corrects\\nbitmask of HE MCS and recognizes correctly settings of empty legacy rate\\nplus HE MCS rate instead of returning -EINVAL.\\n\\nAs suggestions [1], follow the change of SCAN TX to consider this case of\\noffchannel TX as well.\\n\\n[1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: wifi: mac80211: tampoco use máscara de velocidad para TX fuera de canal Al igual que el commit ab9177d83c04 (\\\"wifi: mac80211: no use máscara de velocidad para escanear\\\"), ignore las configuraciones incorrectas para evitar la advertencia de velocidad no admitida informada por syzbot. El syzbot dividió y encontró la causa en el commit 9df66d5b9f45 (\\\"cfg80211: corrige la máscara de velocidad de bits de transmisión HE predeterminada en la banda 2G\\\"), que sin embargo corrige la máscara de bits de HE MCS y reconoce correctamente las configuraciones de la velocidad heredada vacía más la velocidad de HE MCS en lugar de devolver -EINVAL. Como sugerencias [1], siga el cambio de SCAN TX para considerar también este caso de TX fuera de canal. [1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024\"}],\"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:L\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4}]},\"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.10.51\",\"versionEndExcluding\":\"5.11\",\"matchCriteriaId\":\"9254F879-FEF2-41AF-862C-E2C9A2B7F1F7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.12.18\",\"versionEndExcluding\":\"5.13\",\"matchCriteriaId\":\"D13D5E4A-E39B-4C87-BA75-41543591E619\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.13.3\",\"versionEndExcluding\":\"5.14\",\"matchCriteriaId\":\"EE9C4298-7EAE-462B-95B5-BA77179BE149\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.14\",\"versionEndExcluding\":\"6.1.113\",\"matchCriteriaId\":\"4610D11D-A46B-471E-8783-B6F2054B2E77\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.54\",\"matchCriteriaId\":\"D448821D-C085-4CAF-88FA-2DDE7BE21976\"},{\"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/3565ef215101ffadb5fe5394c70b1fca51376b25\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/43897111481b679508711d3ca881c4c6593e9247\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aafca50e71dc8f3192a5bfb325135a7908f3ef9e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d54455a3a965feb547711aff7afd2ca5deadb99c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e7a7ef9a0742dbd0818d5b15fba2c5313ace765b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
      vulnrichment: {
         containers: "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47738\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-21T12:59:35.373697Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-21T12:59:38.528Z\"}}], \"cna\": {\"title\": \"wifi: mac80211: don't use rate mask for offchannel TX either\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"9df66d5b9f45c39b3925d16e8947cc10009b186d\", \"lessThan\": \"aafca50e71dc8f3192a5bfb325135a7908f3ef9e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9df66d5b9f45c39b3925d16e8947cc10009b186d\", \"lessThan\": \"d54455a3a965feb547711aff7afd2ca5deadb99c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9df66d5b9f45c39b3925d16e8947cc10009b186d\", \"lessThan\": \"3565ef215101ffadb5fe5394c70b1fca51376b25\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9df66d5b9f45c39b3925d16e8947cc10009b186d\", \"lessThan\": \"43897111481b679508711d3ca881c4c6593e9247\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9df66d5b9f45c39b3925d16e8947cc10009b186d\", \"lessThan\": \"e7a7ef9a0742dbd0818d5b15fba2c5313ace765b\", \"versionType\": \"git\"}], \"programFiles\": [\"include/net/mac80211.h\", \"net/mac80211/offchannel.c\", \"net/mac80211/rate.c\", \"net/mac80211/scan.c\", \"net/mac80211/tx.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.14\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.14\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"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\": [\"include/net/mac80211.h\", \"net/mac80211/offchannel.c\", \"net/mac80211/rate.c\", \"net/mac80211/scan.c\", \"net/mac80211/tx.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/aafca50e71dc8f3192a5bfb325135a7908f3ef9e\"}, {\"url\": \"https://git.kernel.org/stable/c/d54455a3a965feb547711aff7afd2ca5deadb99c\"}, {\"url\": \"https://git.kernel.org/stable/c/3565ef215101ffadb5fe5394c70b1fca51376b25\"}, {\"url\": \"https://git.kernel.org/stable/c/43897111481b679508711d3ca881c4c6593e9247\"}, {\"url\": \"https://git.kernel.org/stable/c/e7a7ef9a0742dbd0818d5b15fba2c5313ace765b\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mac80211: don't use rate mask for offchannel TX either\\n\\nLike the commit ab9177d83c04 (\\\"wifi: mac80211: don't use rate mask for\\nscanning\\\"), ignore incorrect settings to avoid no supported rate warning\\nreported by syzbot.\\n\\nThe syzbot did bisect and found cause is commit 9df66d5b9f45 (\\\"cfg80211:\\nfix default HE tx bitrate mask in 2G band\\\"), which however corrects\\nbitmask of HE MCS and recognizes correctly settings of empty legacy rate\\nplus HE MCS rate instead of returning -EINVAL.\\n\\nAs suggestions [1], follow the change of SCAN TX to consider this case of\\noffchannel TX as well.\\n\\n[1] https://lore.kernel.org/linux-wireless/6ab2dc9c3afe753ca6fdcdd1421e7a1f47e87b84.camel@sipsolutions.net/T/#m2ac2a6d2be06a37c9c47a3d8a44b4f647ed4f024\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:27:07.664Z\"}}}",
         cveMetadata: "{\"cveId\": \"CVE-2024-47738\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:27:07.664Z\", \"dateReserved\": \"2024-09-30T16:00:12.959Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T12:14:07.825Z\", \"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.