Lucene search
+L

9851 matches found

SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.8 views

SUSE CVE-2022-49819

In the Linux kernel, the following vulnerability has been resolved: octeonep: fix potential memory leak in octepdevicesetup When occur unsupporteddev and mbox init errors, it did not free oct-conf and iounmap oct-mmioi.hwaddr. That would trigger memory leak problem. Add kfree for oct-conf and...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/07 2:19 a.m.6 views

SUSE CVE-2022-49884

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfntopfncache locks in dedicated helper Move the gfntopfncache lock initialization to another helper and call the new helper during VM/vCPU creation. There are race conditions possible due to kvmgfntopfncacheinit'...

7.8CVSS6.3AI score0.00119EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/07 12:0 a.m.9 views

SAMSUNG SMR 安全漏洞

SAMSUNG SMR is a system patch package from the South Korean company Samsung SAMSUNG. It provides patches for Samsung cell phone applications. A security vulnerability exists in SAMSUNG SMR that stems from an out-of-bounds write during memory initialization, which could lead to a local attacker...

7.8CVSS6.4AI score0.00165EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2025/05/07 12:0 a.m.3 views

Ensure That the su Command Inherits the User Environment Variables Without Escalating Privileges

The su command enables a common user to have the permissions of the superuser or other users. It is often used for switching the user from a common user to the root user. The su command provides a convenient way for users to change their identities. However, if the su command is run without...

7.3AI score
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.12 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-22097)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-22097 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double...

7.8CVSS5.9AI score0.00194EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.15 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-21920)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21920 advisory. - In the Linux kernel, the following vulnerability has been resolved: vlan: enforce underlying device type...

7.1CVSS6.1AI score0.00221EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.13 views

drm/vkms: Fix use after free and double free on init error

...

7.8CVSS7.4AI score0.00194EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.5 views

clk: samsung: Fix UBSAN panic in samsung_clk_init()

...

5.5CVSS7.4AI score0.00244EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/04 5:32 p.m.29 views

CVE-2023-53088

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/04 5:22 p.m.22 views

CVE-2023-53057

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hciinitstagesyncstage considers that stagei is valid as long as stagei-1.func is valid. Thus, the last element of stage.func should be intentionally invali...

5.5CVSS6.5AI score0.00197EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/04 4:35 p.m.18 views

CVE-2023-53119

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: initialize struct pn533outarg properly struct pn533outarg used as a temporary context for outurb is not initialized properly. Its uninitialized 'phy' field can be dereferenced in error cases inside pn533outcomplete...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:53 a.m.4 views

SUSE CVE-2022-49830

In the Linux kernel, the following vulnerability has been resolved: drm/drv: Fix potential memory leak in drmdevinit drmdevinit will add drmdevinitrelease as a callback. When drmmaddaction failed, the release function won't be added. As the result, the ref cnt added by deviceget in drmdevinit won...

3.3CVSS6.2AI score0.00204EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/05/03 2:53 a.m.7 views

SUSE CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/03 2:53 a.m.6 views

SUSE CVE-2022-49932

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

5.5CVSS6.4AI score0.00201EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.5 views

SUSE CVE-2023-53049

In the Linux kernel, the following vulnerability has been resolved: usb: ucsi: Fix NULL pointer deref in ucsiconnectorchange When ucsiinit fails, ucsi-connector is NULL, yet in case of ucsiacpi we may still get events which cause the ucsacpi code to call ucsiconnectorchange, which then derefs the...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.7 views

SUSE CVE-2023-53065

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix perfoutputbegin parameter is incorrectly invoked in perfeventbpfoutput syzkaller reportes a KASAN issue with stack-out-of-bounds. The call trace is as follows: dumpstack+0x9c/0xd3...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/05/03 1:39 a.m.27 views

CVE-2025-46626

Reuse of a static AES key and initialization vector for encrypted traffic to the 'ate' management service of the Tenda RX2 Pro 16.03.30.14 allows an attacker to decrypt, replay, and/or forge traffic to the service...

7.3CVSS7.2AI score0.00224EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/03 1:39 a.m.32 views

CVE-2025-46632

Initialization vector IV reuse in the web management portal of the Tenda RX2 Pro 16.03.30.14 may allow an attacker to discern information about or more easily decrypt encrypted messages between client and server...

6.5CVSS7AI score0.00303EPSS
SaveExploits1References1
OSV
OSV
added 2025/05/02 4:15 p.m.3 views

DEBIAN-CVE-2023-53119

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: initialize struct pn533outarg properly struct pn533outarg used as a temporary context for outurb is not initialized properly. Its uninitialized 'phy' field can be dereferenced in error cases inside pn533outcomplete...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53101

In the Linux kernel, the following vulnerability has been resolved: ext4: zero idisksize when initializing the bootloader inode If the boot loader inode has never been used before, the EXT4IOCSWAPBOOT inode will initialize it, including setting the isize to 0. However, if the "never before used"...

5.5CVSS0.0019EPSS
SaveExploits0References8
Rows per page
Query Builder