CVE-2022-48813

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48813
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48813.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48813
Downstream
Related
Published
2024-07-16T11:44:02Z
Modified
2025-10-13T14:02:05.699727Z
Summary
net: dsa: felix: don't use devres for mdiobus
Details

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

net: dsa: felix: don't use devres for mdiobus

As explained in commits: 74b6d7d13307 ("net: dsa: realtek: register the MDIO bus under devres") 5135e96a3dd2 ("net: dsa: don't allocate the slavemiibus using devres")

mdiobusfree() will panic when called from devmmdiobusfree() <- devresreleaseall() <- _devicereleasedriver(), and that mdiobus was not previously unregistered.

The Felix VSC9959 switch is a PCI device, so the initial set of constraints that I thought would cause this (I2C or SPI buses which call ->remove on ->shutdown) do not apply. But there is one more which applies here.

If the DSA master itself is on a bus that calls ->remove from ->shutdown (like dpaa2-eth, which is on the fsl-mc bus), there is a device link between the switch and the DSA master, and devicelinksunbind_consumers() will unbind the felix switch driver on shutdown.

So the same treatment must be applied to all DSA switch drivers, which is: either use devres for both the mdiobus allocation and registration, or don't use devres at all.

The felix driver has the code structure in place for orderly mdiobus removal, so just replace devmmdiobusalloc_size() with the non-devres variant, and add manual free where necessary, to ensure that we don't let devres free a still-registered bus.

References

Affected packages

Git / 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
ac3a68d56651c3dad2c12c7afce065fe15267f44
Fixed
95e5402f9430b3c7d885dd3ec4c8c02c17936923
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ac3a68d56651c3dad2c12c7afce065fe15267f44
Fixed
8cda7577a0b4018572f31e0caadfabd305ea2786
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ac3a68d56651c3dad2c12c7afce065fe15267f44
Fixed
9db6f056efd089e80d81c774c01b639adf30c097
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ac3a68d56651c3dad2c12c7afce065fe15267f44
Fixed
209bdb7ec6a28c7cdf580a0a98afbc9fc3b98932

Affected versions

v5.*

v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.10.1
v5.10.10
v5.10.100
v5.10.11
v5.10.12
v5.10.13
v5.10.14
v5.10.15
v5.10.16
v5.10.17
v5.10.18
v5.10.19
v5.10.2
v5.10.20
v5.10.21
v5.10.22
v5.10.23
v5.10.24
v5.10.25
v5.10.26
v5.10.27
v5.10.28
v5.10.29
v5.10.3
v5.10.30
v5.10.31
v5.10.32
v5.10.33
v5.10.34
v5.10.35
v5.10.36
v5.10.37
v5.10.38
v5.10.39
v5.10.4
v5.10.40
v5.10.41
v5.10.42
v5.10.43
v5.10.44
v5.10.45
v5.10.46
v5.10.47
v5.10.48
v5.10.49
v5.10.5
v5.10.50
v5.10.51
v5.10.52
v5.10.53
v5.10.54
v5.10.55
v5.10.56
v5.10.57
v5.10.58
v5.10.59
v5.10.6
v5.10.60
v5.10.61
v5.10.62
v5.10.63
v5.10.64
v5.10.65
v5.10.66
v5.10.67
v5.10.68
v5.10.69
v5.10.7
v5.10.70
v5.10.71
v5.10.72
v5.10.73
v5.10.74
v5.10.75
v5.10.76
v5.10.77
v5.10.78
v5.10.79
v5.10.8
v5.10.80
v5.10.81
v5.10.82
v5.10.83
v5.10.84
v5.10.85
v5.10.86
v5.10.87
v5.10.88
v5.10.89
v5.10.9
v5.10.90
v5.10.91
v5.10.92
v5.10.93
v5.10.94
v5.10.95
v5.10.96
v5.10.97
v5.10.98
v5.10.99
v5.11
v5.11-rc1
v5.11-rc2
v5.11-rc3
v5.11-rc4
v5.11-rc5
v5.11-rc6
v5.11-rc7
v5.12
v5.12-rc1
v5.12-rc1-dontuse
v5.12-rc2
v5.12-rc3
v5.12-rc4
v5.12-rc5
v5.12-rc6
v5.12-rc7
v5.12-rc8
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.11
v5.15.12
v5.15.13
v5.15.14
v5.15.15
v5.15.16
v5.15.17
v5.15.18
v5.15.19
v5.15.2
v5.15.20
v5.15.21
v5.15.22
v5.15.23
v5.15.3
v5.15.4
v5.15.5
v5.15.6
v5.15.7
v5.15.8
v5.15.9
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.16.1
v5.16.2
v5.16.3
v5.16.4
v5.16.5
v5.16.6
v5.16.7
v5.16.8
v5.16.9
v5.17-rc1
v5.17-rc2
v5.8
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

Database specific

