Lucene search
+L

9966 matches found

SUSE Linux
SUSE Linux
added 2025/09/15 9:36 a.m.8 views

Security update for the Linux Kernel (Live Patch 2 for SLE 15 SP7)

This update for the Linux Kernel 6.4.0-150700536 fixes several issues. The following security issue was fixed: CVE-2025-38212: ipc: fix to protect IPCS lookups using RCU bsc1246030. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdat...

8.5CVSS7.5AI score0.00157EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 9:36 a.m.5 views

SUSE-SU-2025:03221-1 Security update for the Linux Kernel (Live Patch 2 for SLE 15 SP7)

This update for the Linux Kernel 6.4.0-150700536 fixes several issues. The following security issue was fixed: - CVE-2025-38212: ipc: fix to protect IPCS lookups using RCU bsc1246030...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an RCU protection mechanism that does not properly handle hciconnparams, which could lead to a post-release reus...

7.8CVSS5.9AI score0.00147EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from insufficient atomic context detection and could lead to synchronized decompression under RCU lock...

5.5CVSS5.9AI score0.00137EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.11 views

PT-2025-37681

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability exists in the Linux kernel related to the xsk socket kernel functionality. Specifically, the issue involves a potential NULL pointer dereference in the xsk transmit Tx pa...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References22
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.9 views

PT-2025-37668

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was identified and resolved in the ubifs module within the Linux kernel. The issue occurs within the dirty cow znode function during error handling when copying a znode...

6AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.8 views

PT-2025-37495

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue existed in the Linux kernel's Network File System Daemon NFSD when handling inter-server copies. Specifically, the vulnerability occurred when the nfsd4 close op...

5.9AI score0.00362EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-39794

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ARM: tegra: Use I/O memcpy to write to IRAM Kasan crashes the kernel trying to check boundaries when using the normal memcpy. CVE-2025-39794 Note that Nessus...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39741

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: don't overflow max copy size With non-page aligned copy, we need to use 4 by...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:04 a.m.10 views

rcu: Fix rcu_read_unlock() deadloop due to IRQ work

...

7.1CVSS7AI score0.00159EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:02 a.m.5 views

rcu: Protect ->defer_qs_iw_pending from data race

...

7CVSS6.8AI score0.00169EPSS
SaveExploits0
NVD
NVD
added 2025/09/12 4:15 p.m.6 views

CVE-2025-39794

In the Linux kernel, the following vulnerability has been resolved: ARM: tegra: Use I/O memcpy to write to IRAM Kasan crashes the kernel trying to check boundaries when using the normal memcpy...

5.5CVSS0.00159EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/12 11:09 a.m.9 views

OESA-2025-2275 binutils security update

Binutils is a collection of binary utilities, including ar for creating, modifying and extracting from archives, as a family of GNU assemblers, gprof for displaying call graph profile data, ld the GNU linker, nm for listing symbols from object files, objcopy for copying and translating object...

7.8CVSS6.1AI score0.0026EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/12 12:00 a.m.14 views

PT-2025-44104

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s fastrpc implementation that could lead to a map leak. A failure within the copy to user function could result in an early return without properly...

4.6CVSS5.8AI score0.00201EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/11 11:24 p.m.8 views

SUSE CVE-2025-39741

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: don't overflow max copy size With non-page aligned copy, we need to use 4 byte aligned pitch, however the size itself might still be close to our maximum of 8M, and so the dimensions of the copy can easily exceed...

5.5CVSS6.8AI score0.00137EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/11 11:24 p.m.9 views

SUSE CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References21
SUSE Linux
SUSE Linux
added 2025/09/11 10:04 p.m.8 views

Security update for the Linux Kernel (Live Patch 42 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024170 fixes one issue. The following security issue was fixed: CVE-2025-38212: ipc: fix to protect IPCS lookups using RCU bsc1246030. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate...

8.5CVSS7.1AI score0.00157EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/11 5:15 p.m.17 views

AZL-73947 CVE-2025-39749 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS5.7AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/11 5:15 p.m.12 views

AZL-70807 CVE-2025-39744 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS5.6AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/11 5:15 p.m.11 views

CVE-2025-39741

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: don't overflow max copy size With non-page aligned copy, we need to use 4 byte aligned pitch, however the size itself might still be close to our maximum of 8M, and so the dimensions of the copy can easily exceed...

5.5CVSS0.00137EPSS
SaveExploits0References2
Rows per page
Query Builder