Lucene search
+L

2300 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: scsi: qedf: Fix NULL dereference in error handling

A NULL pointer dereference was found in the QLogic qedf FCoE driver. In the error handling path of qedfallocglobalqueues, calling qedffreeglobalqueues when nothing was allocated causes a crash...

5.8AI score0.00179EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: Bluetooth: hci_conn: Fix memory leaks

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leaks When hcicmdsyncqueue failed in hcileterminatebig or hcilebigterminate, the memory pointed by variable d is not freed, which will cause memory leak. Add release process to error path...

5.5CVSS6.4AI score0.00152EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5efsttredirectanycreate The memory pointed to by the fs-any pointer is not freed in the error path of mlx5efsttredirectanycreate, which can lead to a memory leak. Fix by freeing the memory in the...

5.5CVSS6.8AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: net/mlx5e: fix memory leak in mlx5e_ptp_open

A flaw was found in the Linux kernel net/mlx5e Ethernet driver’s mlx5eptpopen function. When memory allocation via kvzallocnode or kvzalloc fails, previously allocated resources c or cparams were not properly freed, leading to a memory leak in the error path. An unprivileged local user interactin...

5.8AI score0.00174EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.6 views

SUSE CVE-2022-48661

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.13 views

PT-2025-13345 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A use-after-free UaF issue has been identified in the Linux kernel's netns ops registration error path. When net assign generic fails, the error path in ops init attempts to clear...

9.8CVSS8AI score0.28058EPSS
SaveExploits22References225
RedhatCVE
RedhatCVE
added 2024/04/29 4:21 p.m.32 views

CVE-2022-48661

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

5.5CVSS7.2AI score0.00223EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/28 1:15 p.m.4 views

DEBIAN-CVE-2022-48643

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix nftcountersenabled underflow at nftablesaddchain syzbot is reporting underflow of nftcountersenabled counter at nftablesaddchain 1, for commit 43eb8949cfdffa76 "netfilter: nftables: do not leave chain sta...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.4 views

DEBIAN-CVE-2022-48661

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

5.5CVSS5.4AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.8 views

UBUNTU-CVE-2022-48661

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

5.5CVSS5.7AI score0.00223EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/28 1:15 p.m.10 views

UBUNTU-CVE-2022-48643

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix nftcountersenabled underflow at nftablesaddchain syzbot is reporting underflow of nftcountersenabled counter at nftablesaddchain 1, for commit 43eb8949cfdffa76 "netfilter: nftables: do not leave chain sta...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/04/28 1:1 p.m.17 views

CVE-2022-48661 gpio: mockup: Fix potential resource leakage when register a chip

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

6.9AI score0.00223EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/17 5:29 p.m.33 views

CVE-2024-26824

In the Linux kernel, the following vulnerability has been resolved: crypto: algifhash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algifhash, and an error is triggered, it tries to free an SG list that was never allocated in the first place. Fix this b...

4.4CVSS7.2AI score0.00237EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.28 views

CVE-2024-26824

In the Linux kernel, the following vulnerability has been resolved: crypto: algifhash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algifhash, and an error is triggered, it tries to free an SG list that was never allocated in the first place. Fix this b...

7.8CVSS6.3AI score0.00237EPSS
SaveExploits0References10
CVE
CVE
added 2024/04/17 9:43 a.m.121 views

CVE-2024-26824

CVE-2024-26824 affects the Linux kernel crypto/algif_hash: hashing a zero-length message could trigger a faulty SG list free on error. The fix removes freeing the SG list on the zero-length error path; kernel updates implementing this change are the remediation.

7.8CVSS6.6AI score0.00237EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/04/17 9:43 a.m.5 views

CVE-2024-26824 crypto: algif_hash - Remove bogus SGL free on zero-length error path

In the Linux kernel, the following vulnerability has been resolved: crypto: algifhash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algifhash, and an error is triggered, it tries to free an SG list that was never allocated in the first place. Fix this b...

7.8CVSS5.5AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.7 views

SUSE CVE-2024-26787

In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIGDMAAPIDEBUGSG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline tracking EEXIST, overlapping mappings aren't supported WARNIN...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/10 7:15 p.m.5 views

DEBIAN-CVE-2021-47214

In the Linux kernel, the following vulnerability has been resolved: hugetlb, userfaultfd: fix reservation restore on userfaultfd error Currently in the iscontinue case in hugetlbmcopyatomicpte, if we bail out using "goto outreleaseunlock;" in the cases where idx = size, or !hugeptenone, the code...

5.5CVSS5.3AI score0.00193EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.11 views

SUSE CVE-2024-26739

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: don't override retval if we already lost the skb If we're redirecting the skb, and haven't called tcfmirredforward, yet, we need to tell the core to drop the skb by setting the retcode to SHOT. If we have...

5.5CVSS7.7AI score0.00278EPSS
SaveExploits0References29
RedhatCVE
RedhatCVE
added 2024/04/04 5:25 p.m.44 views

CVE-2024-26787

A flaw affecting the STM32 MMC/SD card driver was found in the Linux kernel. This issue is caused by improper handling of Direct Memory Access DMA mappings, resulting in overlapping memory regions. This overlap can trigger warnings and lead to potential memory corruption or unstable behavior...

5.5CVSS8.3AI score0.00226EPSS
SaveExploits0References4
Rows per page
Query Builder