Lucene search
+L

3804 matches found

CVE
CVE
added 2024/05/03 5:15 p.m.69 views

CVE-2023-23474

CVE-2023-23474 – IBM Cognos Controller information disclosure Affected versions: IBM Controller 10.4.1, 10.4.2, and 11.0.0 expose sensitive information when a stack trace is returned in the browser. Root cause (as described): returning stack traces from the web interface can reveal sensitive data...

5.3CVSS5.9AI score0.00428EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/03 5:15 p.m.13 views

CVE-2023-23474 IBM Cognos Controller information disclosure

IBM Cognos Controller 10.4.1, 10.4.2, and 11.0.0 could allow a remote attacker to obtain sensitive information when a stack trace is returned in the browser. IBM X-Force ID: 245403...

3.7CVSS6AI score0.00428EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/03 3:15 p.m.31 views

CVE-2022-48692

In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Set scmnd-result only when scmnd is not NULL This change fixes the following kernel NULL pointer dereference which is reproduced by blktests srp/007 occasionally. BUG: kernel NULL pointer dereference, address:...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/03 3:10 p.m.18 views

CVE-2022-48697 nvmet: fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a use-after-free Fix the following use-after-free complaint triggered by blktests nvme/004: BUG: KASAN: user-memory-access in blkmqcompleterequestremote+0xac/0x350 Read of size 4 at addr 0000607bd1835943 by task...

6.8AI score0.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/03 2:52 p.m.29 views

CVE-2022-48675 IB/core: Fix a nested dead lock as part of ODP flow

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

5.5AI score0.00178EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/03 2:52 p.m.87 views

CVE-2022-48675

CVE-2022-48675 is a Linux kernel issue in IB/core involving a nested deadlock between exiting mmap (exit_mmap/__mmu_notifier_release) and a mutex held during ib_umem_odp_map_dma_and_lock. The root cause is a potential deadlock when mmput() is called while umem_mutex is held, triggering a lock in ...

5.5CVSS6.4AI score0.00178EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/03 2:51 p.m.21 views

CVE-2022-48673 net/smc: Fix possible access to freed memory in link clear

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the QP to the Error state, all RX WR would be completed with WC in IBWCWRFLUSHERR status. Current implementation does not wait for it is done, but destroy...

6.7AI score0.0021EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/01 1:0 p.m.43 views

CVE-2024-27060 thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix NULL pointer dereference in tbportupdatecredits Olliver reported that his system crashes when plugging in Thunderbolt 1 device: BUG: kernel NULL pointer dereference, address: 0000000000000020 PF: supervisor read...

6.5AI score0.00225EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/01 6:15 a.m.17 views

CVE-2024-26941

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and unplugging a StarTech MSTDP122DP DisplayPort 1.2 MST hub the same regression does not appear when using a Cable Matters...

5.5CVSS7.5AI score0.00193EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/01 5:30 a.m.55 views

CVE-2024-27018 netfilter: br_netfilter: skip conntrack input hook for promisc packets

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: skip conntrack input hook for promisc packets For historical reasons, when bridge device is in promisc mode, packets that are directed to the taps follow bridge input hook path. This patch adds a workaroun...

7.4AI score0.00251EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/01 5:19 a.m.34 views

CVE-2024-26958

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------ cut here ------------ refcountt: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at lib/refcount.c:28...

7.8CVSS7.7AI score0.00244EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/01 5:19 a.m.80 views

CVE-2024-26957

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix reference counting on zcrypt card objects Tests with hot-plugging crytpo cards on KVM guests with debug kernel build revealed an use after free for the load field of the struct zcryptcard. The reason was an...

7.8CVSS7.2AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.30 views

CVE-2024-26941 drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and unplugging a StarTech MSTDP122DP DisplayPort 1.2 MST hub the same regression does not appear when using a Cable Matters...

6.8AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.19 views

CVE-2024-26932 usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpmportunregisterpd When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same capabilitiy will be kfreed twice, the first time is...

6.7AI score0.00216EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: perf trace: Really free the evsel->priv area

A memory leak flaw was found in the Linux kernel's perf trace tool in the event selector cleanup logic. A local user can trigger this issue by running perf trace commands, causing the tool to free memory based on an incorrect condition check that inverts the intended logic for non-syscall...

5.5CVSS7.2AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.4 views

kernel: tracing: Fix sleeping function called from invalid context on RT kernel

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="traceevent=initcall:initcallstart tpprintk=1" in the cmdline, the outputprintk was called, and the spinlockirqsave was called in the...

5.5CVSS6.4AI score0.00215EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/30 7:26 a.m.6 views

CLSA-2024-1714462008 Fix CVE(s): CVE-2023-49288

SECURITY UPDATE: Denial of Service attack against HTTP header parsing - debian/patches/CVE-2023-49288.patch: fix unintention freeing in TRACE request handler - CVE-2023-49288...

8.6CVSS7.1AI score0.04777EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.3 views

SUSE CVE-2022-48660

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Set lineeventstate::irq after IRQ register successfully When running gpio test on nxp-ls1028 platform with below command gpiomon --num-events=3 --rising-edge gpiochip1 25 There will be a warning trace as below: Cal...

3.3CVSS6.2AI score0.00236EPSS
SaveExploits0References8
NVD
NVD
added 2024/04/28 1:15 p.m.22 views

CVE-2022-48660

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Set lineeventstate::irq after IRQ register successfully When running gpio test on nxp-ls1028 platform with below command gpiomon --num-events=3 --rising-edge gpiochip1 25 There will be a warning trace as below: Cal...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/28 1:15 p.m.2 views

DEBIAN-CVE-2022-48660

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Set lineeventstate::irq after IRQ register successfully When running gpio test on nxp-ls1028 platform with below command gpiomon --num-events=3 --rising-edge gpiochip1 25 There will be a warning trace as below: Cal...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References1
Rows per page
Query Builder