Lucene search
+L

3538 matches found

Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.6 views

CVE-2024-58017

In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOGBUFLENMAX Shifting 1 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:12 a.m.11 views

CVE-2024-58017 printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX

In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOGBUFLENMAX Shifting 1 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring...

6.2AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.19 views

CVE-2024-58017 printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX

In the Linux kernel, the following vulnerability has been resolved: printk: Fix signed integer overflow when defining LOGBUFLENMAX Shifting 1 31 on a 32-bit int causes signed integer overflow, which leads to undefined behavior. To prevent this, cast 1 to u32 before performing the shift, ensuring...

0.00227EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/27 2:7 a.m.133 views

CVE-2025-21724

CVE-2025-21724: In the Linux kernel’s iommufd/iova_bitmap, UBSAN shift-out-of-bounds occurred in iova_bitmap_offset_to_index() when shifting the constant 1 by bitmap->mapped.pgshift (unsigned long). If pgshift > 31, the 32-bit int shift overflowed, causing undefined behavior. The fix promot...

7.8CVSS6.4AI score0.00188EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.13 views

CVE-2025-21724

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fix shift-out-of-bounds in iovabitmapoffsettoindex Resolve a UBSAN shift-out-of-bounds issue in iovabitmapoffsettoindex where shifting the constant "1" of type int by bitmap-mapped.pgshift an unsigned long val...

7.8CVSS5.6AI score0.00188EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.3 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 incorrect use of devmrequestmemregion, which could lead to undefined behavior...

5.5CVSS6.3AI score0.002EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.4 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 an out-of-bounds shift operation in the iovabitmapoffsettoindex function, which could lead to undefined...

7.8CVSS6.5AI score0.00188EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/02/27 12:0 a.m.8 views

PT-2025-8996 · 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. The issue is related to the RDMA/rtrs component, where a missing deinit call triggered a warning when repeatedly connecting and...

7.3AI score0.00374EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 7:1 a.m.6 views

DEBIAN-CVE-2022-49720

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blkmqallocrequesthctx This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-mq.h:135:9 index 512 is out of range for type 'long...

7.8CVSS5.5AI score0.00297EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.10 views

UBUNTU-CVE-2022-49720

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blkmqallocrequesthctx This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-mq.h:135:9 index 512 is out of range for type 'long...

7.8CVSS6.2AI score0.00297EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

DEBIAN-CVE-2022-49214

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Don't use DSISR for SLB faults Since commit 46ddcb3950a2 "powerpc/mm: Show if a bad page fault on data is read or write." we use pagefaultiswriteregs-dsisr in badpagefault to determine if the fault is for a read or...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.20 views

UBUNTU-CVE-2022-49214

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Don't use DSISR for SLB faults Since commit 46ddcb3950a2 "powerpc/mm: Show if a bad page fault on data is read or write." we use pagefaultiswriteregs-dsisr in badpagefault to determine if the fault is for a read or...

5.5CVSS6.1AI score0.00263EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/02/26 2:24 a.m.3 views

CVE-2022-49720 block: Fix handling of offline queues in blk_mq_alloc_request_hctx()

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blkmqallocrequesthctx This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-mq.h:135:9 index 512 is out of range for type 'long...

6.2AI score0.00297EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/02/26 12:0 a.m.5 views

PT-2025-8486 · 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, specifically in the fs/ntfs3 module. The issue arises when the NTFS BOOT sectors per clusters field has a value greater than 0x80...

6.4AI score0.00275EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.4 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 uninitialized value access, which could lead to undefined behavior...

5.5CVSS6AI score0.00277EPSS
SaveExploits0References9
SUSE Linux
SUSE Linux
added 2025/02/25 6:4 p.m.0 views

Security update for the Linux Kernel (Live Patch 35 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024147 fixes one issue. The following security issue was fixed: CVE-2024-53104: media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat bsc1236783. Patch Instructions: To install this SUSE update use the SUSE recommended...

7.8CVSS8AI score0.03301EPSS
SaveExploits1References4
SUSE Linux
SUSE Linux
added 2025/02/24 5:33 p.m.1 views

Security update for the Linux Kernel (Live Patch 5 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506002325 fixes one issue. The following security issue was fixed: CVE-2024-53104: media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat bsc1236783. Patch Instructions: To install this SUSE update use the SUSE recommended installatio...

7.8CVSS8AI score0.03301EPSS
SaveExploits1References4
SUSE Linux
SUSE Linux
added 2025/02/22 5:33 a.m.7 views

Security update for the Linux Kernel (Live Patch 56 for SLE 12 SP5)

This update for the Linux Kernel 4.12.14-122216 fixes several issues. The following security issues were fixed: CVE-2024-35789: wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes bsc1227320. CVE-2021-47511: ALSA: pcm: oss: fix negative period/buffer sizes bsc1227700. CVE-2024-5310...

7.8CVSS7.6AI score0.03301EPSS
SaveExploits1References12
OSV
OSV
added 2025/02/20 6:12 p.m.12 views

CLSA-2025-1740075135 kernel: Fix of 4 CVEs

media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat CVE-2024-53104 - ALSA: 6fire: Release resources at card release CVE-2024-53239 - btrfs: fix information leak in btrfsioctllogicaltoino CVE-2024-35849 - btrfs: fix use-after-free when COWing tree bock and tracing is...

7.8CVSS7AI score0.03301EPSS
SaveExploits1References1
OSV
OSV
added 2025/02/20 5:5 p.m.22 views

CLSA-2025-1740071073 kernel: Fix of 5 CVEs

media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat CVE-2024-53104 - ALSA: 6fire: Release resources at card release CVE-2024-53239 - drm/amdgpu: add missing size check in amdgpudebugfsgprwaveread CVE-2024-50282 - bpf: fix OOB devmap writes when deleting elements...

7.8CVSS7AI score0.03301EPSS
SaveExploits1References1
Rows per page
Query Builder