Lucene search
K

422 matches found

Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-40075

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The i40e driver in the Linux kernel contains a flaw related to debugfs files 'command' and 'netdev ops'. These files expose a debugging interface with questionable logic and potential fo...

7.1CVSS8.9AI score0.00014EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/12/04 12:56 a.m.2 views

kernel: of: module: add buffer overflow check in of_modalias()

A buffer overflow flaw was found in ofmodalias in the Linux kernel, occurring after the first snprintf call. This issue could result in loss of availability of the system...

9.8CVSS7.3AI score0.00111EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/11/18 12:0 a.m.1 views

PT-2024-10566 · Bitcoin · Bitcoin Core

🚨 CVE-2015-20111 miniupnp before 4c90b87, as used in Bitcoin Core before 0.12 and other products, lacks checks for snprintf return values, leading to a buffer overflow and significant data leak, a different vulnerability than CVE-2019-12107. In Bitcoin Core before 0.12, remote code execution was...

9.8CVSS8.3AI score0.03991EPSS
Exploits2References7
CNNVD
CNNVD
added 2024/11/18 12:0 a.m.1 views

Bitcoin Core 安全漏洞

Bitcoin Core is a Bitcoin open source client for verifying the validity of blockchain transactions. A security vulnerability exists in versions of Bitcoin Core prior to 0.12 that stems from a lack of checking of snprintf return values, resulting in a buffer overflow and massive data leak...

9.8CVSS7.8AI score0.03991EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.1 views

kernel: igb: Fix string truncation warnings in igb_set_fw_version

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.7AI score0.00018EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.1 views

kernel: of: module: add buffer overflow check in of_modalias()

A buffer overflow flaw was found in ofmodalias in the Linux kernel, occurring after the first snprintf call. This issue could result in loss of availability of the system...

9.8CVSS7.3AI score0.00111EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.1 views

kernel: of: module: add buffer overflow check in of_modalias()

A buffer overflow flaw was found in ofmodalias in the Linux kernel, occurring after the first snprintf call. This issue could result in loss of availability of the system...

9.8CVSS7.3AI score0.00111EPSS
Exploits0References5
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-CVE-2024-50074

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf calls blindly with snprintf. However, since snprintf returns the would-be-printed size, not the actually output...

7.8CVSS5.7AI score0.00022EPSS
Exploits0References1
OSV
OSV
added 2024/10/29 12:50 a.m.10 views

CVE-2024-50074 parport: Proper fix for array out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf calls blindly with snprintf. However, since snprintf returns the would-be-printed size, not the actually output...

7.8CVSS6.4AI score0.00022EPSS
Exploits0References13
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.5 views

CVE-2024-50074

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf calls blindly with snprintf. However, since snprintf returns the would-be-printed size, not the actually output...

7.8CVSS5.7AI score0.00022EPSS
Exploits0
CVE
CVE
added 2024/10/29 12:50 a.m.196 views

CVE-2024-50074

CVE-2024-50074 — Linux kernel parport out-of-bounds fix : The vulnerability concerns array bounds in the parallel port (parport) code. The fix replaces blind snprintf calls with scnprintf to ensure the written length reflects actual output, addressing potential overflows in length calculations. A...

7.8CVSS7.4AI score0.00022EPSS
Exploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/19 2:47 p.m.25 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...

5.5CVSS7.5AI score0.00022EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:16 p.m.16 views

CVE-2024-43839

A vulnerability was found in the Linux kernel involving insufficient buffer size in the bnatcb and bnaccb structures. The buffer, named name, was originally 16 bytes, which was inadequate for all possible sprintf arguments, especially when handling %s and %d specifiers. This limitation could...

6.6CVSS7.2AI score0.00024EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.1 views

SUSE 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...

6.4CVSS6.8AI score0.00022EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.2 views

SUSE CVE-2024-43839

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References16
NVD
NVD
added 2024/08/17 10:15 a.m.12 views

CVE-2024-43839

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

7.8CVSS0.00024EPSS
Exploits0References10
OSV
OSV
added 2024/08/17 10:15 a.m.1 views

DEBIAN-CVE-2024-43839

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

7.8CVSS5.7AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.8 views

AZL-51983 CVE-2024-43839 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

7.8CVSS6.3AI score0.00024EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.14 views

CVE-2024-43839

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

7.8CVSS6.4AI score0.00024EPSS
Exploits0References26
OSV
OSV
added 2024/08/17 10:15 a.m.0 views

UBUNTU-CVE-2024-43839

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bnatcb and bnaccb structures To have enough space to write all possible sprintf args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 characters, since...

7.8CVSS6.2AI score0.00024EPSS
Exploits0References27
Rows per page
Query Builder