Lucene search
+L

22155 matches found

Openbugbounty
Openbugbounty
added 2024/06/25 7:04 p.m.8 views

jaincentercolumbus.org Cross Site Scripting vulnerability OBB-3938704

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/06/25 12:58 p.m.7 views

Malicious code in recovery-center-web-sdk (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 2c243af7b9adcb93c55a9f9976096aa2a6470dbb50e45785b0cc87b3b4181afa Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2024/06/25 12:58 p.m.5 views

MAL-2024-2947 Malicious code in recovery-center-web-sdk (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 2c243af7b9adcb93c55a9f9976096aa2a6470dbb50e45785b0cc87b3b4181afa Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/21 7:54 p.m.21 views

CVE-2024-38637

In the Linux kernel, the following vulnerability has been resolved: greybus: lights: check return of getchannelfrommode If channel for the given node is not found we return null from getchannelfrommode. Make sure we validate the return pointer before using it in two of the missing places. This wa...

4.4CVSS6.9AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.24 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

4.4CVSS7AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/21 12:15 p.m.15 views

AZL-42838 CVE-2024-39277 affecting package kernel for versions less than 6.6.35.1-4

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: handle NUMANONODE correctly cpumaskofnode can be called for NUMANONODE inside domapbenchmark resulting in the following sanitizer report: UBSAN: array-index-out-of-bounds in...

7.8CVSS6.8AI score0.0022EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/21 11:18 a.m.50 views

CVE-2024-34777 dma-mapping: benchmark: fix node id validation

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: fix node id validation While validating node ids in mapbenchmarkioctl, nodepossible may be provided with invalid argument outside of 0,MAXNUMNODES-1 range leading to: BUG: KASAN: wild-memory-access in...

0.00219EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/21 11:18 a.m.16 views

CVE-2024-34777 dma-mapping: benchmark: fix node id validation

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: fix node id validation While validating node ids in mapbenchmarkioctl, nodepossible may be provided with invalid argument outside of 0,MAXNUMNODES-1 range leading to: BUG: KASAN: wild-memory-access in...

6.5AI score0.00219EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/21 11:15 a.m.32 views

CVE-2024-39277 dma-mapping: benchmark: handle NUMA_NO_NODE correctly

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: handle NUMANONODE correctly cpumaskofnode can be called for NUMANONODE inside domapbenchmark resulting in the following sanitizer report: UBSAN: array-index-out-of-bounds in...

6.5AI score0.0022EPSS
SaveExploits0References5
CVE
CVE
added 2024/06/21 11:15 a.m.143 views

CVE-2024-39277

In CVE-2024-39277, the Linux kernel vulnerability arises when dma-mapping benchmark bound to NUMA_NO_NODE triggers UBSAN array-index-out-of-bounds in arch/x86/topology.h. The root cause is calling cpumask_of_node() for NUMA_NO_NODE inside do_map_benchmark(), leading to an invalid cpumask[-1] acce...

7.8CVSS8.1AI score0.0022EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/06/21 11:15 a.m.2 views

DEBIAN-CVE-2024-37356

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix shift-out-of-bounds in dctcpupdatealpha. In dctcpupdatealpha, we use a module parameter dctcpshiftg as follows: alpha -= minnotzeroalpha, alpha dctcpshiftg; ... deliveredce /sys/module/tcpdctcp/parameters/dctcpshiftg cat...

5.5CVSS6.1AI score0.00247EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.36 views

CVE-2024-38637 greybus: lights: check return of get_channel_from_mode

In the Linux kernel, the following vulnerability has been resolved: greybus: lights: check return of getchannelfrommode If channel for the given node is not found we return null from getchannelfrommode. Make sure we validate the return pointer before using it in two of the missing places. This wa...

0.00231EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/21 10:18 a.m.17 views

CVE-2024-38622 drm/msm/dpu: Add callback function pointer check before its call

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2024/06/21 10:18 a.m.96 views

CVE-2024-38622

CVE-2024-38622 concerns a Linux kernel issue in drm/msm/dpu where dpu_core_irq_callback_handler() checks a callback pointer for NULL but then unconditionally calls it. The vulnerability arises from calling a possibly NULL function pointer, which could lead to kernel behavior disruption. The fix a...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.4 views

SUSE CVE-2024-38546

In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4hdmiaudioinit ofgetaddress may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org with SVACE...

4.4CVSS6.2AI score0.00252EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/06/20 5:58 p.m.29 views

CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS7AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:55 p.m.21 views

CVE-2024-38571

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/tsens: Fix null pointer dereference computeinterceptslope is called from calibrate8960 in tsens-8960.c as computeinterceptslopepriv, p1, NULL, ONEPTCALIB which lead to null pointer dereference if DEBUG or...

4.4CVSS7AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:28 p.m.24 views

CVE-2024-38579

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2dumpomd value of ptr is increased by ciphkeylen instead of hashivlen which could lead to going beyond the buffer boundaries. Fix this bug by changing ciphkeylen to hashivlen. Found by...

4.4CVSS7.1AI score0.00254EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:26 p.m.28 views

CVE-2024-38573

A NULL pointer dereference flaw was found in cppccpufreqgetrate in the Linux kernel. This issue may result in a crash...

5.5CVSS8.1AI score0.01003EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:56 p.m.37 views

CVE-2024-38599

In the Linux kernel, the following vulnerability has been resolved: jffs2: prevent xattr node from overflowing the eraseblock Add a check to make sure that the requested xattr node size is no larger than the eraseblock minus the cleanmarker. Unlike the usual inode nodes, the xattr nodes aren't...

5.5CVSS8.2AI score0.00245EPSS
SaveExploits0References4
Rows per page
Query Builder