{"id":"CVE-2022-50279","summary":"wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()\n\nThere is a global-out-of-bounds reported by KASAN:\n\n  BUG: KASAN: global-out-of-bounds in\n  _rtl8812ae_eq_n_byte.part.0+0x3d/0x84 [rtl8821ae]\n  Read of size 1 at addr ffffffffa0773c43 by task NetworkManager/411\n\n  CPU: 6 PID: 411 Comm: NetworkManager Tainted: G      D\n  6.1.0-rc8+ #144 e15588508517267d37\n  Hardware name: QEMU Standard PC (Q35 + ICH9, 2009),\n  Call Trace:\n   \u003cTASK\u003e\n   ...\n   kasan_report+0xbb/0x1c0\n   _rtl8812ae_eq_n_byte.part.0+0x3d/0x84 [rtl8821ae]\n   rtl8821ae_phy_bb_config.cold+0x346/0x641 [rtl8821ae]\n   rtl8821ae_hw_init+0x1f5e/0x79b0 [rtl8821ae]\n   ...\n   \u003c/TASK\u003e\n\nThe root cause of the problem is that the comparison order of\n\"prate_section\" in _rtl8812ae_phy_set_txpower_limit() is wrong. The\n_rtl8812ae_eq_n_byte() is used to compare the first n bytes of the two\nstrings from tail to head, which causes the problem. In the\n_rtl8812ae_phy_set_txpower_limit(), it was originally intended to meet\nthis requirement by carefully designing the comparison order.\nFor example, \"pregulation\" and \"pbandwidth\" are compared in order of\nlength from small to large, first is 3 and last is 4. However, the\ncomparison order of \"prate_section\" dose not obey such order requirement,\ntherefore when \"prate_section\" is \"HT\", when comparing from tail to head,\nit will lead to access out of bounds in _rtl8812ae_eq_n_byte(). As\nmentioned above, the _rtl8812ae_eq_n_byte() has the same function as\nstrcmp(), so just strcmp() is enough.\n\nFix it by removing _rtl8812ae_eq_n_byte() and use strcmp() barely.\nAlthough it can be fixed by adjusting the comparison order of\n\"prate_section\", this may cause the value of \"rate_section\" to not be\nfrom 0 to 5. In addition, commit \"21e4b0726dc6\" not only moved driver\nfrom staging to regular tree, but also added setting txpower limit\nfunction during the driver config phase, so the problem was introduced\nby this commit.","modified":"2026-03-20T11:47:21.465286Z","published":"2025-09-15T14:21:16.051Z","related":["SUSE-SU-2025:03615-1","SUSE-SU-2025:03628-1","SUSE-SU-2025:3716-1","SUSE-SU-2025:3761-1"],"database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50279.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/057b52461dc005ecd85a3e4998913b1492ec0f72"},{"type":"WEB","url":"https://git.kernel.org/stable/c/0c962dcd6bf64b78eaffc09e497a2beb4e48bc32"},{"type":"WEB","url":"https://git.kernel.org/stable/c/117dbeda22ec5ea0918254d03b540ef8b8a64d53"},{"type":"WEB","url":"https://git.kernel.org/stable/c/1e950b9a841bc96e98ee25680d5c7aa305120be1"},{"type":"WEB","url":"https://git.kernel.org/stable/c/28ea268d95e57cdf6394a058f0d854206d478772"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f1fe40120de6ad4ffa8299fde035a5feba10d4fb"},{"type":"WEB","url":"https://git.kernel.org/stable/c/fc3442247716fc426bbcf62ed65e086e48a6d44f"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50279.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2022-50279"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"21e4b0726dc671c423e2dc9a85364716219c4502"},{"fixed":"fc3442247716fc426bbcf62ed65e086e48a6d44f"},{"fixed":"28ea268d95e57cdf6394a058f0d854206d478772"},{"fixed":"1e950b9a841bc96e98ee25680d5c7aa305120be1"},{"fixed":"0c962dcd6bf64b78eaffc09e497a2beb4e48bc32"},{"fixed":"f1fe40120de6ad4ffa8299fde035a5feba10d4fb"},{"fixed":"057b52461dc005ecd85a3e4998913b1492ec0f72"},{"fixed":"117dbeda22ec5ea0918254d03b540ef8b8a64d53"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50279.json"}}],"schema_version":"1.7.5"}