Lucene search
+L

1056 matches found

CVE
CVE
added 2024/05/19 10:10 a.m.192 views

CVE-2024-35939

CVE-2024-35939 : The Linux kernel vulnerability in the dma-direct path leaks pages on dma_set_decrypted() failure, allowing a local attacker to cause a denial of service by leaking memory rather than freeing it. Affected component: dma-direct in the Linux kernel (TDX context noted). Conditions: a...

9.3CVSS6.7AI score0.00216EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.13 views

PT-2024-26790

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the dma-direct feature in the Linux kernel, where an untrusted host on TDX can cause set memory encrypted or set memory decrypted to fail, resulting in shared...

7.1CVSS5.6AI score0.00216EPSS
SaveExploits0
OSV
OSV
added 2024/05/03 4:15 p.m.6 views

UBUNTU-CVE-2022-48702

In the Linux kernel, the following vulnerability has been resolved: ALSA: emu10k1: Fix out of bounds access in sndemu10k1pcmchannelalloc The voice allocator sometimes begins allocating from near the end of the array and then wraps around, however sndemu10k1pcmchannelalloc accesses the newly...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.4 views

SUSE CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/01 6:15 a.m.10 views

AZL-54584 CVE-2024-26983 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS5.8AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.7 views

UBUNTU-CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS6.6AI score0.0023EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/01 5:27 a.m.3770 views

CVE-2024-26983

CVE-2024-26983 is a Linux kernel issue about freeing xbc memory in bootconfig. The root cause was memblock_free() being used during xbc_exit() when memory may have already been handed to the buddy allocator, causing use-after-free (UAF) on certain architectures (e.g., CONFIG_ARCH_KEEP_MEMBLOCK di...

7.8CVSS6.1AI score0.0023EPSS
SaveExploits0References7Affected Software1
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: ext4: set goal start correctly in ext4_mb_normalize_request

A flaw was found in the Linux kernel's ext4 filesystem block allocator. In ext4mbnormalizerequest, the goal start was being set incorrectly acfex instead of acgex, and boundary validation was missing. Without proper range checking, an underflow in ar-pright - size could pass an invalid value to...

5.7AI score0.00172EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.4 views

SUSE CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

4.7CVSS6.3AI score0.00241EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.5 views

SUSE CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

5.5CVSS6.2AI score0.00667EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/28 1:15 p.m.1 views

DEBIAN-CVE-2022-48659

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS5.1AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.15 views

DEBIAN-CVE-2022-48649

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix possible double free of kmemcache When doing slubdebug test, kfence's 'testmemcachetypesafebyrcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobjectdel+0x14/0x30 Read of size 8 ...

7.8CVSS5.8AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.5 views

UBUNTU-CVE-2022-48658

In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flushcpuslab/freeslab invocations in task context. Commit 5a836bf6b09f "mm: slub: move flushcpuslab invocations freeslab invocations out of IRQ context" moved all flushcpuslab invocations to the global workqueue to...

7.8CVSS5.8AI score0.00667EPSS
SaveExploits0References6
Ubuntu
Ubuntu
added 2024/04/19 1:32 p.m.84 views

USN-6740-1: Linux kernel vulnerabilities

Wei Chen discovered that a race condition existed in the TIPC protocol implementation in the Linux kernel, leading to a null pointer dereference vulnerability. A local attacker could use this to cause a denial of service system crash. CVE-2023-1382 It was discovered that the virtio network...

7.8CVSS7.5AI score0.01377EPSS
SaveExploits4
Fedora
Fedora
added 2024/04/17 2:12 a.m.32 views

[SECURITY] Fedora 38 Update: yyjson-0.9.0-1.fc38

A high performance JSON library written in ANSI C. Features - Fast: can read or write gigabytes per second JSON data on modern CPUs. - Portable: complies with ANSI C C89 for cross-platform compatibility. - Strict: complies with RFC 8259 JSON standard, ensuring strict number format and UTF-8...

8.6CVSS6.3AI score0.01836EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/04/17 12:0 a.m.19 views

Fedora 38 : yyjson (2024-4691d60717)

The remote Fedora 38 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-4691d60717 advisory. Update to 0.9.0; fix rhbz2274045 and rhbz2266791; Security fix for CVE-2024-25713 Tenable has extracted the preceding description block directly from the...

8.6CVSS7.8AI score0.01836EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/04/10 12:0 a.m.10 views

PT-2024-27204

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description The issue arises in CoCo VMs where an untrusted host can cause set memory encrypted or set memory decrypted to fail, leading to shared memory. Callers must handle these errors to prevent...

8.1CVSS5.5AI score0.00915EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/10 12:0 a.m.12 views

PT-2024-27203

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In CoCo VMs, it is possible for the untrusted host to cause set memory encrypted or set memory decrypted to fail, resulting in shared memory. Callers need to handle these errors to avoid...

8.1CVSS5.4AI score0.00915EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.28 views

CVE-2024-26773

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbtrybestfound Determine if the group block bitmap is corrupted before using acbex in ext4mbtrybestfound to avoid allocating blocks from a group with a corrupted block...

7.8CVSS6.1AI score0.00301EPSS
SaveExploits0References22
Rows per page
Query Builder