Lucene search
+L

8163 matches found

CVE
CVE
added 2024/11/19 5:22 p.m.145 views

CVE-2024-53065

CVE-2024-53065 concerns the Linux kernel slab allocator (kmem_buckets_create) where a duplicate kmem_cache creation can occur on arm64 when KASAN_HW_TAGS is enabled. The initial description explains that a previous patch reduced ARCH_KMALLOC_MINALIGN to 8, which, with KASAN_HW_TAGS, makes arch_sl...

5.5CVSS5.1AI score0.00223EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:22 p.m.57 views

CVE-2024-53061 media: s5p-jpeg: prevent buffer overflows

In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to prevent it. While here, remove an unused word ...

7.3CVSS0.00305EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/19 5:22 p.m.19 views

CVE-2024-53061 media: s5p-jpeg: prevent buffer overflows

In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to prevent it. While here, remove an unused word ...

7.3CVSS6.4AI score
SaveExploits0References13
OSV
OSV
added 2024/11/19 5:19 p.m.11 views

CVE-2024-53050 drm/i915/hdcp: Add encoder check in hdcp2_get_capability

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: Add encoder check in hdcp2getcapability Add encoder check in intelhdcp2getcapability to avoid null pointer error...

5.5CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/19 5:19 p.m.14 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.15 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.32 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.00201EPSS
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.00471EPSS
SaveExploits0References5Affected Software2
Gentoo Linux
Gentoo Linux
added 2024/11/17 12:00 a.m.23 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:00 a.m.10 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:00 a.m.14 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:00 p.m.55 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.19 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.00214EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/09 11:15 a.m.20 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.00276EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/09 11:15 a.m.12 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.00199EPSS
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.00534EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.35 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.00237EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.53 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.00244EPSS
SaveExploits0References3
Rows per page
Query Builder