Lucene search
+L

6391 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.20 views

UBUNTU-CVE-2022-49859

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: fix issue of invalid opcode in lapbethopen If lapbregister failed when lapb device goes to up for the first time, the NAPI is not disabled. As a result, the invalid opcode issue is reported when the lapb device go...

7.8CVSS5.7AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.18 views

UBUNTU-CVE-2022-49836

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 3:16 p.m.14 views

UBUNTU-CVE-2022-49860

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

5.5CVSS6AI score0.00187EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/05/01 2:11 p.m.1 views

CVE-2022-49926 net: dsa: Fix possible memory leaks in dsa_loop_init()

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Fix possible memory leaks in dsaloopinit kmemleak reported memory leaks in dsaloopinit: kmemleak: 12 new suspected memory leaks unreferenced object 0xffff8880138ce000 size 2048: comm "modprobe", pid 390, jiffies...

6.1AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.10 views

CVE-2022-49915 mISDN: fix possible memory leak in mISDN_register_device()

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDNregisterdevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, add putdevice to give up the reference, so...

5.5CVSS5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.8 views

CVE-2022-49907

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix undefined behavior in bit shift for mdiobusregister Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds ...

7.8CVSS5.5AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49873

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in releasereference Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these memories by calling the corresponding helper...

5.5CVSS5.6AI score0.00204EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 2:10 p.m.10 views

CVE-2022-49873 bpf: Fix wrong reg type conversion in release_reference()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in releasereference Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these memories by calling the corresponding helper...

5.5CVSS5.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.2 views

CVE-2022-49860 dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

6.1AI score0.00187EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.29 views

CVE-2022-49836 siox: fix possible memory leak in siox_device_add()

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

0.00189EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49816

...

SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.45 views

CVE-2022-49804 s390: avoid using global register for current_stack_pointer

In the Linux kernel, the following vulnerability has been resolved: s390: avoid using global register for currentstackpointer Commit 30de14b1884b "s390: currentstackpointer shouldn't be a function" made currentstackpointer a global register variable like on many other architectures. Unfortunately...

7.8CVSS0.00183EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/01 2:09 p.m.132 views

CVE-2022-49804

CVE-2022-49804 refers to a Linux kernel issue affecting s390 where making current_stack_pointer a global register variable exposed a gcc bug. The vulnerability is tied to stack pointer handling and can lead to stack corruption on affected builds. Public description notes that to mitigate, the min...

7.8CVSS6.6AI score0.00183EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:09 p.m.17 views

CVE-2022-49804 s390: avoid using global register for current_stack_pointer

In the Linux kernel, the following vulnerability has been resolved: s390: avoid using global register for currentstackpointer Commit 30de14b1884b "s390: currentstackpointer shouldn't be a function" made currentstackpointer a global register variable like on many other architectures. Unfortunately...

7.8CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:09 p.m.104 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
OSV
OSV
added 2025/05/01 2:09 p.m.12 views

CVE-2022-49799 tracing: Fix wild-memory-access in register_synth_event()

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

5.9AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 1:15 p.m.2 views

DEBIAN-CVE-2025-37746

In the Linux kernel, the following vulnerability has been resolved: perf/dwcpcie: fix duplicate pcidev devices During platformdeviceregister, wrongly using struct device pcidev as platformdata caused a kmemdup copy of pcidev. Worse still, accessing the duplicated device leads to list corruption a...

5.5CVSS5.5AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.4 views

DEBIAN-CVE-2025-23162

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Don't try to trigger a full GT reset if VF VFs don't have access to the GDRST0x941c register that driver uses to reset a GT. Attempt to trigger a reset using debugfs: $ cat...

5.5CVSS5.4AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.7 views

UBUNTU-CVE-2025-23162

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Don't try to trigger a full GT reset if VF VFs don't have access to the GDRST0x941c register that driver uses to reset a GT. Attempt to trigger a reset using debugfs: $ cat...

5.5CVSS5.9AI score0.00176EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 12:55 p.m.11 views

CVE-2025-23162 drm/xe/vf: Don't try to trigger a full GT reset if VF

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Don't try to trigger a full GT reset if VF VFs don't have access to the GDRST0x941c register that driver uses to reset a GT. Attempt to trigger a reset using debugfs: $ cat...

6AI score
SaveExploits0References7
Rows per page
Query Builder