Lucene search
+L

8058 matches found

Debian CVE
Debian CVE
added 2024/11/19 5:19 p.m.12 views

CVE-2024-53043

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: handle NULL header address daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped. saddr will usually be set by MCTP core, but check for NULL in case a packet is...

5.5CVSS5.6AI score0.00244EPSS
SaveExploits0
NVD
NVD
added 2024/11/19 2:16 a.m.16 views

CVE-2024-50287

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpgprecalculateline blindly rescales the buffer even when scaledwitdh is equal to zero. If this ever happens, this will cause a divisio...

5.5CVSS0.00254EPSS
SaveExploits0References10
OSV
OSV
added 2024/11/19 1:30 a.m.13 views

CVE-2024-50291 media: dvb-core: add missing buffer index check

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: add missing buffer index check dvbvb2expbuf didn't check if the given buffer index was for a valid buffer. Add this check...

7.8CVSS6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.29 views

CVE-2024-50291 media: dvb-core: add missing buffer index check

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: add missing buffer index check dvbvb2expbuf didn't check if the given buffer index was for a valid buffer. Add this check...

7.8CVSS0.00201EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/11/18 6:58 a.m.27 views

CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS7.1AI score0.002EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/11/18 4:37 a.m.13 views

Information Leakage

symfony/http-client is vulnerable to IP/port enumeration. The vulnerability is due to improper handling of IP filtering in the NoPrivateNetworkHttpClient, which fails to block certain IPs early enough during host resolution, allowing an attacker to enumerate IP addresses and ports, potentially...

3.1CVSS6.5AI score0.00481EPSS
SaveExploits0References5Affected Software2
Gentoo Linux
Gentoo Linux
added 2024/11/17 12:0 a.m.21 views

Perl: Multiple Vulnerabilities

Background Perl is Larry Wall’s Practical Extraction and Report Language. Description Multiple vulnerabilities have been discovered in Perl. Please review the CVE identifiers referenced below for details. Impact Please review the referenced CVE identifiers for details. Workaround There is no know...

8.1CVSS7.7AI score0.01742EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:0 a.m.8 views

The vulnerability of the containers-common library in the Golang programming language arises from improper resolution of references before accessing files. This allows attackers to gain access to confidential information.

The vulnerability of the containers-common library in the Golang programming language is related to improper resolution of references before accessing files. Exploiting this vulnerability can allow an attacker to gain access to confidential information by using symbolic references, by mounting...

5.6CVSS6.6AI score0.00969EPSS
SaveExploits0References8Affected Software7
Trellix
Trellix
added 2024/11/14 12:0 a.m.12 views

AIOps - Revolutionizing Incident Management with Advanced Automation and LLM Integration

AIOps - Revolutionizing Incident Management with Advanced Automation and LLM Integration By Trellix · November 14, 2024 Contributed by Chalapathy Jampal, Siddhesh Shinde, Alagiri Annadurai, Lakshmi Ram Teja Eluri and Anil Pokhrel Managing infrastructure and applications across a complex IT...

6.7AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/11/12 6:0 p.m.53 views

2024-11 Cumulative Update for Windows 10 Version 21H2 for x64-based Systems (KB5046613)

Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer...

7.1AI score
SaveExploits0
NVD
NVD
added 2024/11/11 2:15 p.m.18 views

CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS0.00215EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/09 11:15 a.m.19 views

CVE-2024-50217

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of block device file in btrfsfreeextradevids Mounting btrfs from two images which have the same one fsid and two different devuuids in certain executing order may trigger an UAF for variable...

7.8CVSS0.00275EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/09 11:15 a.m.11 views

CVE-2024-50212

In the Linux kernel, the following vulnerability has been resolved: lib: alloctagmoduleunload must wait for pending kfreercu calls Ben Greear reports following splat: ------------ cut here ------------ net/netfilter/nfnatcore.c:1114 module nfnat func:nfnatregisterfn has 256 allocated at module...

5.5CVSS0.00197EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.35 views

CVE-2024-50251 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

0.00529EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.33 views

CVE-2024-50223 sched/numa: Fix the potential null pointer dereference in task_numa_work()

In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in tasknumawork When running stress-ng-vm-segv test, we found a null pointer dereference error in tasknumawork. Here is the backtrace: 323676.066985 Unable to handle kernel...

0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.52 views

CVE-2024-50221 drm/amd/pm: Vangogh: Fix kernel memory out of bounds write

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Vangogh: Fix kernel memory out of bounds write KASAN reports that the GPU metrics table allocated in vangoghtablesinit is not large enough for the memset done in smucmninitsoftgpumetrics. Condensed report follows:...

7.8CVSS0.00245EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/09 10:14 a.m.148 views

CVE-2024-50220

CVE-2024-50220 affects the Linux kernel fork path where userfaultfd (UFFD) observers can observe a fork. The issue is that the kernel could expose an incomplete VM address space to userland (via VMAs/uffd) when an error occurs during fork. The fix defers khugepaged/KSMM and disables UFFD_EVENT_FO...

4.7CVSS6.6AI score0.00167EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.34 views

CVE-2024-50219

...

SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/11/09 12:0 a.m.10 views

SUSE SLED15: gdk-pixbuf-loader-libheif / libheif-devel / libheif1 / etc (SUSE-SU-2024:3960-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2024:3960-1 advisory. - CVE-2024-41311: Fixed out-of-bounds read and write in ImageOverlay:parse due to decoding a heif file...

8.1CVSS7.3AI score0.00807EPSS
SaveExploits1References4
Veracode
Veracode
added 2024/11/08 10:40 a.m.8 views

Sybil Attacks

github.com/libp2p/go-libp2p-kad-dht is vulnerable to Sybil attacks. The vulnerability is due to the method of assigning routing information based on the DHT distance between peer IDs and content IDs, allows attackers to generate many Sybil peers with small DHT distances, enabling them to disrupt ...

5.3CVSS6.5AI score0.00207EPSS
SaveExploits0
Rows per page
Query Builder