Lucene search
+L

13478 matches found

OSV
OSV
added 2025/05/01 2:9 p.m.10 views

CVE-2022-49840 bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS5.9AI score0.00212EPSS
SaveExploits0References10
CVE
CVE
added 2025/05/01 2:9 p.m.94 views

CVE-2022-49799

Summary of CVE-2022-49799 (Linux kernel): The vulnerability resides in the tracing subsys, specifically register_synth_event(), where if set_synth_event_print_fmt() fails, the code may call trace_remove_event_call() and unregister_trace_event() twice, causing the trace_event_call to invoke __unre...

7.1CVSS6.3AI score0.00193EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.31 views

CVE-2022-49793 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for name, it need be freed when deviceadd fails, call putdevice to give up the reference that hold in deviceinitialize, so that it can ...

0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.97 views

CVE-2022-49793

CVE-2022-49793 is tied to Linux kernel code fixing a memory leak in iio_sysfs_trig_init within iio: trigger: sysfs. The issue arises from dev_set_name() allocating memory for the trigger name and not freeing it if device_add() fails; the fix ensures the allocated memory is released by freeing the...

5.5CVSS6.8AI score0.00214EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2025/05/01 1:15 p.m.7 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.8CVSS0.00144EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 1:15 p.m.15 views

AZL-69662 CVE-2025-23141 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.8 views

UBUNTU-CVE-2025-23141

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire SRCU in KVMGETMPSTATE to protect guest memory accesses Acquire a lock on kvm-srcu when userspace is getting MP state to handle a rather extreme edge case where "accepting" APIC events, i.e. processing pending IN...

7.8CVSS6.1AI score0.002EPSS
SaveExploits0References39
CVE
CVE
added 2025/05/01 1:7 p.m.130 views

CVE-2025-37765

Summary (CVE-2025-37765): The Linux kernel DRM Nouveau path had a delayed-delete oops during ttm_bo_delayed_delete. The root cause is a dangling nouveau_bo.resv pointer after dma_buf destruction frees amdgpu_bo, and the subsequent ttm_bo_delayed_delete dereferences that pointer, causing a general...

7.8CVSS6.5AI score0.00209EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/01 1:7 p.m.20 views

CVE-2025-37765 drm/nouveau: prime: fix ttm_bo_delayed_delete oops

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttmbodelayeddelete oops Fix an oops in ttmbodelayeddelete which results from dererencing a dangling pointer: Oops: general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b6b7b: 0000 1...

7.8CVSS6.1AI score0.00209EPSS
SaveExploits0References13
CVE
CVE
added 2025/05/01 12:55 p.m.139 views

CVE-2025-23151

Technical details for CVE-2025-23151 are not provided in the connected documents. The initial description mentions a Linux kernel fix for an MHI bus/host race, but there are no specifics on affected products, vectors, or remediation in the supplied sources. Monitor for updates.

7.8CVSS6.5AI score0.00144EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2025/05/01 12:0 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 Linux kernel that stems from a module uninstallation in the wrong order in am65-cpsw, which could lead to segmentation errors...

5.5CVSS5.1AI score0.00159EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.9 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.1.0-rc2 Description: A segmentation fault issue has been resolved in the Linux kernel, specifically in the am65-cpsw driver. The problem occurred when the module was unloaded, causing a segmentation fault when...

5AI score0.00159EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.15 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible leaked pernet namespace in smc init has been resolved. The issue occurs when register pernet subsys&smc net stat ops is called without error handling. If it fails, the...

8.8CVSS7.6AI score0.01327EPSS
SaveExploits2References428
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.3 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue has been resolved in the Linux kernel. The issue occurs when using bpftool to pin PROG, MAP, LINK without a FILE, resulting in a segmentation fault. Th...

5.5CVSS5AI score0.00204EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.10 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A general-protection-fault issue occurs in the Linux kernel when the interface status is changed while the device is running. This issue is triggered by a race condition between two...

5.5CVSS5AI score0.00159EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/29 4:44 p.m.11 views

CLSA-2025-1745945082 mod_auth_openidc: Fix of CVE-2023-28625

CVE-2023-28625: fix NULL pointer dereference causing segmentation fault...

7.5CVSS6.7AI score0.01327EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2025/04/28 12:0 a.m.9 views

The vulnerability of the ___do_page_fault() function in the arch/powerpc/mm/fault.c module of the PowerPC platform support for the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the dopagefault function in the arch/powerpc/mm/fault.c module of the PowerPC platform support for the Linux operating system is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality,...

7.8CVSS6.9AI score0.00224EPSS
SaveExploits0References24Affected Software7
SUSE CVE
SUSE CVE
added 2025/04/24 12:50 p.m.4 views

SUSE CVE-2025-3359

A flaw was found in GNUPlot. A segmentation fault via IOstrinitstaticinternal may jeopardize the environment...

6.2CVSS6.6AI score0.00196EPSS
SaveExploits0References7
OSV
OSV
added 2025/04/23 9:15 p.m.8 views

CVE-2025-46399

A flaw was found in fig2dev. This vulnerability allows availability via local input manipulation via gengeitpspline function...

5.5CVSS4.5AI score0.00228EPSS
SaveExploits1References4
NVD
NVD
added 2025/04/23 9:15 p.m.14 views

CVE-2025-46399

A flaw was found in fig2dev. This vulnerability allows availability via local input manipulation via gengeitpspline function...

5.5CVSS0.00228EPSS
SaveExploits1References4
Rows per page
Query Builder