CVE-2022-50414
published 2025-09-18CVE-2022-50414: In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls…
PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.15%
4.6th percentile
In the Linux kernel, the following vulnerability has been resolved:
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when
fcoe_if_init() fails, &fcoe_sw_transport is not detached and leaves freed
&fcoe_sw_transport on fcoe_transports list. This causes panic when
reinserting module.
BUG: unable to handle page fault for address: fffffbfff82e2213
RIP: 0010:fcoe_transport_attach+0xe1/0x230 [libfcoe]
Call Trace:
do_one_initcall+0xd0/0x4e0
load_module+0x5eee/0x7210
...
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.4-1 (bookworm) | linux 6.1.4-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < d581303d6f8d4139513105d73dd65f26c6707160 | d581303d6f8d4139513105d73dd65f26c6707160 |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < b5cc59470df64f26ad397dbb71cbf130cf489edf | b5cc59470df64f26ad397dbb71cbf130cf489edf |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < cf74d1197c0e3d2f353faa333e9e2847c73713f1 | cf74d1197c0e3d2f353faa333e9e2847c73713f1 |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < be5f1a82ad6056db22c86005dc4cac22a20deeef | be5f1a82ad6056db22c86005dc4cac22a20deeef |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < 22e8c7a56bb1cd2ed0beaaccb34282ac9cbbe27e | 22e8c7a56bb1cd2ed0beaaccb34282ac9cbbe27e |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < 09a60f908d8b6497f618113b7c3c31267dc90911 | 09a60f908d8b6497f618113b7c3c31267dc90911 |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < 1dc499c615aa87dc46a3f2d1f91d2d358e55f3e3 | 1dc499c615aa87dc46a3f2d1f91d2d358e55f3e3 |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < aef82d16be5a353d913163f26fc4385e296be2b8 | aef82d16be5a353d913163f26fc4385e296be2b8 |
| linux | linux | >= 78a582463c1e3a262aeaf2a291e06a93a7b34212 < 4155658cee394b22b24c6d64e49247bf26d95b92 | 4155658cee394b22b24c6d64e49247bf26d95b92 |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 2.6.39 < 4.9.337 | 4.9.337 |
| linux | linux_kernel | >= 4.10 < 4.14.303 | 4.14.303 |
| linux | linux_kernel | >= 4.15 < 4.19.270 | 4.19.270 |
| linux | linux_kernel | >= 4.20 < 5.4.229 | 5.4.229 |
| linux | linux_kernel | >= 5.11 < 5.15.86 | 5.15.86 |
| linux | linux_kernel | >= 5.16 < 6.0.16 | 6.0.16 |
| linux | linux_kernel | >= 5.5 < 5.10.163 | 5.10.163 |
| linux | linux_kernel | >= 6.1 < 6.1.2 | 6.1.2 |
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: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
vendor_redhat·2025-09-18·CVSS 5.5
CVE-2022-50414 [MEDIUM] CWE-459 kernel: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
kernel: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
In the Linux kernel, the following vulnerability has been resolved:
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when
fcoe_if_init() fails, &fcoe_sw_transport is not detached and leaves freed
&fcoe_sw_transport on fcoe_transports list. This causes panic when
reinserting module.
BUG: unable to handle page fault for address: fffffbfff82e2213
RIP: 0010:fcoe_transport_attach+0xe1/0x230 [libfcoe]
Call Trace:
do_one_initcall+0xd0/0x4e0
load_module+0x5eee/0x7210
...
Statement: A missing cleanup in fcoe_init() could leave a dangling reference in the FCoE transport list when initialization fails.
This results in a use-after-free conditi
Debian
CVE-2022-50414: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe:...
vendor_debian·2022·CVSS 5.5
CVE-2022-50414 [MEDIUM] CVE-2022-50414: linux - In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe:...
In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when fcoe_if_init() fails, &fcoe_sw_transport is not detached and leaves freed &fcoe_sw_transport on fcoe_transports list. This causes panic when reinserting module. BUG: unable to handle page fault for address: fffffbfff82e2213 RIP: 0010:fcoe_transport_attach+0xe1/0x230 [libfcoe] Call Trace: do_one_initcall+0xd0/0x4e0 load_module+0x5eee/0x7210 ...
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved (fixed in 5.10.178-1)
forky: resolved (fixed in 6.1.4-1)
sid: resolved (fixed in 6.1.4-1)
trixie: resolved (fixed in 6.1.4-1)
GHSA
GHSA-pr9x-wvq6-fxmc: In the Linux kernel, the following vulnerability has been resolved:
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
fcoe_init() c
ghsa_unreviewed·2025-09-18
CVE-2022-50414 [MEDIUM] GHSA-pr9x-wvq6-fxmc: In the Linux kernel, the following vulnerability has been resolved:
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
fcoe_init() c
In the Linux kernel, the following vulnerability has been resolved:
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when
fcoe_if_init() fails, &fcoe_sw_transport is not detached and leaves freed
&fcoe_sw_transport on fcoe_transports list. This causes panic when
reinserting module.
BUG: unable to handle page fault for address: fffffbfff82e2213
RIP: 0010:fcoe_transport_attach+0xe1/0x230 [libfcoe]
Call Trace:
do_one_initcall+0xd0/0x4e0
load_module+0x5eee/0x7210
...
OSV
CVE-2022-50414: In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() cal
osv·2025-09-18·CVSS 5.5
CVE-2022-50414 [MEDIUM] CVE-2022-50414: In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() cal
In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails fcoe_init() calls fcoe_transport_attach(&fcoe_sw_transport), but when fcoe_if_init() fails, &fcoe_sw_transport is not detached and leaves freed &fcoe_sw_transport on fcoe_transports list. This causes panic when reinserting module. BUG: unable to handle page fault for address: fffffbfff82e2213 RIP: 0010:fcoe_transport_attach+0xe1/0x230 [libfcoe] Call Trace: do_one_initcall+0xd0/0x4e0 load_module+0x5eee/0x7210 ...
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/09a60f908d8b6497f618113b7c3c31267dc90911https://git.kernel.org/stable/c/1dc499c615aa87dc46a3f2d1f91d2d358e55f3e3https://git.kernel.org/stable/c/22e8c7a56bb1cd2ed0beaaccb34282ac9cbbe27ehttps://git.kernel.org/stable/c/4155658cee394b22b24c6d64e49247bf26d95b92https://git.kernel.org/stable/c/aef82d16be5a353d913163f26fc4385e296be2b8https://git.kernel.org/stable/c/b5cc59470df64f26ad397dbb71cbf130cf489edfhttps://git.kernel.org/stable/c/be5f1a82ad6056db22c86005dc4cac22a20deeefhttps://git.kernel.org/stable/c/cf74d1197c0e3d2f353faa333e9e2847c73713f1https://git.kernel.org/stable/c/d581303d6f8d4139513105d73dd65f26c6707160
2025-09-18
Published