Lucene search
+L

370 matches found

Cvelist
Cvelist
added 2025/04/16 2:13 p.m.28 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

0.00174EPSS
Exploits0References3
CVE
CVE
added 2025/04/16 2:13 p.m.100 views

CVE-2025-22122

MODE C: The CVE-2025-22122 issue affects the Linux kernel where adding a folio to a bio could overflow the bi_offset when large folios are used (e.g., >4GB folio on ARCHs with 16GB hugepages like aarch64). The root cause is that the offset could not be represented in an unsigned int, triggerin...

5.5CVSS6.5AI score0.00174EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/04/16 12:0 a.m.7 views

PT-2025-16762 · Linux +2 · Linux Kernel +2

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 adding a folio to a bio. On certain architectures, such as aarch64, where large hugepages are supported e.g., 16GB, the offset...

7.8CVSS5.9AI score0.37115EPSS
Exploits0References692
Oracle linux
Oracle linux
added 2025/03/31 12:0 a.m.115 views

freetype security update

2.10.4-10 - Fix for CVE-2025-27363 out-of-bound write vulnerability - Patch initially by Marc Deslauriers of Canonical - https://www.openwall.com/lists/oss-security/2025/03/14/3 - Adjusted for EL9 by Jonathan Wright of AlmaLinux - and a member of the Meta security team - Resolves: RHEL-83105...

8.1CVSS7.5AI score0.26049EPSS
Exploits1
OSV
OSV
added 2025/03/27 4:43 p.m.9 views

CVE-2023-53020 l2tp: close all race conditions in l2tp_tunnel_register()

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS5.8AI score0.0013EPSS
Exploits0References7
CVE
CVE
added 2025/03/27 4:42 p.m.79 views

CVE-2022-49743

CVE-2022-49743 affects the Linux kernel's overlay filesystem (ovl). The fix changes memcpy destination to use the root_buf/“buf” flexible array to avoid Fortify_SOURCE warnings. Root cause: copying into a flexible array that wasn’t the memcpy destination previously triggered a false positive warn...

5.5CVSS6.7AI score0.00178EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/03/27 4:42 p.m.8 views

CVE-2022-49743 ovl: Use "buf" flexible array for memcpy() destination

In the Linux kernel, the following vulnerability has been resolved: ovl: Use "buf" flexible array for memcpy destination The "buf" flexible array needs to be the memcpy destination to avoid false positive run-time warning from the recent FORTIFYSOURCE hardening: memcpy: detected field-spanning...

5.5CVSS5AI score0.00178EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.14 views

CVE-2025-21885

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix the page details for the srq created by kernel consumers While using nvme target with usesrq on, below kernel panic is noticed. 549.698111 bnxten 0000:41:00.0 enp65s0np0: FEC autoneg off encoding: Clause 91...

5.5CVSS5.6AI score0.00176EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/02 2:30 p.m.27 views

CVE-2022-49733 ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTLDSPSYNC There is a small race window at sndpcmosssync that is called from OSS PCM SNDCTLDSPSYNC ioctl; namely the function calls sndpcmossmakeready at first, then takes the paramslock mutex for t...

0.00135EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/03/01 2:52 a.m.4 views

SUSE CVE-2025-21811

In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect access to buffers with no active references nilfslookupdirtydatabuffers, which iterates through the buffers attached to dirty data folios/pages, accesses the attached buffers without locking the folios/pages. For...

7.8CVSS7.7AI score0.00216EPSS
Exploits0References3
OSV
OSV
added 2025/02/27 8:0 p.m.9 views

CVE-2025-21807 block: fix queue freeze vs limits lock order in sysfs store methods

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

5.5CVSS4.9AI score0.00139EPSS
Exploits0References6
OSV
OSV
added 2025/02/27 3:15 a.m.5 views

AZL-57869 CVE-2024-57834 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix a null-ptr-deref in vidtvmuxstopthread syzbot report a null-ptr-deref in vidtvmuxstopthread. 1 If dvb-mux is not initialized successfully by vidtvmuxinit in the vidtvstartstreaming, it will trigger null pointer...

5.5CVSS6.7AI score0.00212EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:9 a.m.9 views

SUSE CVE-2022-49264

In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting1 Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve2 be the name of a program, thus prohibiting a scenario...

5.5CVSS6.4AI score0.00283EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/02/27 2:12 a.m.11 views

CVE-2025-21734

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix copy buffer page size For non-registered buffer, fastrpc driver copies the buffer and pass it to the remote subsystem. There is a problem with current implementation of page size calculation which is not...

7.8CVSS5.9AI score0.00194EPSS
Exploits0
OSV
OSV
added 2025/02/27 2:12 a.m.9 views

CVE-2024-58015 wifi: ath12k: Fix for out-of bound access error

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix for out-of bound access error Selfgen stats are placed in a buffer using printarraytobufindex function. Array length parameter passed to the function is too big, resulting in possible out-of bound memory error...

7.1CVSS6.4AI score0.00169EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.16 views

CVE-2024-57994

In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot found a splat caused by hard irq blocking in ptrringresizemultiple 1 A...

5.5CVSS5.6AI score0.00153EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.19 views

CVE-2022-49714 irqchip/realtek-rtl: Fix refcount leak in map_interrupts

In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in mapinterrupts offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. This function doesn't call ofnodeput in error path...

0.00249EPSS
Exploits0References3
OSV
OSV
added 2025/02/26 2:24 a.m.8 views

CVE-2022-49710 dm mirror log: round up region bitmap size to BITS_PER_LONG

In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITSPERLONG The code in dm-log rounds up bitsetsize to 32 bits. It then uses findnextzerobitle on the allocated region. findnextzerobitle accesses the bitmap using unsigned long...

5.5CVSS5.3AI score0.00273EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.13 views

CVE-2022-49694

In the Linux kernel, the following vulnerability has been resolved: block: disable the elevator int delgendisk The elevator is only used for file system requests, which are stopped in delgendisk. Move disabling the elevator and freeing the scheduler tags to the end of delgendisk instead of doing...

7.8CVSS5.8AI score0.00234EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.16 views

CVE-2022-49320 dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmpdma: In struct zynqmpdmachan fix descsize data type In zynqmpdmaalloc/freechanresources functions there is a potential overflow in the below expressions. dmaalloccoherentchan-dev, 2 chan-descsize ZYNQMPDMANUMDESC...

0.00255EPSS
Exploits0References6
Rows per page
Query Builder