Lucene search
+L

8061 matches found

Tenable Nessus
Tenable Nessus
added 2024/09/05 12:0 a.m.41 views

Amazon Linux 2 : docker (ALASECS-2024-042)

The version of docker installed on the remote host is prior to 25.0.6-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2ECS-2024-042 advisory. 2025-01-04: CVE-2024-36620 was added to this advisory. 2025-01-04: CVE-2024-36623 was added to this advisory. When...

9.9CVSS7.7AI score0.16496EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/09/04 8:44 p.m.20 views

CVE-2024-44949

In the Linux kernel, the following vulnerability has been resolved: parisc: fix a possible DMA corruption ARCHDMAMINALIGN was defined as 16 - this is too small - it may be possible that two unrelated 16-byte allocations share a cache line. If one of these allocations is written using DMA and the...

7.1CVSS7AI score0.00231EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.19 views

CVE-2024-45002

In the Linux kernel, the following vulnerability has been resolved: rtla/osnoise: Prevent NULL dereference in error handling If the "tool-data" allocation fails then there is no need to call osnoisefreetop and, in fact, doing so will lead to a NULL dereference...

5.5CVSS0.00224EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/04 8:15 p.m.24 views

CVE-2024-44983

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. ===================================================== BUG:...

7.1CVSS0.00251EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.25 views

CVE-2024-45005 KVM: s390: fix validity interception issue when gisa is switched off

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: fix validity interception issue when gisa is switched off We might run into a SIE validity if gisa has been disabled either via using kernel parameter "kvm.usegisa=0" or by setting the related sysfs attribute to N echo...

6.6AI score0.00211EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.29 views

CVE-2024-45003 vfs: Don't evict inode under the inode lru traversing context

In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee function pruneicachesb collects all reclaimable inodes and mark them with IFREEING flag at first, at that time, other processes will be...

0.00174EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.29 views

CVE-2024-44986 ipv6: fix possible UAF in ip6_finish_output2()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

7AI score0.007EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/04 7:54 p.m.126 views

CVE-2024-44983

CVE-2024-44983 affects the Linux kernel (netfilter: flowtable: validate vlan header). The root cause is insufficient room/bounds checking to access the VLAN header protocol field, risking an improper flowtable lookup. The fix validates the VLAN header before using it in the flowtable lookup, with...

7.1CVSS6.6AI score0.00251EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/09/04 7:54 p.m.93 views

CVE-2024-44978

CVE-2024-44978 affects the Linux kernel DRM/XE subsystem. The issue is a use-after-free risk where the last xe_exec_queue_put could destroy the VM if job->vm becomes invalid. The fix prevents this by freeing the job before xe_exec_queue_put, cherry-picking commit 32a42c93b74c8ca6d0915ea3eba21b...

7.8CVSS7.3AI score0.00219EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/09/04 7:15 p.m.27 views

CVE-2024-44963

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON when freeing tree block after error When freeing a tree block, at btrfsfreetreeblock, if we fail to create a delayed reference we don't deal with the error and just do a BUGON. The error most likely to happen ...

5.5CVSS0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/04 6:56 p.m.18 views

CVE-2024-44970

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

9.8CVSS5.9AI score0.00564EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 6:36 p.m.20 views

CVE-2024-44964 idpf: fix memory leaks and crashes while performing a soft reset

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/04 6:35 p.m.15 views

CVE-2024-44953 scsi: ufs: core: Fix deadlock during RTC update

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix deadlock during RTC update There is a deadlock when runtime suspend waits for the flush of RTC work, and the RTC work calls ufshcdrpmgetsync to wait for runtime resume. Here is deadlock backtrace: kworker/0:1...

7.1AI score0.00164EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/04 6:35 p.m.159 views

CVE-2024-44952

CVE-2024-44952 is associated with Siemens SCALANCE and RUGGEDCOM devices (OT environment). The issue is described as an improper locking that could lead to a deadlock in driver core during device detachment/attribute handling. The cited advisory fixes the problem by using synchronize_rcu() to pre...

7.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/09/04 12:0 a.m.46 views

SUSE SLES15: buildah / docker / docker-bash-completion / docker-fish-completion / etc (SUSE-SU-2024:3120-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3120-1 advisory. Changes in docker: - CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts bsc1219267 -...

10CVSS7.2AI score0.16496EPSS
SaveExploits0References27
OSV
OSV
added 2024/09/03 7:33 p.m.38 views

GHSA-GPRJ-6M2F-J9HX DOM clobbering could escalate to Cross-site Scripting (XSS)

Pagefind initializes its dynamic JavaScript and WebAssembly files relative to the location of the first script you load. This information is gathered by looking up the value of document.currentScript.src. It is possible to "clobber" this lookup with otherwise benign HTML on the page, for example:...

6.4CVSS5.9AI score0.00397EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/09/03 12:0 a.m.10 views

PT-2025-28533

Name of the Vulnerable Software and Affected Versions Windows versions prior to July 8, 2025 Description An improper link resolution vulnerability exists in the Windows Update Service before file access. This allows an authorized attacker to elevate privileges locally. The vulnerability affects...

7.8CVSS6.7AI score0.01054EPSS
SaveExploits4References44
CNVD
CNVD
added 2024/09/02 12:0 a.m.12 views

Unspecified vulnerability in wolfSSL (CNVD-2024-37446)

wolfSSL CyaSSL is the United States wolfSSL company for embedded systems developers to use a small, portable embedded SSL programming library. A security vulnerability exists in WolfSSL versions prior to 5.6.5, which can be exploited by an attacker to obtain the sub-cache line resolution of each...

5.5CVSS6.5AI score0.00185EPSS
SaveExploits0References1
Oracle linux
Oracle linux
added 2024/08/30 12:0 a.m.30 views

postgresql:15 security update

pgaudit 1.7.0-1 - Initial import for postgresql 15 module - Update to 1.7.0 - Support postgresql 15 - Related: 2128410 pgrepack postgres-decoderbufs 1.9.7-1.Final - Iitial import for postgresql 15 stream - Related: 2128410 postgresql 15.8-1 - Update to 15.8 15.6-3 - Remove /var/run/postgresql -...

8.8CVSS9.1AI score0.04322EPSS
SaveExploits0
NVD
NVD
added 2024/08/29 11:15 p.m.21 views

CVE-2024-1543

The side-channel protected T-Table implementation in wolfSSL up to version 5.6.5 protects against a side-channel attacker with cache-line resolution. In a controlled environment such as Intel SGX, an attacker can gain a per instruction sub-cache-line resolution allowing them to break the...

5.5CVSS0.00185EPSS
SaveExploits0References1
Rows per page
Query Builder