CVE-2022-49307
published 2025-02-26CVE-2022-49307: In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fails at…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.29%
21.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
When the driver fails at alloc_hdlcdev(), and then we remove the driver
module, we will get the following splat:
[ 25.065966] general protection fault, probably for non-canonical address 0xdffffc0000000182: 0000 [#1] PREEMPT SMP KASAN PTI
[ 25.066914] KASAN: null-ptr-deref in range [0x0000000000000c10-0x0000000000000c17]
[ 25.069262] RIP: 0010:detach_hdlc_protocol+0x2a/0x3e0
[ 25.077709] Call Trace:
[ 25.077924]
[ 25.078108] unregister_hdlc_device+0x16/0x30
[ 25.078481] slgt_cleanup+0x157/0x9f0 [synclink_gt]
Fix this by checking whether the 'info->netdev' is a null pointer first.
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.18.5-1 (bookworm) | linux 5.18.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < 50c341f9a2adc4c32a8ad5a39eb99d9c4a419e0d | 50c341f9a2adc4c32a8ad5a39eb99d9c4a419e0d |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < 078212ad15dbd88840c82c97f12c93d83703c8fd | 078212ad15dbd88840c82c97f12c93d83703c8fd |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < ba08cbc5b53e151d0acf1930fb526fc65b7f3e65 | ba08cbc5b53e151d0acf1930fb526fc65b7f3e65 |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < f6e07eb7ebec53ffe81fc2489589320fbe4a6b75 | f6e07eb7ebec53ffe81fc2489589320fbe4a6b75 |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < d68d5e68b7f64de7170f8e04dd9b995c36b2c71c | d68d5e68b7f64de7170f8e04dd9b995c36b2c71c |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < 8a95696bdc0e13f8980f05b54a3b9081963d1256 | 8a95696bdc0e13f8980f05b54a3b9081963d1256 |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < ddd67751ab86c6a65f95c35293c42f85a42ac05d | ddd67751ab86c6a65f95c35293c42f85a42ac05d |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < 1ceb4ca9543a8a788febf6bc8dad2e605e172d5e | 1ceb4ca9543a8a788febf6bc8dad2e605e172d5e |
| linux | linux | >= 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 < 689ca31c542687709ba21ec2195c1fbce34fd029 | 689ca31c542687709ba21ec2195c1fbce34fd029 |
| linux | linux_kernel | < 4.9.318 | 4.9.318 |
| linux | linux_kernel | >= 0 < 5.10.127-1 | 5.10.127-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 4.10 < 4.14.283 | 4.14.283 |
| linux | linux_kernel | >= 4.15 < 4.19.247 | 4.19.247 |
| linux | linux_kernel | >= 4.20 < 5.4.198 | 5.4.198 |
| linux | linux_kernel | >= 5.11 < 5.15.47 | 5.15.47 |
| linux | linux_kernel | >= 5.16 < 5.17.15 | 5.17.15 |
| linux | linux_kernel | >= 5.18 < 5.18.4 | 5.18.4 |
| linux | linux_kernel | >= 5.5 < 5.10.122 | 5.10.122 |
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: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49307 [MEDIUM] kernel: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
kernel: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
In the Linux kernel, the following vulnerability has been resolved:
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
When the driver fails at alloc_hdlcdev(), and then we remove the driver
module, we will get the following splat:
[ 25.065966] general protection fault, probably for non-canonical address 0xdffffc0000000182: 0000 [#1] PREEMPT SMP KASAN PTI
[ 25.066914] KASAN: null-ptr-deref in range [0x0000000000000c10-0x0000000000000c17]
[ 25.069262] RIP: 0010:detach_hdlc_protocol+0x2a/0x3e0
[ 25.077709] Call Trace:
[ 25.077924]
[ 25.078108] unregister_hdlc_device+0x16/0x30
[ 25.078481] slgt_cleanup+0x157/0x9f0 [synclink_gt]
Fix this by checking whether the 'info->netdev' is a null pointer first.
Package:
Debian
CVE-2022-49307: linux - In the Linux kernel, the following vulnerability has been resolved: tty: syncli...
vendor_debian·2022·CVSS 5.5
CVE-2022-49307 [MEDIUM] CVE-2022-49307: linux - In the Linux kernel, the following vulnerability has been resolved: tty: syncli...
In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fails at alloc_hdlcdev(), and then we remove the driver module, we will get the following splat: [ 25.065966] general protection fault, probably for non-canonical address 0xdffffc0000000182: 0000 [#1] PREEMPT SMP KASAN PTI [ 25.066914] KASAN: null-ptr-deref in range [0x0000000000000c10-0x0000000000000c17] [ 25.069262] RIP: 0010:detach_hdlc_protocol+0x2a/0x3e0 [ 25.077709] Call Trace: [ 25.077924] [ 25.078108] unregister_hdlc_device+0x16/0x30 [ 25.078481] slgt_cleanup+0x157/0x9f0 [synclink_gt] Fix this by checking whether the 'info->netdev' is a null pointer first.
Scope: local
bookworm: resolved (fixed in 5.18.5-1)
bullseye: resolved (fixed in 5
GHSA
GHSA-qj2x-5f28-cg38: In the Linux kernel, the following vulnerability has been resolved:
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
When the driver f
ghsa_unreviewed·2025-03-17
CVE-2022-49307 [MEDIUM] CWE-476 GHSA-qj2x-5f28-cg38: In the Linux kernel, the following vulnerability has been resolved:
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
When the driver f
In the Linux kernel, the following vulnerability has been resolved:
tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
When the driver fails at alloc_hdlcdev(), and then we remove the driver
module, we will get the following splat:
[ 25.065966] general protection fault, probably for non-canonical address 0xdffffc0000000182: 0000 [#1] PREEMPT SMP KASAN PTI
[ 25.066914] KASAN: null-ptr-deref in range [0x0000000000000c10-0x0000000000000c17]
[ 25.069262] RIP: 0010:detach_hdlc_protocol+0x2a/0x3e0
[ 25.077709] Call Trace:
[ 25.077924]
[ 25.078108] unregister_hdlc_device+0x16/0x30
[ 25.078481] slgt_cleanup+0x157/0x9f0 [synclink_gt]
Fix this by checking whether the 'info->netdev' is a null pointer first.
OSV
CVE-2022-49307: In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fai
osv·2025-02-26·CVSS 5.5
CVE-2022-49307 [MEDIUM] CVE-2022-49307: In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fai
In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fails at alloc_hdlcdev(), and then we remove the driver module, we will get the following splat: [ 25.065966] general protection fault, probably for non-canonical address 0xdffffc0000000182: 0000 [#1] PREEMPT SMP KASAN PTI [ 25.066914] KASAN: null-ptr-deref in range [0x0000000000000c10-0x0000000000000c17] [ 25.069262] RIP: 0010:detach_hdlc_protocol+0x2a/0x3e0 [ 25.077709] Call Trace: [ 25.077924] [ 25.078108] unregister_hdlc_device+0x16/0x30 [ 25.078481] slgt_cleanup+0x157/0x9f0 [synclink_gt] Fix this by checking whether the 'info->netdev' is a null pointer first.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/078212ad15dbd88840c82c97f12c93d83703c8fdhttps://git.kernel.org/stable/c/1ceb4ca9543a8a788febf6bc8dad2e605e172d5ehttps://git.kernel.org/stable/c/50c341f9a2adc4c32a8ad5a39eb99d9c4a419e0dhttps://git.kernel.org/stable/c/689ca31c542687709ba21ec2195c1fbce34fd029https://git.kernel.org/stable/c/8a95696bdc0e13f8980f05b54a3b9081963d1256https://git.kernel.org/stable/c/ba08cbc5b53e151d0acf1930fb526fc65b7f3e65https://git.kernel.org/stable/c/d68d5e68b7f64de7170f8e04dd9b995c36b2c71chttps://git.kernel.org/stable/c/ddd67751ab86c6a65f95c35293c42f85a42ac05dhttps://git.kernel.org/stable/c/f6e07eb7ebec53ffe81fc2489589320fbe4a6b75
2025-02-26
Published