Lucene search
+L

9625 matches found

Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.14 views

PT-2025-18560 · 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, related to the drm/amdkfd module. The issue arises when the migrate vma setup function is called, resulting in a warning because...

5.1AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.5 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 a signed displacement leading to undefined behavior that may result in a UBSAN warning...

7.8CVSS6.3AI score0.00218EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.8 views

PT-2025-18635 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel. The issue occurs during the initialization of ip vs conn net init, where if the file ip vs conn or ip vs conn sync fails to be...

8.8CVSS7.7AI score0.01328EPSS
SaveExploits2References424
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.27 views

PT-2025-18634 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the ipvs module. During the initialization of ip vs app net init, if the ip vs app file fails to be created, the...

8.8CVSS7.4AI score0.01328EPSS
SaveExploits2References409
RedHat Linux
RedHat Linux
added 2025/04/30 1:09 a.m.15 views

kernel: VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()

In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix memcpy run-time warning in dgdispatchashost The Linux kernel CVE team has assigned CVE-2024-35944 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051920-CVE-2024-35944-a860@gregkh/T...

5.5CVSS6.8AI score0.00232EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/04/30 1:09 a.m.11 views

kernel: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds

In the Linux kernel, the following vulnerability has been resolved: can: dev: canputechoskb: don't crash kernel if canpriv::echoskb is accessed out of bounds If the "struct canpriv::echooskb" is accessed out of bounds, this would cause a kernel crash. Instead, issue a meaningful warning message a...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/30 12:00 a.m.13 views

XWiki Platform 安全漏洞

XWiki Platform is XWiki's open source suite of Wiki platforms for creating web collaboration applications. A security vulnerability exists in XWiki Platform versions prior to 15.10.12, prior to 16.4.3, and prior to 16.8.0-rc-1, which stems from a missing programmatic privilege warning that could...

9CVSS6.4AI score0.00385EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/04/29 12:00 a.m.8 views

PT-2025-27635

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the version that includes the fix for the issue described Description: The issue is related to a false positive warning in the Linux kernel, specifically in the drm/amd/display component. This warning occurs due...

7.8CVSS8.2AI score0.00146EPSS
SaveExploits0
HackRead
HackRead
added 2025/04/28 12:18 p.m.15 views

Darcula Phishing Kit Uses AI to Evade Detection, Experts Warn

Darcula phishing platform adds AI to create multilingual scam pages easily. Netcraft warns of rising risks from Darcula-Suite…...

7.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2025/04/28 8:06 a.m.23 views

WooCommerce Users Targeted by Fake Patch Phishing Campaign Deploying Site Backdoors

Cybersecurity researchers are warning about a large-scale phishing campaign targeting WooCommerce users with a fake security alert urging them to download a "critical patch" but deploy a backdoor instead. WordPress security company Patchstack described the activity as sophisticated and a variant ...

7AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2025/04/24 3:18 p.m.8 views

Zoom attack tricks victims into allowing remote access to install malware and steal money

Be careful when talking to people you've not met with before over the Zoom video conferencing system; you might get more than you bargained for. Two CEOs were recently targeted by a Zoom-based attack. One spotted it in time - and sadly, one did not. The attack is by a crime group that the Securit...

7.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/24 3:25 a.m.5 views

SUSE CVE-2025-23129

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Clear affinity hint before calling ath11kpcicfreeirq in error path If a shared IRQ is used by the driver due to platform limitation, then the IRQ affinity hint is set right after the allocation of IRQ vectors in...

5.5CVSS7.6AI score0.00179EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2025/04/24 12:00 a.m.7 views

PT-2025-22183

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the deletion of a default FDB entry in 'vnifilter' mode when a VNI is deleted from a VXLAN device. This issue results in...

7.8CVSS6.7AI score0.00198EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/23 2:38 a.m.8 views

SUSE CVE-2025-22104

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Use kernel helpers for hex dumps Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buffer size was not a multiple of 8 then a read buffe...

6.1CVSS8AI score0.00196EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/04/23 2:38 a.m.7 views

SUSE CVE-2025-22107

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105tabledeleteentry There are actually 2 problems: - deleting the last element doesn't require the memmove of elements i + 1, end over it. Actually, element i+1 is out of...

5.1CVSS6.6AI score0.00201EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/04/23 12:00 a.m.8 views

PT-2025-29060

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A double-unlock bug exists in the nfs return empty folio function within the NFS read functionality of the Linux kernel. This issue can lead to a deadlock when a file is read...

7.8CVSS6.7AI score0.00156EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/18 11:19 p.m.10 views

SUSE CVE-2025-38479

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...

4.4CVSS7.7AI score0.00266EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/04/18 11:18 p.m.12 views

SUSE CVE-2025-40014

In the Linux kernel, the following vulnerability has been resolved: objtool, spi: amd: Fix out-of-bounds stack access in amdsetspifreq If speedhz AMDSPIMINHZ, amdsetspifreq iterates over the entire amdspifreq array without breaking out early, causing 'i' to go beyond the array bounds. Fix that by...

6.6CVSS7.7AI score0.00223EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/04/18 11:18 p.m.16 views

SUSE CVE-2025-40325

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References16
OSV
OSV
added 2025/04/18 7:15 a.m.2 views

DEBIAN-CVE-2025-40325

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS5AI score0.00235EPSS
SaveExploits0References1
Rows per page
Query Builder