• 公告ID (KylinSec-SA-2025-1167)

摘要:

In the Linux kernel, the following vulnerability has been resolved:

net: phy: at803x: fix NULL pointer dereference on AR9331 PHY

Latest kernel will explode on the PHY interrupt config, since it depends
now on allocated priv. So, run probe to allocate priv to fix it.

ar9331_switch ethernet.1:10 lan0 (uninitialized): PHY [!ahb!ethernet@1a000000!mdio!switch@10:00] driver [Qualcomm Atheros AR9331 built-in PHY] (irq=13)
CPU 0 Unable to handle kernel paging request at virtual address 0000000a, epc == 8050e8a8, ra == 80504b34
...
Call Trace:
[<8050e8a8&gt;] at803x_config_intr+0x5c/0xd0
[<80504b34&gt;] phy_request_interrupt+0xa8/0xd0
[<8050289c&gt;] phylink_bringup_phy+0x2d8/0x3ac
[<80502b68&gt;] phylink_fwnode_phy_connect+0x118/0x130
[<8074d8ec&gt;] dsa_slave_create+0x270/0x420
[<80743b04&gt;] dsa_port_setup+0x12c/0x148
[<8074580c&gt;] dsa_register_switch+0xaf0/0xcc0
[<80511344&gt;] ar9331_sw_probe+0x370/0x388
[<8050cb78&gt;] mdio_probe+0x44/0x70
[<804df300&gt;] really_probe+0x200/0x424
[<804df7b4&gt;] __driver_probe_device+0x290/0x298
[<804df810&gt;] driver_probe_device+0x54/0xe4
[<804dfd50&gt;] __device_attach_driver+0xe4/0x130
[<804dcb00&gt;] bus_for_each_drv+0xb4/0xd8
[<804dfac4&gt;] __device_attach+0x104/0x1a4
[<804ddd24&gt;] bus_probe_device+0x48/0xc4
[<804deb44&gt;] deferred_probe_work_func+0xf0/0x10c
[<800a0ffc&gt;] process_one_work+0x314/0x4d4
[<800a17fc&gt;] worker_thread+0x2a4/0x354
[<800a9a54&gt;] kthread+0x134/0x13c
[<8006306c&gt;] ret_from_kernel_thread+0x14/0x1c

Same Issue would affect some other PHYs (QCA8081, QCA9561), so fix it
too.

安全等级: Low

公告ID: KylinSec-SA-2025-1167

发布日期: 2025年3月3日

关联CVE: CVE-2022-49692  

  • 详细介绍

1. 漏洞描述

   

In the Linux kernel, the following vulnerability has been resolved:

net: phy: at803x: fix NULL pointer dereference on AR9331 PHY

Latest kernel will explode on the PHY interrupt config, since it depends
now on allocated priv. So, run probe to allocate priv to fix it.

ar9331_switch ethernet.1:10 lan0 (uninitialized): PHY [!ahb!ethernet@1a000000!mdio!switch@10:00] driver [Qualcomm Atheros AR9331 built-in PHY] (irq=13)
CPU 0 Unable to handle kernel paging request at virtual address 0000000a, epc == 8050e8a8, ra == 80504b34
...
Call Trace:
[<8050e8a8&gt;] at803x_config_intr+0x5c/0xd0
[<80504b34&gt;] phy_request_interrupt+0xa8/0xd0
[<8050289c&gt;] phylink_bringup_phy+0x2d8/0x3ac
[<80502b68&gt;] phylink_fwnode_phy_connect+0x118/0x130
[<8074d8ec&gt;] dsa_slave_create+0x270/0x420
[<80743b04&gt;] dsa_port_setup+0x12c/0x148
[<8074580c&gt;] dsa_register_switch+0xaf0/0xcc0
[<80511344&gt;] ar9331_sw_probe+0x370/0x388
[<8050cb78&gt;] mdio_probe+0x44/0x70
[<804df300&gt;] really_probe+0x200/0x424
[<804df7b4&gt;] __driver_probe_device+0x290/0x298
[<804df810&gt;] driver_probe_device+0x54/0xe4
[<804dfd50&gt;] __device_attach_driver+0xe4/0x130
[<804dcb00&gt;] bus_for_each_drv+0xb4/0xd8
[<804dfac4&gt;] __device_attach+0x104/0x1a4
[<804ddd24&gt;] bus_probe_device+0x48/0xc4
[<804deb44&gt;] deferred_probe_work_func+0xf0/0x10c
[<800a0ffc&gt;] process_one_work+0x314/0x4d4
[<800a17fc&gt;] worker_thread+0x2a4/0x354
[<800a9a54&gt;] kthread+0x134/0x13c
[<8006306c&gt;] ret_from_kernel_thread+0x14/0x1c

Same Issue would affect some other PHYs (QCA8081, QCA9561), so fix it
too.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2022-49692 KY3.4-5 kernel Unaffected
CVE-2022-49692 V6 kernel Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2025-1166 下一篇:KylinSec-SA-2025-1168