CVE-2022-50317
published 2025-09-15CVE-2022-50317: In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.15%
4.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: megachips: Fix a null pointer dereference bug
When removing the module we will get the following warning:
[ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered
[ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI
[ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
[ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130
[ 31.921825] Call Trace:
[ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw]
[ 31.923139] i2c_device_remove+0x181/0x1f0
The two bridges (stdp2690, stdp4028) do not probe at the same time, so
the driver does not call ge_b850v3_resgiter() when probing, causing the
driver to try to remove the object that has not been initialized.
Fix this by checking whether both the bridges are probed.
Affected
28 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.0.3-1 (bookworm) | linux 6.0.3-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | >= 11632d4aa2b3f126790e81a4415d6c23103cf8bb < 21764467ab396d9f08921e0a5ffa1214244e1ad9 | 21764467ab396d9f08921e0a5ffa1214244e1ad9 |
| linux | linux | >= 11632d4aa2b3f126790e81a4415d6c23103cf8bb < 7371fad5cfe6eada6bb5523c895fd6074b15c2b9 | 7371fad5cfe6eada6bb5523c895fd6074b15c2b9 |
| linux | linux | >= 11632d4aa2b3f126790e81a4415d6c23103cf8bb < 1ff673333d46d2c1b053ebd0c1c7c7c79e36943e | 1ff673333d46d2c1b053ebd0c1c7c7c79e36943e |
| linux | linux | >= 16e3827904932eccfba0915f0c93b519de3536ac < 5bc20bafcd87ba0858ab772cefc7047cb51bc249 | 5bc20bafcd87ba0858ab772cefc7047cb51bc249 |
| linux | linux | >= 4.14.263 < 4.14.296 | 4.14.296 |
| linux | linux | >= 4.19.226 < 4.19.262 | 4.19.262 |
| linux | linux | >= 405856460d3e7aefb7c1aef047ec88fc4ef2e2a5 < 4610e7a4111fa3f3ce27c09d6d94008c55f1cd31 | 4610e7a4111fa3f3ce27c09d6d94008c55f1cd31 |
| linux | linux | >= 5.10.94 < 5.10.150 | 5.10.150 |
| linux | linux | >= 5.15.17 < 5.15.75 | 5.15.75 |
| linux | linux | >= 5.16.3 < 5.17 | 5.17 |
| linux | linux | >= 5.4.174 < 5.4.220 | 5.4.220 |
| linux | linux | >= 50ad94f8654a53ec9ca3604a7a23cbaf166e0119 < 1daf69228e310938177119c4eadcd30fc75c81e0 | 1daf69228e310938177119c4eadcd30fc75c81e0 |
| linux | linux | >= 7649972d97fb98578fbc4a351416cf72895e7c4d < aaa512ad1e59f2edf8a9e4f2b167a44b24670679 | aaa512ad1e59f2edf8a9e4f2b167a44b24670679 |
| linux | linux | >= b8d10f601f226f055df8b5368d7ea7f369136cd5 < 877e92e9b1bdeb580b31a46061005936be902cd4 | 877e92e9b1bdeb580b31a46061005936be902cd4 |
| linux | linux_kernel | >= 0 < 5.10.158-1 | 5.10.158-1 |
| linux | linux_kernel | >= 0 < 6.0.3-1 | 6.0.3-1 |
| linux | linux_kernel | >= 0 < 6.0.3-1 | 6.0.3-1 |
| linux | linux_kernel | >= 0 < 6.0.3-1 | 6.0.3-1 |
| linux | linux_kernel | >= 4.14.263 < 4.14.296 | 4.14.296 |
| linux | linux_kernel | >= 4.19.226 < 4.19.262 | 4.19.262 |
| linux | linux_kernel | >= 5.10.94 < 5.10.150 | 5.10.150 |
| linux | linux_kernel | >= 5.15.17 < 5.15.75 | 5.15.75 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: drm/bridge: megachips: Fix a null pointer dereference bug
vendor_redhat·2025-09-15·CVSS 5.5
CVE-2022-50317 [MEDIUM] kernel: drm/bridge: megachips: Fix a null pointer dereference bug
kernel: drm/bridge: megachips: Fix a null pointer dereference bug
In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: megachips: Fix a null pointer dereference bug
When removing the module we will get the following warning:
[ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered
[ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI
[ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
[ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130
[ 31.921825] Call Trace:
[ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw]
[ 31.923139] i2c_device_remove+0x181/0x1f0
The two bridges (stdp2690, stdp4028) do not probe at the same ti
Debian
CVE-2022-50317: linux - In the Linux kernel, the following vulnerability has been resolved: drm/bridge:...
vendor_debian·2022·CVSS 5.5
CVE-2022-50317 [MEDIUM] CVE-2022-50317: linux - In the Linux kernel, the following vulnerability has been resolved: drm/bridge:...
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: [ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered [ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI [ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] [ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130 [ 31.921825] Call Trace: [ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw] [ 31.923139] i2c_device_remove+0x181/0x1f0 The two bridges (stdp2690, stdp4028) do not probe at the same time, so the driver does not call ge_b850v3_resgiter() when probing,
GHSA
GHSA-55mc-5j7j-cj82: In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: megachips: Fix a null pointer dereference bug
When removing the modu
ghsa_unreviewed·2025-09-15
CVE-2022-50317 [MEDIUM] CWE-476 GHSA-55mc-5j7j-cj82: In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: megachips: Fix a null pointer dereference bug
When removing the modu
In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: megachips: Fix a null pointer dereference bug
When removing the module we will get the following warning:
[ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered
[ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI
[ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
[ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130
[ 31.921825] Call Trace:
[ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw]
[ 31.923139] i2c_device_remove+0x181/0x1f0
The two bridges (stdp2690, stdp4028) do not probe at the same time, so
the driver does not call ge_b850v3_resgiter() when probi
OSV
CVE-2022-50317: In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module
osv·2025-09-15·CVSS 5.5
CVE-2022-50317 [MEDIUM] CVE-2022-50317: In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: [ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered [ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI [ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] [ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130 [ 31.921825] Call Trace: [ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw] [ 31.923139] i2c_device_remove+0x181/0x1f0 The two bridges (stdp2690, stdp4028) do not probe at the same time, so the driver does not call ge_b850v3_resgiter() when probing,
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/1daf69228e310938177119c4eadcd30fc75c81e0https://git.kernel.org/stable/c/1ff673333d46d2c1b053ebd0c1c7c7c79e36943ehttps://git.kernel.org/stable/c/21764467ab396d9f08921e0a5ffa1214244e1ad9https://git.kernel.org/stable/c/4610e7a4111fa3f3ce27c09d6d94008c55f1cd31https://git.kernel.org/stable/c/5bc20bafcd87ba0858ab772cefc7047cb51bc249https://git.kernel.org/stable/c/7371fad5cfe6eada6bb5523c895fd6074b15c2b9https://git.kernel.org/stable/c/877e92e9b1bdeb580b31a46061005936be902cd4https://git.kernel.org/stable/c/aaa512ad1e59f2edf8a9e4f2b167a44b24670679
2025-09-15
Published