Lucene search
+L

573 matches found

Debian CVE
Debian CVE
added 2025/02/12 1:52 p.m.23 views

CVE-2024-57952

In the Linux kernel, the following vulnerability has been resolved: Revert "libfs: fix infinite directory reads for offset dir" The current directory offset allocator based on mtreealloccyclic stores the next offset value to return in octx-nextoffset. This mechanism typically returns values that...

7.1CVSS5.7AI score0.00218EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/02/11 12:00 a.m.13 views

Microsoft Windows Kernel 访问控制错误漏洞

Microsoft Windows Kernel is the kernel of the Windows operating system from Microsoft Corporation USA. An access control error vulnerability exists in Microsoft Windows Kernel. An attacker exploiting this vulnerability could bypass certain features. The following products and editions are...

7.8CVSS8.7AI score0.00566EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/01/31 11:25 a.m.4 views

CVE-2025-21667 iomap: avoid avoid truncating 64-bit offset to 32 bits

In the Linux kernel, the following vulnerability has been resolved: iomap: avoid avoid truncating 64-bit offset to 32 bits on 32-bit kernels, iomapwritedelallocscan was inadvertently using a 32-bit position due to folionextindex returning an unsigned long. This could lead to an infinite loop when...

7.6AI score0.00217EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/15 4:24 p.m.16 views

CVE-2024-57899

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using oreachsetbitbit, , sizeofchanged BITSPERBYTE, the code ...

5.5CVSS7.2AI score0.00315EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/15 1:15 p.m.27 views

CVE-2024-57899

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using oreachsetbitbit, &bits, sizeofchanged BITSPERBYTE, the...

7.8CVSS0.00315EPSS
SaveExploits0References3
CVE
CVE
added 2025/01/15 1:05 p.m.1471 views

CVE-2024-57899

CVE-2024-57899 affects the Linux kernel’s wifi/mac80211 code. On 32‑bit systems, the code uses or_each_set_bit(bit, &bits, sizeof(changed) * BITS_PER_BYTE) where an 8‑byte u64 is accessed as a 4‑byte unsigned long, causing incorrect bit searches and potential flag corruption in MBSS changes. The ...

7.8CVSS6.8AI score0.00315EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/15 1:05 p.m.20 views

CVE-2024-57899 wifi: mac80211: fix mbss changed flags corruption on 32 bit systems

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using oreachsetbitbit, &bits, sizeofchanged BITSPERBYTE, the...

7.6CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/01/15 1:05 p.m.30 views

CVE-2024-57899 wifi: mac80211: fix mbss changed flags corruption on 32 bit systems

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix mbss changed flags corruption on 32 bit systems On 32-bit systems, the size of an unsigned long is 4 bytes, while a u64 is 8 bytes. Therefore, when using oreachsetbitbit, &bits, sizeofchanged BITSPERBYTE, the...

7.6CVSS0.00315EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/14 7:20 p.m.18 views

BIT-PHP-MIN-2024-11236 Integer overflow in the firebird and dblib quoters causing OOB writes

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS7.8AI score0.02065EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2025/01/14 12:00 a.m.16 views

Microsoft Windows Telephony Server 安全漏洞

Microsoft Windows Telephony Server is a component of Microsoft Corporation USA that supports the Telephony Application Programming Interface TAPI, which allows computer programs to communicate with shared telephony services. A security vulnerability exists in Microsoft Windows Telephony Server. A...

8.8CVSS8.7AI score0.01107EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/02 1:44 p.m.132 views

CVE-2024-53107

CVE-2024-53107 affects the Linux kernel in fs/proc/task_mmu.c (pagemap_scan_get_args). The issue is an integer overflow: arg->vec_len is read as a u64 from user space and used in the expression arg->vec_len * sizeof(struct page_region), which can wrap. The fix uses size_mul() to perform the...

7.8CVSS6.8AI score0.00212EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/27 7:20 p.m.32 views

BIT-PHP-2024-11236 Integer overflow in the firebird and dblib quoters causing OOB writes

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS7.8AI score0.02065EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2024/11/25 2:24 p.m.25 views

CVE-2024-11236

A security issue was found in PHP. Uncontrolled long string inputs to the ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write. This issue may lead to an application crash or other undefined or unexpected results...

6.5CVSS6.7AI score0.02065EPSS
SaveExploits1References4
OSV
OSV
added 2024/11/24 1:15 a.m.12 views

AZL-53718 CVE-2024-11236 affecting package php for versions less than 8.1.31-1

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS6.2AI score0.02065EPSS
SaveExploits1References1
NVD
NVD
added 2024/11/24 1:15 a.m.55 views

CVE-2024-11236

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS0.02065EPSS
SaveExploits1References3
CVE
CVE
added 2024/11/24 12:44 a.m.564 views

CVE-2024-11236

CVE-2024-11236 affects PHP versions with ldap_escape() on 32-bit systems where uncontrolled long inputs can overflow an integer, causing an out-of-bounds write. Affected are PHP 8.1.x before 8.1.31, 8.2.x before 8.2.26, and 8.3.x before 8.3.14. The issue is described in multiple sources, includin...

9.8CVSS9.4AI score0.02065EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2024/11/24 12:44 a.m.84 views

CVE-2024-11236 Integer overflow in the firebird and dblib quoters causing OOB writes

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS0.02065EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/11/24 12:44 a.m.48 views

CVE-2024-11236 Integer overflow in the firebird and dblib quoters causing OOB writes

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS6.8AI score0.02065EPSS
SaveExploits1References1
OSV
OSV
added 2024/11/24 12:44 a.m.23 views

CVE-2024-11236 Integer overflow in the firebird and dblib quoters causing OOB writes

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS6.7AI score
SaveExploits0References5
OSV
OSV
added 2024/11/22 6:15 a.m.16 views

AZL-53748 CVE-2024-8932 affecting package php for versions less than 8.1.31-1

In PHP versions 8.1. before 8.1.31, 8.2. before 8.2.26, 8.3. before 8.3.14, uncontrolled long string inputs to ldapescape function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write...

9.8CVSS6.2AI score0.01275EPSS
SaveExploits0References1
Rows per page
Query Builder