Lucene search
K

37 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-55077

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00024EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-54970

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00113EPSS
Exploits0References6
OSV
OSV
added 2025/05/21 11:52 a.m.1 views

SUSE-SU-2025:01640-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-48933: netfilter: nftables: fix memory leak during stateful obj update bsc1229621. - CVE-2022-49110: netfilter: conntrack: revisit gc autotuning...

7.8CVSS6.6AI score0.0007EPSS
Exploits0References88
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

5.5CVSS0.00045EPSS
Exploits0References10
Packet Storm
Packet Storm
added 2025/03/17 12:0 a.m.295 views

Linux watch_queue Filter Out-Of-Bounds Write

The Linux watchqueue filter suffers from an out of bounds write vulnerability amongst other issues that are also noted. This bug report is about things in the watchqueue subsystem, which is only enabled under CONFIGWATCHQUEUE. That seems to be disabled e.g. on Debian, but Ubuntu and Fedora enable...

7.8CVSS7AI score0.22214EPSS
Exploits10
SUSE CVE
SUSE CVE
added 2025/02/27 3:9 a.m.1 views

SUSE CVE-2022-49257

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5CVSS6.8AI score0.00024EPSS
Exploits0References7
NVD
NVD
added 2025/02/26 7:1 a.m.6 views

CVE-2022-49256

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

5.5CVSS0.00113EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49257

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5CVSS0.00024EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:0 a.m.11 views

CVE-2022-49148

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS0.00024EPSS
Exploits0References5
CVE
CVE
added 2025/02/26 1:56 a.m.129 views

CVE-2022-49257

CVE-2022-49257 affects the Linux kernel and stems from a NULL dereference in watch_queue_set_size() during error cleanup. The code path could call __free_page() on buffers that were not allocated, causing a NULL pointer dereference (observed as a KASAN report in __free_pages). The issue is mitiga...

5.5CVSS6.7AI score0.00024EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.8 views

CVE-2022-49257

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5CVSS5.8AI score0.00024EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.13 views

CVE-2022-49256 watch_queue: Actually free the watch

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

0.00113EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 1:56 a.m.5 views

CVE-2022-49256 watch_queue: Actually free the watch

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

5.5CVSS5.3AI score0.00113EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49148

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS5.5AI score0.00024EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49148 watch_queue: Free the page array when watch_queue is dismantled

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

0.00024EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.13 views

CVE-2022-48847

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix filter limit check In watchqueuesetfilter, there are a couple of places where we check that the filter type value does not exceed what the typefilter bitmap can hold. One place calculates the number of bits by: if...

7.8CVSS6.2AI score0.00034EPSS
Exploits0References6
CVE
CVE
added 2024/07/16 12:25 p.m.66 views

CVE-2022-48847

CVE-2022-48847 concerns the Linux kernel: a fix for watch_queue_set_filter() where a type check used BITS_PER_LONG could overflow the type_filter bitmap, enabling out-of-bounds writes to wfilter->type_filter and to wfilter->filters[]. The issue arises from two separate checks; one uses 8* s...

7.8CVSS8.1AI score0.00034EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.22 views

CVE-2022-48847 watch_queue: Fix filter limit check

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix filter limit check In watchqueuesetfilter, there are a couple of places where we check that the filter type value does not exceed what the typefilter bitmap can hold. One place calculates the number of bits by: if...

0.00034EPSS
Exploits0References4
OSV
OSV
added 2024/07/16 12:25 p.m.15 views

CVE-2022-48847 watch_queue: Fix filter limit check

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix filter limit check In watchqueuesetfilter, there are a couple of places where we check that the filter type value does not exceed what the typefilter bitmap can hold. One place calculates the number of bits by: if...

7.8CVSS5.8AI score0.00034EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.15 views

CVE-2022-48847 watch_queue: Fix filter limit check

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix filter limit check In watchqueuesetfilter, there are a couple of places where we check that the filter type value does not exceed what the typefilter bitmap can hold. One place calculates the number of bits by: if...

6.6AI score0.00034EPSS
Exploits0References4
Rows per page
Query Builder