Lucene search
K

49 matches found

OSV
OSV
added 2026/05/15 8:41 a.m.4 views

CLSA-2026-1778828497 tar: Fix of CVE-2023-39804

CVE-2023-39804: fix crash on PAX archive with malformed extended header attributes in locatehandler and xattrdecoder...

6.2CVSS5.8AI score0.00036EPSS
Exploits0References1
Microsoft CVE
Microsoft CVE
added 2026/04/05 8:2 a.m.4 views

mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations

...

5.5CVSS5.9AI score0.00015EPSS
Exploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-12913

Malicious code in bioql PyPI...

5.5CVSS7.1AI score0.0005EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/07/29 11:35 p.m.3 views

CVE-2025-43212

The issue was addressed with improved memory handling. This issue is fixed in Safari 18.6, iOS 18.6 and iPadOS 18.6, macOS Sequoia 15.6, tvOS 18.6, visionOS 2.6, watchOS 11.6. Processing maliciously crafted web content may lead to an unexpected Safari crash...

6.5CVSS7AI score0.00556EPSS
Exploits0
CVE
CVE
added 2025/07/25 12:53 p.m.72 views

CVE-2025-38387

CVE-2025-38387 affects the Linux kernel’s RDMA/mlx5 subsystem. The issue arises when an obj_event is inserted into a list before its obj_sub_list is initialized, risking a poisonous pointer if the event is loaded immediately after insertion. The referenced fix initializes obj_event->obj_sub_li...

5.5CVSS6.3AI score0.00066EPSS
Exploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/10 8:14 a.m.3 views

CVE-2025-38322

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix crash in iclupdatetopdownevent The perffuzzer found a hard-lockup crash on a RaptorLake machine: Oops: general protection fault, maybe for address 0xffff89aeceab400: 0000 CPU: 23 UID: 0 PID: 0 Comm: swapper/23...

5.5CVSS5.4AI score0.00101EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.5 views

CVE-2022-49869

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible crash in bnxthwrmsetcoal During the error recovery sequence, the rtnllock is not held for the entire duration and some datastructures may be freed during the sequence. Check for the BNXTSTATEOPEN flag instead...

5.5CVSS5.4AI score0.0005EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.10 views

CVE-2023-52940 mm: multi-gen LRU: fix crash during cgroup migration

In the Linux kernel, the following vulnerability has been resolved: mm: multi-gen LRU: fix crash during cgroup migration lrugenmigratemm assumes lrugenaddmm runs prior to itself. This isn't true for the following scenario: CPU 1 CPU 2 clone cgroupcanfork cgroupprocswrite cgrouppostfork tasklock...

0.00084EPSS
Exploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.11 views

CVE-2024-58068

In the Linux kernel, the following vulnerability has been resolved: OPP: fix devpmoppfindbw when bandwidth table not initialized If a driver calls devpmoppfindbwceil/floor the retrieve bandwidth from the OPP table but the bandwidth table was not created because the interconnect properties were...

5.5CVSS0.00024EPSS
Exploits0References6
CVE
CVE
added 2025/02/26 1:55 a.m.83 views

CVE-2022-49162

The CVE-2022-49162 issue affects the Linux kernel’s fbdev sm712fb driver. When the sm712fb driver writes three bytes to the framebuffer, it could crash with a page fault due to an endianness fixup path that was open-coded. The fix is to remove the open-coded endianness fixup code (kernel patching...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References9Affected Software1
Oracle linux
Oracle linux
added 2024/11/14 12:0 a.m.264 views

poppler security update

21.01.0-21 - Fix crash in broken documents when using -dests - Resolves: RHEL-44333 21.01.0-20 - Fix a crash during signing - Resolves: RHEL-31934...

7.5CVSS6.9AI score0.00127EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:5 p.m.13 views

CVE-2022-48982 Bluetooth: Fix crash when replugging CSR fake controllers

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: 71.986122 Call Trace: 71.986124 71.986125...

6.8AI score0.00014EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.11 views

CVE-2024-49953 net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash caused by calling xfrmstatedelete twice The km.state is not checked in driver's delayed work. When xfrmstatecheckexpire is called, the state can be reset to XFRMSTATEEXPIRED, even if it is XFRMSTATEDEAD...

6.8AI score0.00018EPSS
Exploits0References4
OSV
OSV
added 2024/09/10 8:45 a.m.22 views

SUSE-SU-2024:3189-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-43907: drm/amdgpu/pm: fix the null pointer dereference in applystateadjustrules bsc1229787. - CVE-2024-43905: drm/amd/pm: fix the null pointer dereferenc...

8.8CVSS8.2AI score0.00091EPSS
Exploits4References228
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.16 views

CVE-2024-40978 scsi: qedi: Fix crash while reading debugfs attribute

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedidbgdonotrecovercmdread function invokes sprintf directly on a user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf...

6.8AI score0.00007EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.12 views

CVE-2024-40978

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedidbgdonotrecovercmdread function invokes sprintf directly on a user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf...

7.1CVSS6.3AI score0.00007EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/25 2:22 p.m.14 views

CVE-2024-38661

In the Linux kernel, the following vulnerability has been resolved: s390/ap: Fix crash in AP internal function modifybitmap A system crash like this Failing address: 200000cb7df6f000 TEID: 200000cb7df6f403 Fault in home space mode while using kernel ASCE. AS:00000002d71bc007 R3:00000003fe5b8007...

5.5CVSS5.7AI score0.00023EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.17 views

CVE-2022-48713

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/pt: Fix crash with stop filters in single-range mode Add a check for !buf-single before calling ptbufferregionsize in a place where a missing check can cause a kernel crash. Fixes a bug introduced by commit...

5.5CVSS5.5AI score0.00072EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:20 p.m.18 views

CVE-2021-47284 isdn: mISDN: netjet: Fix crash in nj_probe:

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in njprobe: 'njsetup' in netjet.c might fail with -EIO and in this case 'card-irq' is initialized and is bigger than zero. A subsequent call to 'njrelease' will free the irq that has not been...

6.6AI score0.00012EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/04/28 1:0 p.m.24 views

CVE-2022-48652 ice: Fix crash by keep old cfg when update TCs more than queues

In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 "ice: ethtool: Prohibit improper channel config for DCB" already disallow setti...

6.8AI score0.00017EPSS
Exploits0References2
Rows per page
Query Builder