Lucene search
+L

572 matches found

NVD
NVD
added 2024/08/17 9:15 a.m.40 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.00234EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.43 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.4AI score0.00234EPSS
SaveExploits0References36
CVE
CVE
added 2024/08/17 9:9 a.m.206 views

CVE-2024-42301

CVE-2024-42301 affects the Linux kernel’s dev/parport component, where an array out-of-bounds risk was introduced. The vulnerability was addressed by replacing unsafe data copying (sprintf) with snprintf to prevent buffer overflow. The initial report includes a kernel stack and Do_Hardware_Base_A...

7.8CVSS6.9AI score0.00234EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:9 a.m.48 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.8CVSS0.00234EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/17 9:9 a.m.47 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.8CVSS5.9AI score0.00234EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:9 a.m.24 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.00234EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/15 5:15 p.m.5 views

CVE-2024-42987

Tenda FH1206 v02.03.01.35 was discovered to contain a stack-based buffer overflow vulnerability in the fromPptpUserAdd function. The vulnerability can be triggered via the modino, username, newpwd, or pptpdnetseg parameters, all of which are passed via HTTP POST and used in unsafe sprintf calls...

7.5CVSS6.4AI score0.01307EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2024/08/13 6:31 a.m.58 views

CVE-2024-7715 D-Link DNS-1550-04 photocenter_mgr.cgi sprintf command injection

UNSUPPORTED WHEN ASSIGNED A vulnerability was found in D-Link DNS-120, DNR-202L, DNS-315L, DNS-320, DNS-320L, DNS-320LW, DNS-321, DNR-322L, DNS-323, DNS-325, DNS-326, DNS-327L, DNR-326, DNS-340L, DNS-343, DNS-345, DNS-726-4, DNS-1100-4, DNS-1200-05 and DNS-1550-04 up to 20240812. It has been...

6.5CVSS0.25129EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.24 views

CVE-2024-40978 scsi: qedi: Fix crash while reading debugfs attribute

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedidbgdonotrecovercmdread function invokes sprintf directly on a user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf...

6.8AI score0.0032EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 3:27 p.m.30 views

CVE-2024-38577

A potential buffer overflow was found in showrcutaskstracegpkthread in the Linux kernel. This issue may lead to a crash...

5.5CVSS9.4AI score0.00254EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.27 views

CVE-2024-38576

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in printcpustallinfo The rcuc-starvation output from printcpustallinfo might overflow the buffer if there is a huge difference in jiffies difference. The situation might seem improbable, but computers...

7.1CVSS6.5AI score0.00252EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 3:31 p.m.26 views

CVE-2023-52868 thermal: core: prevent potential string overflow

In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev-id value comes from idaalloc so it's a number between zero and INTMAX. If it's too high then these sprintfs will overflow...

6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52868 thermal: core: prevent potential string overflow

In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev-id value comes from idaalloc so it's a number between zero and INTMAX. If it's too high then these sprintfs will overflow...

6.8AI score0.00236EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.27 views

CVE-2023-52868

In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev-id value comes from idaalloc so it's a number between zero and INTMAX. If it's too high then these sprintfs will overflow...

7.8CVSS7.6AI score0.00236EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/04/11 12:0 a.m.9 views

The vulnerability of the Did_set_langmap() function in the Vim text editor allows a hacker to execute arbitrary code.

The vulnerability of the Didsetlangmap function in the Vim text editor is related to the use of sprintf to write to the error buffer, which is passed to functions that handle option renames. Exploiting this vulnerability allows an attacker to execute arbitrary code...

7.8CVSS7.5AI score0.00563EPSS
SaveExploits1References13Affected Software8
Redos
Redos
added 2024/04/10 12:0 a.m.30 views

ROS-20240410-15

A vulnerability in the vim text editor is related to the call to sprintf to write to an error buffer, which is passed to the option callback functions. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

7.8CVSS7.1AI score0.00563EPSS
SaveExploits1
OSV
OSV
added 2024/03/27 4:15 a.m.5 views

DEBIAN-CVE-2023-45927

S-Lang 2.3.2 was discovered to contain an arithmetic exception via the function ttsprintf...

9.1CVSS8.3AI score0.00844EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/27 3:15 a.m.41 views

CVE-2024-25394

A buffer overflow occurs in utilities/ymodem/rysy.c in RT-Thread through 5.0.2 because of an incorrect sprintf call or a missing '\0' character...

4.3CVSS7AI score0.00637EPSS
SaveExploits0References6
CVE
CVE
added 2024/03/27 12:0 a.m.92 views

CVE-2024-25394

The CVE-2024-25394 issue affects RT-Thread RTOS up to version 5.0.2, specifically in utilities/ymodem/ry_sy.c, caused by an incorrect sprintf call or a missing '\0'. The buffer overflow is documented across multiple sources (NVD/Red Hat/OSV/CVE records) with no public exploit details provided in ...

4.3CVSS7.3AI score0.00637EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2024/03/27 12:0 a.m.6 views

RT-Thread 安全漏洞

RT-Thread is an open source IoT real-time operating system RTOS from RT-Thread Open Source. A security vulnerability exists in RT-Thread version 5.0.2, which stems from an incorrect sprintf call or a missing "" character, resulting in a buffer overflow...

4.3CVSS7AI score0.00637EPSS
SaveExploits0References5
Rows per page
Query Builder