Lucene search
+L

9682 matches found

NVD
NVD
added 2024/07/29 3:15 p.m.25 views

CVE-2024-41027

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

3.3CVSS0.00282EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/29 3:15 p.m.38 views

UBUNTU-CVE-2024-41043

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: drop bogus WARNON Happens when rules get flushed/deleted while packet is out, so remove this WARNON. This WARN exists in one form or another since v4.14, no need to backport this to older releases, henc...

5.5CVSS5.7AI score0.00232EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.21 views

CVE-2024-41068 s390/sclp: Fix sclp_init() cleanup on failure

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

6.6AI score0.00243EPSS
SaveExploits0References5
CVE
CVE
added 2024/07/29 2:57 p.m.133 views

CVE-2024-41068

CVE-2024-41068 – Linux kernel (s390 sclp_init cleanup) Affected: Linux kernel on s390. Root cause: sclp_init() could fail and leave sclp_state_change_event entries in sclp_reg_list, causing a list_add double add warning if multiple init attempts occur. Impact: local privilege or denial conditions...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 2:32 p.m.16 views

CVE-2024-41047 i40e: Fix XDP program unloading while removing the driver

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 "i40e: Fix reset path while removing the driver" introduced a new PF state "I40EINREMOVE" to block modifying the XDP program while the driver is...

6.7AI score0.00273EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.33 views

CVE-2024-41041 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

6.5AI score0.00292EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.49 views

CVE-2024-41041 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS0.00292EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/29 2:31 p.m.30 views

CVE-2024-41031 mm/filemap: skip to create PMD-sized page cache if needed

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: skip to create PMD-sized page cache if needed On ARM64, HPAGEPMDORDER is 13 when the base page size is 64KB. The PMD-sized page cache can't be supported by xarray as the following error messages indicate. ------------...

6AI score
SaveExploits0References6
CVE
CVE
added 2024/07/29 2:31 p.m.125 views

CVE-2024-41027

CVE-2024-41027 affects the Linux kernel userfaultfd API. The issue arises when a feature not enabled in kernel config is requested: instead of returning an error, the kernel silently lists all features, potentially triggering a warning (as seen in zap_pte_range mortgage path). The fix is to have ...

3.3CVSS6.4AI score0.00282EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.39 views

CVE-2024-41027 Fix userfaultfd_api to return EINVAL as expected

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

0.00282EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.17 views

CVE-2024-41027 Fix userfaultfd_api to return EINVAL as expected

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

6.6AI score0.00282EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/07/29 12:00 a.m.12 views

PT-2024-32784

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.58 Description A vulnerability in the Linux kernel has been resolved, related to the wifi: mac80211 component. The issue involved the incorrect use of a rate mask for offchannel TX, which could lead to a no...

3.3CVSS5.3AI score0.0023EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.7 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 warning when the GPIO controller needs to sleep when resetting GPIOs using the non-sleep gpiodsetvalue...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.8 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 the fact that if the sclpinit function fails, it only partially cleans up, resulting in a warning being...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0References9
Wired Threat Level
Wired Threat Level
added 2024/07/26 12:00 p.m.14 views

A North Korean Hacker Tricked a US Security Vendor Into Hiring Him—and Immediately Tried to Hack Them

KnowBe4 detailed the incident in a recent blog post as a warning for other potential targets...

7.3AI score
SaveExploits0
The Hacker News
The Hacker News
added 2024/07/24 11:59 a.m.25 views

Telegram App Flaw Exploited to Spread Malware Hidden in Videos

A zero-day security flaw in Telegram's mobile app for Android called EvilVideo made it possible for attackers to share malicious files disguised as harmless-looking videos. The exploit appeared for sale for an unknown price in an underground forum on June 6, 2024, ESET said. Following responsible...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/24 12:00 a.m.12 views

PT-2024-36890

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description A warning is triggered in the Linux kernel when running a specific command, due to a task being boosted and having its parameters set by rt mutex setprio, making a new call to setup new dl enti...

5.5CVSS5.5AI score0.00231EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/19 12:00 a.m.16 views

PT-2024-7517 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the smb2 async writev function in the Linux kernel, which is responsible for handling server re-repick on subrequest retry. When a subrequest is marked for...

10CVSS8.2AI score0.00688EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2024/07/18 12:00 a.m.15 views

PT-2024-29867

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 mailbox: mtk-cmdq component. When mtk-cmdq unbinds, a WARN ON message with condition pm runtime get sync 0 occurs. T...

5.5CVSS5.4AI score0.00209EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/07/16 10:55 p.m.25 views

CVE-2021-47623

In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling setfixmap with FIXMAPPAGECLEAR as flags. Today, powerpc setfixmap calls mapkernelpage. mapkernelpage is not happy when called a second time...

4.4CVSS7AI score0.00225EPSS
SaveExploits0References4
Rows per page
Query Builder