Lucene search
K

579 matches found

CVE
CVE
added 2024/09/04 6:35 p.m.76 views

CVE-2024-44959

The CVE-2024-44959 entry concerns the Linux kernel tracefs component. It describes a root cause in the in-kernel memory reclaim path where structure layout randomization of struct inode can cause overlapping or misused RCU fields during freeing, potentially triggering list corruption (list_del) a...

5.5CVSS5AI score0.00033EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/21 6:40 p.m.14 views

CVE-2023-52896

A flaw was found in the Linux kernel’s btrfs module. A race condition can occur when one task tries to start the quota rescan worker while another tries to disable quotas. This issue can cause a NULL pointer dereference and result in a denial of service...

4.7CVSS5.3AI score0.00016EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 6:40 p.m.23 views

CVE-2022-48895

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Don't unregister on shutdown Michael Walle says he noticed the following stack trace while performing a shutdown with "reboot -f". He suggests he got "lucky" and just hit the correct spot for the reboot while ther...

5.5CVSS6.8AI score0.00006EPSS
Exploits0References4
Veracode
Veracode
added 2024/08/21 5:48 a.m.13 views

Information Disclosure

umbraco.cms is vulnerable Information Disclosure. The vulnerability is due to improper handling of error responses in the Management API, which causes stack trace information to be returned even when Umbraco is not in debug mode. It allows an attacker to gain access to internal details of the...

5.3CVSS6.9AI score0.00494EPSS
Exploits0References3Affected Software1
NVD
NVD
added 2024/08/20 3:15 p.m.18 views

CVE-2024-43376

Umbraco is an ASP.NET CMS. Some endpoints in the Management API can return stack trace information, even when Umbraco is not in debug mode. This vulnerability is fixed in 14.1.2...

5.3CVSS0.00494EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/08/20 2:40 p.m.20 views

CVE-2024-43376 Umbraco CMS vulnerable to Generation of Error Message Containing Sensitive Information

Umbraco is an ASP.NET CMS. Some endpoints in the Management API can return stack trace information, even when Umbraco is not in debug mode. This vulnerability is fixed in 14.1.2...

4.3CVSS0.00494EPSS
Exploits0References2
OSV
OSV
added 2024/08/20 2:40 p.m.9 views

CVE-2024-43376 Umbraco CMS vulnerable to Generation of Error Message Containing Sensitive Information

Umbraco is an ASP.NET CMS. Some endpoints in the Management API can return stack trace information, even when Umbraco is not in debug mode. This vulnerability is fixed in 14.1.2...

4.3CVSS6.6AI score0.00494EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.17 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References18
CVE
CVE
added 2024/08/17 9:21 a.m.101 views

CVE-2024-43837

CVE-2024-43837 (Linux kernel): The vulnerability is a null pointer dereference in BPF EXT program type resolution when dst_prog is not attached. The fix, as described in the primary document, changes resolve_prog_type() to return prog->type for BPF_PROG_TYPE_EXT when dst_prog is absent, instea...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.15 views

CVE-2024-43837 bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolveprogtype for BPFPROGTYPEEXT When loading a EXT program without specifying attr-attachprogfd, the prog-aux-dstprog will be null. At this time, calling resolveprogtype anywhere will resul...

6.8AI score0.00033EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.15 views

CVE-2024-43837 bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolveprogtype for BPFPROGTYPEEXT When loading a EXT program without specifying attr-attachprogfd, the prog-aux-dstprog will be null. At this time, calling resolveprogtype anywhere will resul...

0.00033EPSS
Exploits0References4
NVD
NVD
added 2024/08/17 9:15 a.m.22 views

CVE-2024-42301

In the Linux kernel, the following vulnerability has been resolved: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buffer is not overflowed. Below is the stack trace I...

7.8CVSS0.00022EPSS
Exploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.27 views

CVE-2024-42301

In the Linux kernel, the following vulnerability has been resolved: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buffer is not overflowed. Below is the stack trace I...

7.8CVSS6.5AI score0.00022EPSS
Exploits0References35
Vulnrichment
Vulnrichment
added 2024/08/17 9:9 a.m.16 views

CVE-2024-42301 dev/parport: fix the array out-of-bounds risk

In the Linux kernel, the following vulnerability has been resolved: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buffer is not overflowed. Below is the stack trace I...

7.1AI score0.00022EPSS
Exploits0References8
OSV
OSV
added 2024/08/17 9:9 a.m.19 views

CVE-2024-42301 dev/parport: fix the array out-of-bounds risk

In the Linux kernel, the following vulnerability has been resolved: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buffer is not overflowed. Below is the stack trace I...

7.8CVSS6.7AI score0.00022EPSS
Exploits0References13
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.19 views

CVE-2022-48808 net: dsa: fix panic when DSA master device unbinds on shutdown

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic when DSA master device unbinds on shutdown Rafael reports that on a system with LX2160A and Marvell DSA switches, if a reboot occurs while the DSA master dpaa2-eth is up, the following panic can be seen:...

6.6AI score0.00028EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/07/09 2:26 p.m.18 views

CVE-2024-6614 Incorrect listing of stack frames

The frame iterator could get stuck in a loop when encountering certain wasm frames leading to incorrect stack traces. This vulnerability affects Firefox 128 and Thunderbird 128...

5.8AI score0.00212EPSS
Exploits0References3
NVD
NVD
added 2024/06/30 5:15 p.m.14 views

CVE-2024-35119

IBM InfoSphere Information Server 11.7 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in a stack trace. This information could be used in further attacks against the system. IBM X-Force ID: 290342...

5.3CVSS0.00096EPSS
Exploits0References2
OSV
OSV
added 2024/06/30 5:15 p.m.0 views

CVE-2024-35119

IBM InfoSphere Information Server 11.7 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in a stack trace. This information could be used in further attacks against the system. IBM X-Force ID: 290342...

5.3CVSS5.8AI score0.00096EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/06/30 4:36 p.m.15 views

CVE-2024-35119 IBM InfoSphere Information Server information disclosure

IBM InfoSphere Information Server 11.7 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in a stack trace. This information could be used in further attacks against the system. IBM X-Force ID: 290342...

5.3CVSS0.00096EPSS
Exploits0References2
Rows per page
Query Builder