Lucene search
+L

12240 matches found

CVE
CVE
added 2025/05/01 2:10 p.m.82 views

CVE-2022-49899

The CVE-2022-49899 issue concerns the Linux kernel fscrypt master keys: the fs/crypto layer previously stored fscrypt_master_key objects inside the keyrings subsystem, risking use-after-free scenarios and deadlocks. The fix removes dependency on keyrings, storing master keys in a regular kernel d...

7.8CVSS6.7AI score0.00222EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.4 views

CVE-2022-49899 fscrypt: stop using keyrings subsystem for fscrypt_master_key

In the Linux kernel, the following vulnerability has been resolved: fscrypt: stop using keyrings subsystem for fscryptmasterkey The approach of fs/crypto/ internally managing the fscryptmasterkey structs as the payloads of "struct key" objects contained in a "struct key" keyring has outlived its...

6.2AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.27 views

CVE-2022-49899 fscrypt: stop using keyrings subsystem for fscrypt_master_key

In the Linux kernel, the following vulnerability has been resolved: fscrypt: stop using keyrings subsystem for fscryptmasterkey The approach of fs/crypto/ internally managing the fscryptmasterkey structs as the payloads of "struct key" objects contained in a "struct key" keyring has outlived its...

7.8CVSS0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:10 p.m.95 views

CVE-2022-49889

In CVE-2022-49889, the Linux kernel ring-buffer wake path could dereference a NULL or invalid buffer when waking waiters during ring-buffer shutdown on systems where listed CPUs > online CPUs. The fix adds a NULL check for the buffer and validates the allocation against online CPUs; it also no...

5.5CVSS6.6AI score0.00191EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.185 views

CVE-2022-49872

CVE-2022-49872 affects the Linux kernel net/gso code. A bug in skb_segment when GRO packets have a frag_list with mixed head allocation types could trigger a BUG_ON, due to an incorrect assumption that the first list_skb member’s head_frag reflects all members. The issue arises because skbs on th...

7.5CVSS6.5AI score0.00496EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.18 views

CVE-2022-49843

Removed by vendor...

5.6AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/05/01 2:09 p.m.9 views

CVE-2022-49842 ASoC: core: Fix use-after-free in snd_soc_exit()

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in sndsocexit KASAN reports a use-after-free: BUG: KASAN: use-after-free in devicedel+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by task rmmod/387 CPU: 2 PID: 387 Comm: rmmod Hardware name:...

6.1AI score0.00216EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 2:09 p.m.13 views

CVE-2022-49827 drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref in drmvblankdestroyworker drmvblankinit call drmmaddactionorreset with drmvblankinitrelease as action. If drmmaddaction failed, will directly call drmvblankinitrelease with the vblank whose worke...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:09 p.m.137 views

CVE-2022-49827

Summary (CVE-2022-49827) : In the Linux kernel DRM stack, a possible null pointer dereference could occur during vblank cleanup when __drmm_add_action() fails and drm_vblank_init_release() runs for a vblank with a NULL worker, leading to kthread_destroy_worker() dereference. The fix adds a NULL c...

5.5CVSS6.5AI score0.00209EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.36 views

CVE-2022-49809

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25lapbreceiveframe x25lapbreceiveframe using skbcopy to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.46 views

CVE-2022-49775

In the Linux kernel, the following vulnerability has been resolved: tcp: cdg: allow tcpcdgrelease to be called multiple times Apparently, mptcp is able to call tcpdisconnect on an already disconnected flow. This is generally fine, unless current congestion control is CDG, because it might trigger...

7.8CVSS5.5AI score0.00203EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 1:15 p.m.11 views

AZL-69671 CVE-2025-37745 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS6.6AI score0.00141EPSS
SaveExploits0References1
CVE
CVE
added 2025/05/01 1:07 p.m.147 views

CVE-2025-37782

CVE-2025-37782 affects the kernel package for versions earlier than 6.6.92.2-1. An upgraded kernel version (≥ 6.6.92.2-1) resolves the issue. No exploit details are provided in the connected documents. If using affected distributions, upgrade to the specified kernel version to mitigate.

6.7AI score
SaveExploits0
OSV
OSV
added 2025/05/01 12:56 p.m.17 views

CVE-2025-37758 ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()

In the Linux kernel, the following vulnerability has been resolved: ata: patapxa: Fix potential NULL pointer dereference in pxaataprobe devmioremap returns NULL on error. Currently, pxaataprobe does not check for this case, which can result in a NULL pointer dereference. Add NULL check after...

6AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.20 views

CVE-2025-23151

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Fix race between unprepare and queuebuf A client driver may use mhiunpreparefromtransfer to quiesce incoming data during the client driver's tear down. The client driver might also be processing data at the same...

7.8CVSS5.5AI score0.00148EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.19 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.10.0 Description: A use-after-free issue has been identified in the Linux kernel, specifically in the ftrace subsystem. This issue occurs when the ftrace shutdown function is called, and the FTRACE UPDATE CALL...

8.8CVSS7.5AI score0.01339EPSS
SaveExploits4References664
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.30 views

PT-2025-18606 · 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's tracing subsystem has been resolved. The issue arises when the number of listed CPUs exceeds the actual number of existing CPUs. The tracing...

8.8CVSS7.5AI score0.01339EPSS
SaveExploits4References663
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.6 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 improper use of the key ring subsystem, which could lead to master key management issues...

5.5CVSS5AI score0.00222EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.10 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential memory leak has been identified in the Linux kernel's NFC subsystem, specifically in the fdp nci send function. This function calls fdp nci i2c write, which does not free t...

8.8CVSS5AI score0.01339EPSS
SaveExploits3References647
Positive Technologies
Positive Technologies
added 2025/05/01 12:00 a.m.10 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, related to the cxl/pmem subsystem. When a cxl nvdimm object is removed, its associated regions must also be disabled. However, the driver...

5.5CVSS5.1AI score0.00163EPSS
SaveExploits0References11
Rows per page
Query Builder