Lucene search
+L

5508 matches found

Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.27 views

CVE-2024-26897

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: delay all of ath9kwmieventtasklet until init is complete The ath9kwmieventtasklet used in ath9khtc assumes that all the data structures have been fully initialised by the time it runs. However, because of the order i...

4.7CVSS7AI score0.00188EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/17 10:17 a.m.30 views

CVE-2024-26854 ice: fix uninitialized dplls mutex usage

In the Linux kernel, the following vulnerability has been resolved: ice: fix uninitialized dplls mutex usage The pf-dplls.lock mutex is initialized too late, after its first use. Move it to the top of icedpllinit. Note that the "errexit" error path destroys the mutex. And the mutex is the last...

6.6AI score0.00713EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/17 10:15 a.m.2 views

DEBIAN-CVE-2024-26839

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix a memleak in initcreditreturn When dmaalloccoherent fails to allocate dd-crbasei.va, initcreditreturn should deallocate dd-crbase and dd-crbasei that allocated before. Or those resources would be never freed and a...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/12 2:11 a.m.7 views

SUSE CVE-2024-26743

In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix qedrcreateuserqp error flow Avoid the following warning by making sure to free the allocated resources in case that qedrinituserqueue fail. ----------- cut here ----------- WARNING: CPU: 0 PID: 143192 at...

3.3CVSS6.3AI score0.00242EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2024/04/12 12:00 a.m.13 views

PT-2024-29773

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.43 Description A vulnerability has been resolved in the Linux kernel, specifically in the crypto: hisilicon/debugfs module. The issue occurs during the zip probe process when debugfs initialization fails,...

7.8CVSS5.3AI score0.00234EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/11 12:00 a.m.14 views

PT-2024-29760

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Linux kernel versions prior to 6.6.43 Description The issue in the Linux kernel is related to the use of mutex initialization in the LEDs driver. The driver registers LEDs using devm led classdev...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.7 views

SUSE CVE-2024-26703

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Move hrtimerinit to timerlatfd open Currently, the timerlat's hrtimer is initialized at the first read of timerlatfd, and destroyed at close. It works, but it causes an error if the user program open and close t...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.9 views

SUSE CVE-2024-26705

In the Linux kernel, the following vulnerability has been resolved: parisc: BTLB: Fix crash when setting up BTLB at CPU bringup When using hotplug and bringing up a 32-bit CPU, ask the firmware about the BTLB information to set up the static block TLB entries. For that write access to the static...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.7 views

SUSE CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS6.2AI score0.00231EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.5 views

SUSE CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References3
Redos
Redos
added 2024/04/09 12:00 a.m.48 views

ROS-20240409-06

A vulnerability in SaltStack Salt's configuration management and remote operations execution system is related to receiving multiple bad packets to the server equal to the number of worker threads, Salt will stop responding back requests before restarting. Exploitation of the vulnerability could...

7.8CVSS7.8AI score0.03332EPSS
SaveExploits1
CNNVD
CNNVD
added 2024/04/05 12:00 a.m.8 views

Google Pixel 安全漏洞

Google Pixel is a smartphone from Google, an American company. A security vulnerability exists in Google Pixel, which stems from a missing bounds check in the govinit module, which may be read out of bounds...

5.5CVSS6.5AI score0.00085EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/04 9:15 a.m.11 views

UBUNTU-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2024/04/04 2:17 a.m.5 views

SUSE CVE-2024-26657

In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpucswaitioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was reported by Joonkyo Jung . For example the following code...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/04/04 12:06 a.m.24 views

CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

4.4CVSS7AI score0.00227EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/04/04 12:00 a.m.13 views

The vulnerability of the programmatic tools and libraries used for working with OpenSC smart cards stems from improper restrictions on operations within memory buffers. This allows attackers to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the programmatic tools and libraries used to work with OpenSC smart cards is related to memory errors during card registration using the pkcs15-init function. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility o...

6.8CVSS6.6AI score0.01174EPSS
SaveExploits0References12Affected Software6
OSV
OSV
added 2024/04/03 5:15 p.m.8 views

UBUNTU-CVE-2024-26734

In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlinkinit The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in case of unsuccessful...

7.8CVSS6.5AI score0.00237EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/03 5:15 p.m.7 views

UBUNTU-CVE-2024-26765

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Disable IRQ before initfn for nonboot CPUs Disable IRQ before initfn for nonboot CPUs when hotplug, in order to silence such warnings and also avoid potential errors due to unexpected interrupts: WARNING: CPU: 1 PID: 0...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/03 5:15 p.m.6 views

UBUNTU-CVE-2024-26749

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fixed memory use after free at cdns3gadgetepdisable ... cdns3gadgetepfreerequest&privep-endpoint, &privreq-request; listdelinit&privreq-list; ... 'privreq' actually free at cdns3gadgetepfreerequest. But listdelinit us...

7.8CVSS6.1AI score0.00245EPSS
SaveExploits0References22
OSV
OSV
added 2024/04/03 3:15 p.m.1 views

DEBIAN-CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.1AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder