Lucene search
+L

13752 matches found

NVD
NVD
added 2025/05/01 3:16 p.m.12 views

CVE-2022-49840

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS0.00212EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 3:16 p.m.9 views

CVE-2022-49843

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
NVD
NVD
added 2025/05/01 3:16 p.m.14 views

CVE-2022-49843

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
NVD
NVD
added 2025/05/01 3:16 p.m.19 views

CVE-2022-49799

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...

7.1CVSS0.00193EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/01 3:16 p.m.34 views

CVE-2022-49793

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for name, it need be freed when deviceadd fails, call putdevice to give up the reference that hold in deviceinitialize, so that it can ...

5.5CVSS0.00214EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

UBUNTU-CVE-2022-49905

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smcinit In smcinit, registerpernetsubsys&smcnetstatops is called without any error handling. If it fails, registering of &smcnetops won't be reverted. And if smcnlinit fails,...

7.8CVSS6AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.23 views

UBUNTU-CVE-2022-49876

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 3:16 p.m.16 views

UBUNTU-CVE-2022-49875

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix NULL pointer dereference when pin PROG, MAP, LINK without FILE When using bpftool to pin PROG, MAP, LINK without FILE, segmentation fault will occur. The reson is that the lack of FILE will cause strlen to trigger NU...

5.5CVSS6.1AI score0.00204EPSS
SaveExploits0References7
NVD
NVD
added 2025/05/01 2:15 p.m.18 views

CVE-2025-37765

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttmbodelayeddelete oops Fix an oops in ttmbodelayeddelete which results from dererencing a dangling pointer: Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b7b: 0000 1...

7.8CVSS0.00207EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 2:15 p.m.9 views

UBUNTU-CVE-2025-37765

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttmbodelayeddelete oops Fix an oops in ttmbodelayeddelete which results from dererencing a dangling pointer: Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b7b: 0000 1...

7.8CVSS6.2AI score0.00207EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.26 views

CVE-2022-49905 net/smc: Fix possible leaked pernet namespace in smc_init()

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smcinit In smcinit, registerpernetsubsys&smcnetstatops is called without any error handling. If it fails, registering of &smcnetops won't be reverted. And if smcnlinit fails,...

7.8CVSS0.00197EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/01 2:10 p.m.102 views

CVE-2022-49905

In the Linux kernel, the net/smc subsystem has a vulnerability disclosed as CVE-2022-49905 due to a missing error path in smc_init(). register_pernet_subsys(&smc_net_stat_ops) is called without proper rollback handling; if it fails, the registration of &smc_net_ops may not be reverted, and if smc...

7.8CVSS6.5AI score0.00197EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49905 net/smc: Fix possible leaked pernet namespace in smc_init()

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smcinit In smcinit, registerpernetsubsys&smcnetstatops is called without any error handling. If it fails, registering of &smcnetops won't be reverted. And if smcnlinit fails,...

7.8CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.30 views

CVE-2022-49900 i2c: piix4: Fix adapter not be removed in piix4_remove()

In the Linux kernel, the following vulnerability has been resolved: i2c: piix4: Fix adapter not be removed in piix4remove In piix4probe, the piix4 adapter will be registered in: piix4probe piix4addadapterssb800 / piix4addadapter i2caddadapter Based on the probed device type, piix4addadapterssb800...

0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49900 i2c: piix4: Fix adapter not be removed in piix4_remove()

In the Linux kernel, the following vulnerability has been resolved: i2c: piix4: Fix adapter not be removed in piix4remove In piix4probe, the piix4 adapter will be registered in: piix4probe piix4addadapterssb800 / piix4addadapter i2caddadapter Based on the probed device type, piix4addadapterssb800...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.27 views

CVE-2022-49876 wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

0.00159EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.2 views

CVE-2022-49876 wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

6.1AI score0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 2:10 p.m.17 views

CVE-2022-49876 wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

5.5CVSS4.9AI score
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:10 p.m.77 views

CVE-2022-49876

Summary: CVE-2022-49876 is a Linux kernel vulnerability in wifi/mac80211 that causes a general-protection fault when an interface’s status changes during active transmission. The issue stems from accessing sdata->bss after it is set to NULL during ieee80211_runtime_change_iftype/ieee80211_do_s...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.26 views

CVE-2022-49876

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix general-protection-fault in ieee80211subifstartxmit When device is running and the interface status is changed, the gpf issue is triggered. The problem triggering process is as follows: Thread A: Thread B...

5.5CVSS5.4AI score0.00159EPSS
SaveExploits0
Rows per page
Query Builder