Lucene search
+L

441 matches found

RedHat Linux
RedHat Linux
added 2024/11/05 12:54 a.m.6 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.0147EPSS
SaveExploits0References5
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.00232EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/29 12:50 a.m.224 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.00232EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.9 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.00232EPSS
SaveExploits0
OSV
OSV
added 2024/10/29 12:50 a.m.18 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...

6.4AI score
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/08/19 2:47 p.m.37 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.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 1:16 p.m.23 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.00254EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.2 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.00234EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.10 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.00254EPSS
SaveExploits0References16
NVD
NVD
added 2024/08/17 10:15 a.m.22 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.00254EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/17 10:15 a.m.19 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.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.3 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.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.7 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.00254EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.20 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.2AI score0.00254EPSS
SaveExploits0References27
OSV
OSV
added 2024/08/17 9:21 a.m.17 views

CVE-2024-43839 bna: adjust 'name' buf size of bna_tcb and bna_ccb structures

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

6.3AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.65 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.8CVSS5.7AI score0.00254EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.55 views

CVE-2024-43839 bna: adjust 'name' buf size of bna_tcb and bna_ccb structures

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

0.00254EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:21 a.m.141 views

CVE-2024-43839

CVE-2024-43839 : Linux kernel vulnerability fixed by increasing the internal name buffer in bna_tcb and bna_ccb from 16 to accommodate longer sprintf arguments, and replacing sprintf with snprintf. The change accounts for bnad->netdev->name and expected expansions for %d specifiers, using B...

7.8CVSS6.6AI score0.00254EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.15 views

CVE-2024-43839 bna: adjust 'name' buf size of bna_tcb and bna_ccb structures

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

6.9AI score0.00254EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:15 a.m.15 views

AZL-47965 CVE-2024-42301 affecting package kernel for versions less than 5.15.167.1-1

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.00234EPSS
SaveExploits0References1
Rows per page
Query Builder