Lucene search
+L

43450 matches found

Snyk
Snyk
added 2026/02/03 2:20 a.m.6 views

Malicious Package

Overview pap-client is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organization and this package authorship...

9.8CVSS5.4AI score
SaveExploits0References2
Snyk
Snyk
added 2026/02/02 8:01 p.m.5 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the FsRemove and FsCopy functions. An attacker can access and manipulate files outside of their authorized directory by injecting traversal sequences into filename components. This allows unauthorized file remova...

8.8CVSS6.4AI score0.00609EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/02 10:21 a.m.4 views

SUSE-SU-2026:20209-1 Security update for dpdk

This update for dpdk fixes the following issues: Update to version 24.11.4. Security issues fixed: - CVE-2025-23259: issue in the Poll Mode Driver PMD allows an attacker on a VM in the system to leak information and cause a denial of service on the network interface bsc1254161. Other issues fixed...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/02 12:02 a.m.17 views

MAL-2026-625 Malicious code in hangimani (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 4eb1b67eac28a42f372ecaaca274a28d15972e3cc8e063492f977364538e6c41 During importing the module, package downloads a second-stage code from GitHub, which then runs an infostealer. After that, the downloaded code is removed ---...

6AI score
SaveExploits0References3
Oracle linux
Oracle linux
added 2026/02/02 12:00 a.m.26 views

kernel security update

6.12.0-124.31.1 - Add new Oracle Linux Driver Signing key 1 certificate Orabug: 37985782 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list...

7.8CVSS6AI score0.00548EPSS
SaveExploits3
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.17 views

SUSE CVE-2025-71181

In the Linux kernel, the following vulnerability has been resolved: rustbinder: remove spinlock in rustshrinkfreepage When forward-porting Rust Binder to 6.18, I neglected to take commit fb56fdf8b9a2 "mm/listlru: split the lock to per-cgroup scope" into account, and apparently I did not end up...

5.5CVSS5.7AI score0.00106EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.15 views

SUSE CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

3.3CVSS5.8AI score0.00137EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.14 views

SUSE CVE-2026-23032

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix kmemleak by releasing references to fault configfs items When CONFIGBLKDEVNULLBLKFAULTINJECTION is enabled, the null-blk driver sets up fault injection support by creating the timeoutinject, requeueinject, and...

5.7AI score0.00214EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/31 12:16 p.m.24 views

CVE-2026-23032

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix kmemleak by releasing references to fault configfs items When CONFIGBLKDEVNULLBLKFAULTINJECTION is enabled, the null-blk driver sets up fault injection support by creating the timeoutinject, requeueinject, and...

0.00214EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/31 12:16 p.m.15 views

CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.5CVSS0.00137EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.9 views

CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References10
OSV
OSV
added 2026/01/31 12:16 p.m.23 views

UBUNTU-CVE-2026-23032

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix kmemleak by releasing references to fault configfs items When CONFIGBLKDEVNULLBLKFAULTINJECTION is enabled, the null-blk driver sets up fault injection support by creating the timeoutinject, requeueinject, and...

5.7AI score0.00214EPSS
SaveExploits0References22
OSV
OSV
added 2026/01/31 12:16 p.m.13 views

UBUNTU-CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References11
OSV
OSV
added 2026/01/31 12:16 p.m.14 views

UBUNTU-CVE-2025-71181

In the Linux kernel, the following vulnerability has been resolved: rustbinder: remove spinlock in rustshrinkfreepage When forward-porting Rust Binder to 6.18, I neglected to take commit fb56fdf8b9a2 "mm/listlru: split the lock to per-cgroup scope" into account, and apparently I did not end up...

5.5CVSS5.7AI score0.00106EPSS
SaveExploits0References5
CVE
CVE
added 2026/01/31 11:39 a.m.58 views

CVE-2026-23024

CVE-2026-23024 affects the Linux kernel: the idpf flow steering list could leak memory on module removal when entries remain. The fix iterates remaining entries during module unload and frees associated memory, guarded by a new flow_steer_list_lock to protect concurrent access. This is a memory-l...

5.5CVSS5.8AI score0.00137EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/01/31 11:39 a.m.17 views

EUVD-2026-5070

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.8AI score0.00137EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.6 views

CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.8AI score0.00137EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:39 a.m.51 views

CVE-2026-23024 idpf: fix memory leak of flow steer list on rmmod

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

0.00137EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/01/31 11:39 a.m.14 views

CVE-2026-23024

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.5CVSS5.2AI score0.00137EPSS
SaveExploits0
OSV
OSV
added 2026/01/31 11:39 a.m.11 views

CVE-2026-23024 idpf: fix memory leak of flow steer list on rmmod

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module removal with active entries causes memory leak as th...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder