Lucene search
+L

24219 matches found

OSV
OSV
added 2025/07/03 9:15 a.m.14 views

AZL-64550 CVE-2025-38111 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fix potential out-of-bounds read/write access When using publicly available tools like 'mdio-tools' to read/write data from/to network interface and its PHY via mdiobus, there is no verification of parameters passed ...

7.8CVSS6.8AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.11 views

UBUNTU-CVE-2025-38130

In the Linux kernel, the following vulnerability has been resolved: drm/connector: only call HDMI audio helper plugged cb if non-null On driver remove, sound/soc/codecs/hdmi-codec.c calls the pluggedcb with NULL as the callback function and codecdev, as seen in its hdmiremove function. The HDMI...

5.5CVSS5.9AI score0.0014EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/03 8:36 a.m.8 views

CVE-2025-38173 crypto: marvell/cesa - Handle zero-length skcipher requests

In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0...

7.8CVSS6.5AI score
SaveExploits0References13
OSV
OSV
added 2025/07/03 8:36 a.m.8 views

CVE-2025-38170 arm64/fpsimd: Discard stale CPU state when handling SME traps

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: Discard stale CPU state when handling SME traps The logic for handling SME traps manipulates saved FPSIMD/SVE/SME state incorrectly, and a race with preemption can result in a task having TIFSME set and...

7.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.22 views

CVE-2025-38164

In the Linux kernel, the following vulnerability has been resolved: f2fs: zone: fix to avoid inconsistence in between SIT and SSA w/ below testcase, it will cause inconsistence in between SIT and SSA. createnullblk 512 2 1024 1024 mkfs.f2fs -m /dev/nullb0 mount /dev/nullb0 /mnt/f2fs/ touch...

7.1CVSS5.3AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.6 views

CVE-2025-38160

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS5.6AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:35 a.m.122 views

CVE-2025-38145

CVE-2025-38145 affects the Linux kernel in the ASPEED SoC driver (aspeed_lpc_enable_snoop). The vulnerability is due to not checking the return value of devm_kasprintf(), which can return NULL on memory allocation failure, leading to a NULL pointer dereference. The connected documentation confirm...

5.5CVSS7.1AI score0.00181EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.21 views

CVE-2025-38135 serial: Fix potential null-ptr-deref in mlb_usio_probe()

In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlbusioprobe devmioremap can return NULL on error. Currently, mlbusioprobe does not check for this case, which could result in a NULL pointer dereference. Add NULL check after devmioremap t...

0.00181EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/03 8:35 a.m.5 views

CVE-2025-38129 page_pool: Fix use-after-free in page_pool_recycle_in_ring

In the Linux kernel, the following vulnerability has been resolved: pagepool: Fix use-after-free in pagepoolrecycleinring syzbot reported a uaf in pagepoolrecycleinring: BUG: KASAN: slab-use-after-free in lockrelease+0x151/0xa30 kernel/locking/lockdep.c:5862 Read of size 8 at addr ffff8880286045a...

7.8CVSS6.5AI score
SaveExploits0References10
CVE
CVE
added 2025/07/03 8:35 a.m.117 views

CVE-2025-38111

The CVE-2025-38111 entry concerns the Linux kernel, specifically the MDIO bus driver (net/mdiobus). The issue arises from ioctl parameter handling that could accept MDIO addresses beyond PHY_MAX_ADDR (32), potentially enabling out-of-bounds reads/writes via mdiobus operations. The fix adds addres...

7.8CVSS7.2AI score0.00194EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.12 views

CVE-2025-38111

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fix potential out-of-bounds read/write access When using publicly available tools like 'mdio-tools' to read/write data from/to network interface and its PHY via mdiobus, there is no verification of parameters passed ...

7.8CVSS5.8AI score0.00194EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38111 net/mdiobus: Fix potential out-of-bounds read/write access

In the Linux kernel, the following vulnerability has been resolved: net/mdiobus: Fix potential out-of-bounds read/write access When using publicly available tools like 'mdio-tools' to read/write data from/to network interface and its PHY via mdiobus, there is no verification of parameters passed ...

7.8CVSS6.3AI score
SaveExploits0References13
CVE
CVE
added 2025/07/03 8:35 a.m.118 views

CVE-2025-38108

CVE-2025-38108 affects the Linux kernel’s network scheduler, specifically the RED qdisc. The issue is a race in __red_change() where the SFQ perturb timer can fire at an inopportune time, allowing an underflow of a parent qlen during a concurrent qdisc_tree_flush/backlog sequence. The race scenar...

7.8CVSS7AI score0.00139EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.180 views

CVE-2025-38106

Mode C: Concrete details found. The CVE-2025-38106 issue is in the Linux kernel io_uring/sqpoll path, where a use-after-free of sq->thread could occur when __io_uring_show_fdinfo() uses a freed task_struct. The SUSE/OpenSUSE advisory notes the fix: assign and look up sq->thread under RCU wi...

7.8CVSS7AI score0.00169EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/03 12:00 a.m.16 views

PT-2025-27805 · WordPress · Wpvivid Backup/Migration

Name of the Vulnerable Software and Affected Versions: Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress versions up to, and including, 0.9.116 Description: The issue is related to arbitrary file uploads due to missing file type validation in the wpvivid upload import...

7.2CVSS7.3AI score0.57566EPSS
SaveExploits3References14
OSV
OSV
added 2025/07/03 12:00 a.m.4 views

OPENSUSE-SU-2025:15297-1 libspdlog1_15-1.15.3-2.1 on GA media

These are all security issues fixed in the libspdlog115-1.15.3-2.1 package on the GA media of openSUSE Tumbleweed...

4.8CVSS5.8AI score0.00241EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/03 12:00 a.m.8 views

OPENSUSE-SU-2025:15282-1 python311-rfc3161-client-1.0.3-1.1 on GA media

These are all security issues fixed in the python311-rfc3161-client-1.0.3-1.1 package on the GA media of openSUSE Tumbleweed...

9.3CVSS5.8AI score0.00157EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/07/03 12:00 a.m.12 views

PT-2025-27736 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the af packet module, where calling PACKET ADD MEMBERSHIP on an ops-locked device can trigger the NETDEV...

5.9AI score0.00108EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/03 12:00 a.m.7 views

OPENSUSE-SU-2025:15235-1 kubernetes1.31-apiserver-1.31.10-1.1 on GA media

These are all security issues fixed in the kubernetes1.31-apiserver-1.31.10-1.1 package on the GA media of openSUSE Tumbleweed...

6.5CVSS6.7AI score0.00535EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 12:00 a.m.7 views

OPENSUSE-SU-2025:15241-1 libsoup-3_0-0-3.6.5-6.1 on GA media

These are all security issues fixed in the libsoup-30-0-3.6.5-6.1 package on the GA media of openSUSE Tumbleweed...

3.7CVSS7.3AI score0.0067EPSS
SaveExploits0References1
Rows per page
Query Builder