Lucene search
+L

2574 matches found

RedhatCVE
RedhatCVE
added 2024/04/29 4:21 p.m.33 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.5 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

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.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.11 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:01 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.29 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.136 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.6 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.9 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.6 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.13 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.45 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
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.38 views

CVE-2024-26787 mmc: mmci: stm32: fix DMA API overlapping mappings warning

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

7.7AI score0.00226EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.33 views

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.5CVSS7.3AI score0.00226EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/04 12:00 a.m.30 views

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.5CVSS5.8AI score0.00226EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2024/04/04 12:00 a.m.15 views

PT-2024-21606 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.8.7/6.9-rc4 Description: A buffer overflow vulnerability has been identified in the intel fb bo framebuffer init function within the DRM component of the Linux kernel. This issue can be exploited to cause a...

9.1CVSS7AI score0.01401EPSS
SaveExploits1References533
OSV
OSV
added 2024/04/03 5:15 p.m.8 views

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

7.8CVSS6.2AI score0.00278EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.35 views

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

7.8CVSS6.2AI score0.00278EPSS
SaveExploits0References15
Rows per page
Query Builder