Lucene search
+L

10127 matches found

UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.8 views

CVE-2024-57930

In the Linux kernel, the following vulnerability has been resolved: tracing: Have processstring also allow arrays In order to catch a common bug where a TRACEEVENT TPfastassign assigns an address of an allocated string to the ring buffer and then references it in TPprintk, which can be executed...

5.5CVSS6.5AI score0.00198EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.10 views

CVE-2024-43709

An allocation of resources without limits or throttling in Elasticsearch can lead to an OutOfMemoryError exception resulting in a crash via a specially crafted query using an SQL function...

7.5CVSS6.9AI score0.00607EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.15 views

CVE-2025-21664

In the Linux kernel, the following vulnerability has been resolved: dm thin: make getfirstthin use rcu-safe list first function The documentation in rculist.h explains the absence of listemptyrcu and cautions programmers against relying on a listempty - listfirst sequence in RCU safe code. This i...

7.8CVSS6.2AI score0.00231EPSS
SaveExploits0References44
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.5 views

CVE-2024-57936

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix max SGEs for the Work Request Gen P7 supports up to 13 SGEs for now. WQE software structure can hold only 6 now. Since the max send sge is reported as 13, the stack can give requests up to 13 SGEs. This is causin...

9.8CVSS6.4AI score0.00394EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.7 views

CVE-2024-57946

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: don't keep queue frozen during system suspend Commit 4ce6e2db00de "virtio-blk: Ensure no requests in virtqueues before deleting vqs." replaces queue quiesce with queue freeze in virtio-blk's PM callbacks. And the...

5.5CVSS6.2AI score0.00164EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.5 views

CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS6.5AI score0.00192EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.15 views

CVE-2025-21659

In the Linux kernel, the following vulnerability has been resolved: netdev: prevent accessing NAPI instances from another namespace The NAPI IDs were not fully exposed to user space prior to the netlink API, so they were never namespaced. The netlink API must ensure that at the very least NAPI...

8.1CVSS6.4AI score0.00176EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.13 views

CVE-2025-21660

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix unexpectedly changed path in ksmbdvfskernpathlocked When ksmbdvfskernpathlocked met an error and it is not the last entry, it will exit without restoring changed path buffer. But later this buffer may be used as the...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.19 views

CVE-2025-21658

In the Linux kernel, the following vulnerability has been resolved: btrfs: avoid NULL pointer dereference if no valid extent tree BUG Syzbot reported a crash with the following call trace: BTRFS info device loop0: scrub: started on devid 1 BUG: kernel NULL pointer dereference, address:...

5.5CVSS6.1AI score0.002EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.6 views

CVE-2024-57940

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the infinite loop in exfatreaddir If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry in the cluster, 'dentry' will not be incremented,...

5.5CVSS6.1AI score0.0022EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/01/21 12:0 a.m.7 views

CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS6.1AI score0.00203EPSS
SaveExploits0References33
Wolfi
Wolfi
added 2025/01/20 4:15 p.m.65 views

CVE-2025-24010 vulnerabilities

Vulnerabilities for packages: vitess...

6.5CVSS7.2AI score0.00287EPSS
SaveExploits1
Wolfi
Wolfi
added 2025/01/20 4:15 p.m.43 views

CVE-2025-22620 vulnerabilities

Vulnerabilities for packages: cargo-audit...

5CVSS7.1AI score0.00361EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/01/20 2:15 p.m.117 views

CVE-2024-13176 vulnerabilities

Vulnerabilities for packages: openssl...

4.1CVSS7.2AI score0.00601EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/20 1:29 p.m.195 views

CVE-2024-13176

Issue summary: A timing side-channel which could potentially allow recovering the private key exists in the ECDSA signature computation. Impact summary: A timing side-channel in ECDSA signature computations could allow recovering the private key by an attacker. However, measuring the timing would...

4.1CVSS6AI score0.00601EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/01/20 12:0 a.m.7 views

CVE-2023-52923

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are removed from async garbage collection anymore, instea...

7.8CVSS6.2AI score0.00253EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/19 12:15 p.m.3 views

CVE-2024-57909

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS6.4AI score0.00234EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/19 12:15 p.m.10 views

CVE-2024-57921

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add a lock when accessing the buddy trim function When running YouTube videos and Steam games simultaneously, the tester found a system hang / race condition issue with the multi-display configuration setting. Adding ...

7.8CVSS6.3AI score0.00144EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/19 12:15 p.m.6 views

CVE-2024-57918

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix page fault due to max surface definition mismatch DC driver is using two different values to define the maximum number of surfaces: MAXSURFACES and MAXSURFACENUM. Consolidate MAXSURFACES as the unique...

7.8CVSS6.4AI score0.00183EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/19 12:15 p.m.5 views

CVE-2024-57915

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References6
Rows per page
Query Builder