Lucene search
+L

13752 matches found

Cvelist
Cvelist
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49875 bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE

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...

0.00204EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:10 p.m.108 views

CVE-2022-49875

CVE-2022-49875: In the Linux kernel, bpftool can cause a NULL pointer dereference when pinning BPFFS objects (PROG, MAP, LINK) without a FILE, leading to a local segmentation fault. The root cause is strlen being invoked on a NULL name during mount_bpffs_for_pin. The mitigation provided in the so...

5.5CVSS6.5AI score0.00204EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.12 views

CVE-2022-49875 bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE

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.5CVSS5.8AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49847 net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload Move am65cpswnussphylinkcleanup call to after am65cpswnusscleanupndev so phylink is still valid to prevent the below Segmentation fault on module remove when...

5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.22 views

CVE-2022-49847 net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload Move am65cpswnussphylinkcleanup call to after am65cpswnusscleanupndev so phylink is still valid to prevent the below Segmentation fault on module remove when...

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

CVE-2022-49847

CVE-2022-49847 concerns a segmentation fault in the Linux kernel's ti_am65 cpsw Ethernet driver (am65_cpsw_nuss) during module removal. The fix changes the cleanup sequence: am65_cpsw_nuss_phylink_cleanup() is moved to run after am65_cpsw_nuss_cleanup_ndev(), ensuring phylink remains valid while ...

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

CVE-2022-49847

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload Move am65cpswnussphylinkcleanup call to after am65cpswnusscleanupndev so phylink is still valid to prevent the below Segmentation fault on module remove when...

5.5CVSS5.4AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2025/05/01 2:09 p.m.56 views

CVE-2022-49843

CVE-2022-49843 is rejected/withdrawn by its CVE Numbering Authority and not active.

6.5AI score
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.15 views

CVE-2022-49843

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.17 views

CVE-2022-49843

Removed by vendor...

5.6AI score
SaveExploits0
OSV
OSV
added 2025/05/01 2:09 p.m.12 views

CVE-2022-49840 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()

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.8CVSS5.9AI score
SaveExploits0References10
CVE
CVE
added 2025/05/01 2:09 p.m.107 views

CVE-2022-49799

Summary of CVE-2022-49799 (Linux kernel): The vulnerability resides in the tracing subsys, specifically register_synth_event(), where if set_synth_event_print_fmt() fails, the code may call trace_remove_event_call() and unregister_trace_event() twice, causing the trace_event_call to invoke __unre...

7.1CVSS6.3AI score0.00193EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.34 views

CVE-2022-49793 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()

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 ...

0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:09 p.m.109 views

CVE-2022-49793

CVE-2022-49793 is tied to Linux kernel code fixing a memory leak in iio_sysfs_trig_init within iio: trigger: sysfs. The issue arises from dev_set_name() allocating memory for the trigger name and not freeing it if device_add() fails; the fix ensures the allocated memory is released by freeing the...

5.5CVSS6.8AI score0.00214EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2025/05/01 1:15 p.m.9 views

CVE-2025-23151

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Fix race between unprepare and queuebuf A client driver may use mhiunpreparefromtransfer to quiesce incoming data during the client driver's tear down. The client driver might also be processing data at the same...

7.8CVSS0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 1:15 p.m.20 views

AZL-69662 CVE-2025-23141 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.12 views

UBUNTU-CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References40
OSV
OSV
added 2025/05/01 1:07 p.m.24 views

CVE-2025-37765 drm/nouveau: prime: fix ttm_bo_delayed_delete oops

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.1AI score
SaveExploits0References13
CVE
CVE
added 2025/05/01 1:07 p.m.140 views

CVE-2025-37765

Summary (CVE-2025-37765): The Linux kernel DRM Nouveau path had a delayed-delete oops during ttm_bo_delayed_delete. The root cause is a dangling nouveau_bo.resv pointer after dma_buf destruction frees amdgpu_bo, and the subsequent ttm_bo_delayed_delete dereferences that pointer, causing a general...

7.8CVSS6.5AI score0.00207EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/05/01 12:55 p.m.149 views

CVE-2025-23151

Technical details for CVE-2025-23151 are not provided in the connected documents. The initial description mentions a Linux kernel fix for an MHI bus/host race, but there are no specifics on affected products, vectors, or remediation in the supplied sources. Monitor for updates.

7.8CVSS6.5AI score0.00145EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder