Lucene search
+L

150 matches found

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

CVE-2022-49890

In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfsgetxattralloc In capinodegetsecurity, we will use vfsgetxattralloc to complete the memory allocation of tmpbuf, if we have completed the memory allocation of tmpbuf, but...

5.5CVSS0.00207EPSS
SaveExploits0References7
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49881

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in queryregdbfile In the function queryregdbfile the alpha2 parameter is duplicated using kmemdup and subsequently freed in regdbfwcb. However, requestfirmwarenowait can fail without calling...

5.5CVSS0.00189EPSS
SaveExploits0References6
NVD
NVD
added 2025/05/01 3:16 p.m.16 views

CVE-2022-49817

In the Linux kernel, the following vulnerability has been resolved: net: mhi: Fix memory leak in mhinetdellink MHI driver registers network device without setting the needsfreenetdev flag, and does NOT call freenetdev when unregisters network device, which causes a memory leak. This patch calls...

5.5CVSS0.00187EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49794

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91adc: fix possible memory leak in at91adcallocatetrigger If iiotriggerregister returns error, it should call iiotriggerfree to give up the reference that hold in iiotriggeralloc, so that it can call iiotrigrelease to...

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

CVE-2020-36790

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak We forgot to free newmodelnumber...

5.5CVSS6.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 2:11 p.m.22 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...

0.00176EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:10 p.m.145 views

CVE-2022-49902

CVE-2022-49902 concerns a Linux kernel memory-leak in rq_wb on add_disk failure. kmemleak reported 3 memory-leak instances; the leak stems from memory allocated in wbt_enable_default() not being freed in device_add_disk()’s error path. Normally, del_gendisk()/rq_qos_exit() would free rq_wb memory...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.91 views

CVE-2022-49891

CVE-2022-49891 concerns a Linux kernel memory-leak in tracing/kprobe handling. The root cause is that test_gen_kprobe_cmd() frees buf only on the fail path, causing a leak when no failure occurs; the patch moves kfree(buf) from the fail path to the common path, and applies the same fix to test_ge...

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

CVE-2022-49890 capabilities: fix potential memleak on error path from vfs_getxattr_alloc()

In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfsgetxattralloc In capinodegetsecurity, we will use vfsgetxattralloc to complete the memory allocation of tmpbuf, if we have completed the memory allocation of tmpbuf, but...

5.5CVSS6AI score
SaveExploits0References10
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49855 net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcpciereadbioscfg ipcpciereadbioscfg is using the acpievaluatedsm to obtain the wwan power state configuration from BIOS but is not freeing the acpiobject. The acpievaluatedsm returned...

5.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:09 p.m.9 views

CVE-2022-49803 netdevsim: Fix memory leak of nsim_dev->fa_cookie

In the Linux kernel, the following vulnerability has been resolved: netdevsim: Fix memory leak of nsimdev-facookie kmemleak reports this issue: unreferenced object 0xffff8881bac872d0 size 8: comm "sh", pid 58603, jiffies 4481524462 age 68.065s hex dump first 8 bytes: 04 00 00 00 de ad be ef...

4.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.33 views

CVE-2022-49800 tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in testgensynthcmd and testemptysynthevent testgensynthcmd only free buf in fail path, hence buf will leak when there is no failure. Add kfreebuf to prevent the memleak. The same reason and solution in...

0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 2:09 p.m.18 views

CVE-2022-49794 iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91adc: fix possible memory leak in at91adcallocatetrigger If iiotriggerregister returns error, it should call iiotriggerfree to give up the reference that hold in iiotriggeralloc, so that it can call iiotrigrelease to...

6AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.7 views

PT-2025-18478 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the nvmet component, where the new model number was not properly freed. Recommendations: At the moment, the...

7.8CVSS7.5AI score0.01328EPSS
SaveExploits1References162
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.6 views

PT-2025-18510 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible memory leak has been identified in the Linux kernel, specifically in the iio sysfs trig init function. The dev set name function allocates memory for the name, which needs t...

8.8CVSS7.7AI score0.01328EPSS
SaveExploits3References468
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.7 views

PT-2025-18547 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential memory leak in the Linux kernel has been resolved. The issue occurred in the drm dev init function, where a reference count added by device get was not properly released du...

8.8CVSS7.4AI score0.01328EPSS
SaveExploits3References464
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.11 views

PT-2025-18598 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the cfg80211 module. The problem occurs in the query regdb file function, where the alpha2 parameter is...

8.8CVSS7.6AI score0.01328EPSS
SaveExploits3References466
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.8 views

PT-2025-18641 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential memory leak has been identified in the Linux kernel's NFC subsystem, specifically in the fdp nci send function. This function calls fdp nci i2c write, which does not free t...

8.8CVSS5AI score0.01328EPSS
SaveExploits3References647
NVD
NVD
added 2025/04/17 6:15 p.m.28 views

CVE-2021-47671

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: es58xrxerrmsg: fix memory leak in error path In es58xrxerrmsg, if can-dosetmode fails, the function directly returns without calling netifrxskb. This means that the skb previously allocated by alloccanerrskb is no...

3.3CVSS0.00175EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 3:47 p.m.20 views

CVE-2025-21981 ice: fix memory leak in aRFS after reset

In the Linux kernel, the following vulnerability has been resolved: ice: fix memory leak in aRFS after reset Fix aRFS accelerated Receive Flow Steering structures memory leak by adding a checker to verify if aRFS memory is already allocated while configuring VSI. aRFS objects are allocated in two...

5.5CVSS5.9AI score
SaveExploits0References12
Rows per page
Query Builder