Lucene search
+L

9838 matches found

RedHat Linux
RedHat Linux
added 2025/06/23 2:49 a.m.9 views

libvpx: Double-free in libvpx encoder

A flaw was found in libvpx. A double-free issue can occur in vpxcodecencinitmulti after a failed allocation when initializing the encoder for WebRTC. This can cause memory corruption and an exploitable crash...

5.4CVSS7.3AI score0.00517EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.12 views

The vulnerability of the kvm_riscv_vcpu_sbi_init() function in the arch/riscv/kvm/vcpu_sbi.c module of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the kvmriscvvcpusbiinit function in the arch/riscv/kvm/vcpusbi.c module of the Linux operating system is related to unvalidated array indexing. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protect...

7.8CVSS7.1AI score0.00238EPSS
SaveExploits0References9Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/21 12:53 p.m.6 views

CVE-2025-38036

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Perform early GT MMIO initialization to read GMDID VFs need to communicate with the GuC to obtain the GMDID value and existing GuC functions used for that assume that the GT has it's MMIO members already setup. However...

7CVSS7AI score0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/21 1:15 a.m.10 views

CVE-2025-5820

Sony XAV-AX8500 Bluetooth ERTM Channel Authentication Bypass Vulnerability. This vulnerability allows network-adjacent attackers to bypass authentication on affected Sony XAV-AX8500 devices. Authentication is not required to exploit this vulnerability. The specific flaw exists within the...

8.8CVSS5.9AI score0.00306EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.18 views

CVE-2022-50127

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxecreateqp In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like the spin locks are not setup until rxeqpinitreq. If an error occures before this point then t...

4.7CVSS7.2AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.9 views

CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7CVSS7.3AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:4 a.m.6 views

CVE-2022-50179

In the Linux kernel, the following vulnerability has been resolved: ath9k: fix use-after-free in ath9khifusbrxcb Syzbot reported use-after-free Read in ath9khifusbrxcb 0. The problem was in incorrect htchandle-drvpriv initialization. Probable call trace which can trigger use-after-free:...

5.2CVSS7.2AI score0.00214EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 2:49 a.m.7 views

CVE-2022-50130

A flaw was found in the fbtft module in the Linux kernel. An incorrect order of operations can cause an improper initialization of framebuffer devices, potentially impacting system stability and resulting in a denial of service...

5.5CVSS6.1AI score0.00159EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 8:33 p.m.7 views

CVE-2022-50058

In the Linux kernel, the following vulnerability has been resolved: vdpasimblk: set number of address spaces and virtqueue groups Commit bda324fd037a "vdpasim: control virtqueue support" added two new fields nas, ngroups to vdpasimdevattr, but we forgot to initialize them for vdpasimblk. When...

7CVSS7AI score0.0014EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/19 4:15 p.m.9 views

CVE-2025-52464

Meshtastic is an open source mesh networking solution. In versions from 2.5.0 to before 2.6.11, the flashing procedure of several hardware vendors was resulting in duplicated public/private keys. Additionally, the Meshtastic was failing to properly initialize the internal randomness pool on some...

9.5CVSS0.00433EPSS
SaveExploits0References5
NCSC
NCSC
added 2025/06/19 8:42 a.m.11 views

Vulnerability fixed in Cisco AnyConnect VPN for Meraki MX and Z

Cisco has fixed a vulnerability in the Cisco AnyConnect VPN server on Cisco Meraki MX and Z Series devices. The vulnerability is in how the Cisco AnyConnect VPN server initializes variables during the establishment of SSL VPN sessions. Unauthenticated remote attackers can exploit this...

8.6CVSS6.9AI score0.00504EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.6 views

SUSE CVE-2022-49971

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix a potential gpumetricstable memory leak Memory is allocated for gpumetricstable in smuv1304initsmctables, but not freed in smuv1304finismctables. This may cause memory leaks, fix it...

5.5CVSS6.2AI score0.00179EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.5 views

SUSE CVE-2022-50058

In the Linux kernel, the following vulnerability has been resolved: vdpasimblk: set number of address spaces and virtqueue groups Commit bda324fd037a "vdpasim: control virtqueue support" added two new fields nas, ngroups to vdpasimdevattr, but we forgot to initialize them for vdpasimblk. When...

5.5CVSS5.8AI score0.0014EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.5 views

SUSE CVE-2022-50127

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxecreateqp In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like the spin locks are not setup until rxeqpinitreq. If an error occures before this point then t...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.11 views

SUSE CVE-2022-50222

In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcsread 1, for buffer can be read immediately after resize operation. Initialize buffer using kzalloc. ---------- include include include include int...

3.3CVSS6.5AI score0.00194EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.8 views

SUSE CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:16 a.m.9 views

SUSE CVE-2025-38012

In the Linux kernel, the following vulnerability has been resolved: schedext: bpfiterscxdsqnew should always initialize iterator BPF programs may call next and destroy on BPF iterators even after new returns an error value e.g. bpfforeach macro ignores error returns from new. bpfiterscxdsqnew cou...

6.6CVSS6.5AI score0.00166EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:15 a.m.7 views

SUSE CVE-2025-38036

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Perform early GT MMIO initialization to read GMDID VFs need to communicate with the GuC to obtain the GMDID value and existing GuC functions used for that assume that the GT has it's MMIO members already setup. However...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 5:15 p.m.18 views

CVE-2025-20271

A vulnerability in the Cisco AnyConnect VPN server of Cisco Meraki MX and Cisco Meraki Z Series Teleworker Gateway devices could allow an unauthenticated, remote attacker to cause a denial of service DoS condition in the Cisco AnyConnect service on an affected device. This vulnerability is due to...

8.6CVSS0.00504EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.10 views

CVE-2022-50222

In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcsread 1, for buffer can be read immediately after resize operation. Initialize buffer using kzalloc. ---------- include include include include int...

5.5CVSS0.00194EPSS
SaveExploits0References7
Rows per page
Query Builder