Lucene search
+L

24144 matches found

Debian CVE
Debian CVE
added 2025/07/04 10:39 a.m.14 views

CVE-2025-38174

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Do not double dequeue a configuration request Some of our devices crash in tbcfgrequestdequeue: general protection fault, probably for non-canonical address 0xdead000000000122 CPU: 6 PID: 91007 Comm: kworker/6:2...

8.8CVSS5.6AI score0.00237EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/03 11:22 p.m.8 views

SUSE CVE-2025-38159

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

7CVSS6.8AI score0.00151EPSS
SaveExploits0References75
NVD
NVD
added 2025/07/03 9:15 p.m.18 views

CVE-2025-49005

Next.js is a React framework for building full-stack web applications. In Next.js App Router from 15.3.0 to before 15.3.3 and Vercel CLI from 41.4.1 to 42.2.0, a cache poisoning vulnerability was found. The issue allowed page requests for HTML content to return a React Server Component RSC payloa...

3.7CVSS0.00423EPSS
SaveExploits1References5
OSV
OSV
added 2025/07/03 4:59 p.m.18 views

GHSA-Q43X-79JR-CQ98 tarteaucitron.js vulnerable to DOM Clobbering via document.currentScript

A vulnerability was identified in tarteaucitron.js where document.currentScript was accessed without verifying that it referenced an actual element. If an attacker injected an HTML element such as: it could clobber the document.currentScript property. This causes the script to resolve incorrectly...

4.2CVSS5.9AI score0.00177EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2025/07/03 4:59 p.m.17 views

tarteaucitron.js vulnerable to DOM Clobbering via document.currentScript

A vulnerability was identified in tarteaucitron.js where document.currentScript was accessed without verifying that it referenced an actual element. If an attacker injected an HTML element such as: it could clobber the document.currentScript property. This causes the script to resolve incorrectly...

4.2CVSS6.2AI score0.00177EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2025/07/03 9:15 a.m.16 views

CVE-2025-38159

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

7.1CVSS0.00151EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/03 9:15 a.m.12 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.00196EPSS
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.00141EPSS
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.21 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.00151EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.5 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.00156EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:35 a.m.119 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.20 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.00183EPSS
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.108 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.00196EPSS
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.00196EPSS
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.106 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.155 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
Rows per page
Query Builder