Lucene search
K

9097 matches found

AlpineLinux
AlpineLinux
added 2025/07/10 7:32 p.m.5 views

CVE-2025-53630

llama.cpp is an inference of several LLM models in C/C++. Integer Overflow in the ggufinitfromfileimpl function in ggml/src/gguf.cpp can lead to Heap Out-of-Bounds Read/Write. This vulnerability is fixed in commit 26a48ad699d50b6268900062661bd22f3e792579...

9.3CVSS5.8AI score0.00318EPSS
Exploits0References2
OSV
OSV
added 2025/07/10 8:15 a.m.6 views

AZL-64973 CVE-2025-38277 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: mtd: nand: ecc-mxic: Fix use of uninitialized variable ret If ctx-steps is zero, the loop processing ECC steps is skipped, and the variable ret remains uninitialized. It is later checked and returned, which leads to undefined...

5.5CVSS5.5AI score0.00156EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

DEBIAN-CVE-2025-38265

In the Linux kernel, the following vulnerability has been resolved: serial: jsm: fix NPE during jsmuartportinit No device was set which caused serialbasectrladd to crash. BUG: kernel NULL pointer dereference, address: 0000000000000050 Oops: Oops: 0000 1 PREEMPT SMP NOPTI CPU: 16 UID: 0 PID: 368...

5.5CVSS5.4AI score0.00155EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

UBUNTU-CVE-2025-38296

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

5.5CVSS5.9AI score0.00127EPSS
Exploits0References12
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

UBUNTU-CVE-2025-38266

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: eint: Fix invalid pointer dereference for v1 platforms Commit 3ef9f710efcb "pinctrl: mediatek: Add EINT support for multiple addresses" introduced an access to the 'soc' field of struct mtkpinctrl in...

5.5CVSS5.7AI score0.00137EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.5 views

CVE-2025-38308 ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw Search result of avsdaifindpathtemplate shall be verified before being used. As 'template' is already known when avshwconstraintsinit is fired, drop the search entirel...

0.0012EPSS
Exploits0References2
OSV
OSV
added 2025/07/10 7:42 a.m.3 views

CVE-2025-38308 ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw Search result of avsdaifindpathtemplate shall be verified before being used. As 'template' is already known when avshwconstraintsinit is fired, drop the search entirel...

5.5CVSS6.5AI score0.0012EPSS
Exploits0References5
CVE
CVE
added 2025/07/10 7:42 a.m.32 views

CVE-2025-38308

CVE-2025-38308 affects the Linux kernel ASoC Intel AVS path during hardware initialization. The root cause is a potential null pointer dereference in avs_dai_find_path_template(); the fix drops the search since the template is already known when avs_hw_constraints_init() fires. Affected/impacted:...

5.5CVSS6.7AI score0.0012EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/07/10 7:42 a.m.4 views

CVE-2025-38309 drm/xe/vm: move xe_svm_init() earlier

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xesvminit earlier In xevmcloseandput we need to be able to call xesvmfini, however during vm creation we can call this on the error path, before having actually initialised the svm state, leading to various splats...

5.5CVSS6.4AI score0.0012EPSS
Exploits0References5
CVE
CVE
added 2025/07/10 7:42 a.m.40 views

CVE-2025-38296

CVE-2025-38296 affects the Linux kernel platform_profile driver. On non-ACPI platforms, sysfs entries were initialized during module init, requiring acpi_kobj and triggering a warning. The fix is to check that ACPI is enabled before creating the sysfs entries (platform_profile_init) to prevent in...

5.5CVSS6.5AI score0.00127EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/10 7:42 a.m.6 views

CVE-2025-38296 ACPI: platform_profile: Avoid initializing on non-ACPI platforms

In the Linux kernel, the following vulnerability has been resolved: ACPI: platformprofile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sysfs entries was recently moved from...

0.00127EPSS
Exploits0References2
OSV
OSV
added 2025/07/10 7:42 a.m.3 views

CVE-2025-38297 PM: EM: Fix potential division-by-zero error in em_compute_costs()

In the Linux kernel, the following vulnerability has been resolved: PM: EM: Fix potential division-by-zero error in emcomputecosts When the device is of a non-CPU type, tablei.performance won't be initialized in the previous eminitperformance, resulting in division by zero when calculating costs ...

5.5CVSS6AI score0.00144EPSS
Exploits0References6
CVE
CVE
added 2025/07/10 7:41 a.m.43 views

CVE-2025-38281

Public technical details about CVE-2025-38281 are not provided in the connected documents. The available descriptions indicate a NULL check addition in mt7996_thermal_init for Linux kernel wifi mt76 mt7996, but no further specifics.

5.5CVSS6.4AI score0.00137EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/07/10 7:37 a.m.5 views

CVE-2025-38265 serial: jsm: fix NPE during jsm_uart_port_init

In the Linux kernel, the following vulnerability has been resolved: serial: jsm: fix NPE during jsmuartportinit No device was set which caused serialbasectrladd to crash. BUG: kernel NULL pointer dereference, address: 0000000000000050 Oops: Oops: 0000 1 PREEMPT SMP NOPTI CPU: 16 UID: 0 PID: 368...

5.5CVSS6.3AI score0.00155EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/07/10 12:0 a.m.3 views

llama.cpp 安全漏洞

llama.cpp is a multimodal model by the individual developer Georgi Gerganov. A security vulnerability exists in llama.cpp, which stems from an integer overflow in the ggufinitfromfileimpl function, which could lead to a heap out-of-bounds read or write...

9.3CVSS6.6AI score0.00318EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/07/09 11:22 p.m.4 views

SUSE CVE-2025-38262

In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uartregisterdriver function, which first allocates and assigns memory to...

4.1CVSS7.3AI score0.00147EPSS
Exploits0References7
OSV
OSV
added 2025/07/09 11:15 a.m.6 views

AZL-64853 CVE-2025-38262 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uartregisterdriver function, which first allocates and assigns memory to...

5.5CVSS6.7AI score0.00147EPSS
Exploits0References1
OSV
OSV
added 2025/07/09 11:15 a.m.4 views

DEBIAN-CVE-2025-38262

In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uartregisterdriver function, which first allocates and assigns memory to...

5.5CVSS5.6AI score0.00147EPSS
Exploits0References1
OSV
OSV
added 2025/07/09 11:15 a.m.4 views

UBUNTU-CVE-2025-38262

In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uartregisterdriver function, which first allocates and assigns memory to...

5.5CVSS6.2AI score0.00147EPSS
Exploits0References39
RedHat Linux
RedHat Linux
added 2025/07/08 8:24 p.m.7 views

podman: podman missing TLS verification

A flaw was found in Podman. The podman machine init command fails to verify the TLS certificate when downloading the VM images from an OCI registry. This issue results in a Man In The Middle attack...

8.3CVSS7.3AI score0.00397EPSS
Exploits0References6
Rows per page
Query Builder