{
    "vanir_signatures": [
        {
            "digest": {
                "length": 284.0,
                "function_hash": "36664596050076886443086874849228940813"
            },
            "id": "CVE-2022-48813-02d86f3a",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_free",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@95e5402f9430b3c7d885dd3ec4c8c02c17936923"
        },
        {
            "digest": {
                "length": 1762.0,
                "function_hash": "106823924569409196715932873951178282893"
            },
            "id": "CVE-2022-48813-1003ff4a",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_alloc",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9db6f056efd089e80d81c774c01b639adf30c097"
        },
        {
            "digest": {
                "line_hashes": [
                    "154830077583747875970168650004224507339",
                    "45702333735412562736166151363245897256",
                    "327838510756121413921844072854767694718",
                    "257335977887918917947349642442094050275",
                    "300745822003595524436744850369294624518",
                    "116324062286118483541265761382779030982",
                    "190621906361992448809630090851214763373",
                    "196894035290667625714478867978211717152",
                    "173158703474322103532514367156789795148",
                    "250849225691121184099837799520065597356",
                    "71007863925377625062421009416799286940",
                    "228418585486453653356959592584655038450"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2022-48813-55aeb858",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@209bdb7ec6a28c7cdf580a0a98afbc9fc3b98932"
        },
        {
            "digest": {
                "line_hashes": [
                    "154830077583747875970168650004224507339",
                    "45702333735412562736166151363245897256",
                    "327838510756121413921844072854767694718",
                    "257335977887918917947349642442094050275",
                    "300745822003595524436744850369294624518",
                    "116324062286118483541265761382779030982",
                    "190621906361992448809630090851214763373",
                    "196894035290667625714478867978211717152",
                    "140534006092241315612987310219424171370",
                    "111257975833545229593827339262285205822",
                    "71007863925377625062421009416799286940",
                    "228418585486453653356959592584655038450"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2022-48813-5bd1364d",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8cda7577a0b4018572f31e0caadfabd305ea2786"
        },
        {
            "digest": {
                "line_hashes": [
                    "154830077583747875970168650004224507339",
                    "45702333735412562736166151363245897256",
                    "327838510756121413921844072854767694718",
                    "257335977887918917947349642442094050275",
                    "300745822003595524436744850369294624518",
                    "116324062286118483541265761382779030982",
                    "190621906361992448809630090851214763373",
                    "196894035290667625714478867978211717152",
                    "140534006092241315612987310219424171370",
                    "111257975833545229593827339262285205822",
                    "71007863925377625062421009416799286940",
                    "228418585486453653356959592584655038450"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2022-48813-69ab8420",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@95e5402f9430b3c7d885dd3ec4c8c02c17936923"
        },
        {
            "digest": {
                "length": 1762.0,
                "function_hash": "106823924569409196715932873951178282893"
            },
            "id": "CVE-2022-48813-95aaec04",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_alloc",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8cda7577a0b4018572f31e0caadfabd305ea2786"
        },
        {
            "digest": {
                "length": 315.0,
                "function_hash": "259792548493762981691991285200741464942"
            },
            "id": "CVE-2022-48813-b96f4ede",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_free",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@209bdb7ec6a28c7cdf580a0a98afbc9fc3b98932"
        },
        {
            "digest": {
                "length": 284.0,
                "function_hash": "36664596050076886443086874849228940813"
            },
            "id": "CVE-2022-48813-bee08f2d",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_free",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9db6f056efd089e80d81c774c01b639adf30c097"
        },
        {
            "digest": {
                "length": 1762.0,
                "function_hash": "290633082841487062446448702367862558447"
            },
            "id": "CVE-2022-48813-c34fc1f3",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_alloc",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@209bdb7ec6a28c7cdf580a0a98afbc9fc3b98932"
        },
        {
            "digest": {
                "length": 1829.0,
                "function_hash": "119204089050010260130126994365323322099"
            },
            "id": "CVE-2022-48813-d85c9384",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_alloc",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@95e5402f9430b3c7d885dd3ec4c8c02c17936923"
        },
        {
            "digest": {
                "line_hashes": [
                    "154830077583747875970168650004224507339",
                    "45702333735412562736166151363245897256",
                    "327838510756121413921844072854767694718",
                    "257335977887918917947349642442094050275",
                    "300745822003595524436744850369294624518",
                    "116324062286118483541265761382779030982",
                    "190621906361992448809630090851214763373",
                    "196894035290667625714478867978211717152",
                    "140534006092241315612987310219424171370",
                    "111257975833545229593827339262285205822",
                    "71007863925377625062421009416799286940",
                    "228418585486453653356959592584655038450"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2022-48813-dc08f7ac",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9db6f056efd089e80d81c774c01b639adf30c097"
        },
        {
            "digest": {
                "length": 284.0,
                "function_hash": "36664596050076886443086874849228940813"
            },
            "id": "CVE-2022-48813-f07844a7",
            "signature_version": "v1",
            "deprecated": false,
            "signature_type": "Function",
            "target": {
                "function": "vsc9959_mdio_bus_free",
                "file": "drivers/net/dsa/ocelot/felix_vsc9959.c"
            },
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8cda7577a0b4018572f31e0caadfabd305ea2786"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.9.0
Fixed
5.10.101
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.24
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.16.10