Lucene search
+L

79 matches found

AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: mm/pageowner: use strscpy instead of strlcpy current-comm is not a string no guarantee for a zero byte in it. strlcpys1, s2, l is calling strlens2, potentially causing out-of-bound access, as reported by syzbot: detected buffer...

7.1CVSS7AI score0.00257EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/31 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from the return value of dpath not being handled incorrectly in the getcanonicaldevpath function, resulting in a...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/12/18 12:0 a.m.6 views

PT-2025-8819

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential buffer overflow issue has been identified in the Linux kernel, specifically in the nfs sysfs link rpc client function. The issue arises from the use of strcat with a char arr...

7.8CVSS7AI score0.00223EPSS
SaveExploits0
NVD
NVD
added 2024/10/21 6:15 p.m.16 views

CVE-2024-49995

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
OSV
OSV
added 2024/10/21 6:15 p.m.20 views

CVE-2024-49995

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.6AI score
SaveExploits0References1
CVE
CVE
added 2024/10/21 6:2 p.m.176 views

CVE-2024-49995

CVE-2024-49995 affects Linux kernels and is described as a string buffer overrun in the TIPC subsystem. Public advisories (e.g., Siemens/ICS, CISA, and Amazon Linux livepatch notes) identify the issue as resolved by updating to patched kernel versions or applying kernel livepatches (e.g., 4.14.35...

7.4AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.18 views

CVE-2024-49995

...

8.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.20 views

CVE-2024-49995

...

SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/08 8:50 a.m.17 views

CVE-2024-42257 ext4: use memtostr_pad() for s_volume_name

In the Linux kernel, the following vulnerability has been resolved: ext4: use memtostrpad for svolumename As with the other strings in struct ext4superblock, svolumename is not NUL terminated. The other strings were marked in commit 072ebb3bffe6 "ext4: add nonstring annotations to ext4.h". Using...

6.9AI score0.00202EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/08/08 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from the use of the strscpy function instead of the memtostrpad function...

7.8CVSS5.2AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:28 p.m.22 views

CVE-2024-26889

A buffer overflow flaw was found in struct hcidevinfo in the variable name8 in the Linkkux Kernel. If an attacker crafts an exploit copying more than the size of the name8, it results in a buffer overflow and a denial of service...

5.5CVSS8.7AI score0.00271EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-CVE-2024-26889

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix possible buffer overflow struct hcidevinfo has a fixed size name8 field so in the event that hdev-name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switchi...

5.5CVSS6AI score0.00271EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.28 views

CVE-2024-26889

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix possible buffer overflow struct hcidevinfo has a fixed size name8 field so in the event that hdev-name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switchi...

5.5CVSS6.5AI score0.00271EPSS
SaveExploits0References36
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

UBUNTU-CVE-2024-26889

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix possible buffer overflow struct hcidevinfo has a fixed size name8 field so in the event that hdev-name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switchi...

5.5CVSS6.5AI score0.00271EPSS
SaveExploits0References37
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.26 views

CVE-2024-26889 Bluetooth: hci_core: Fix possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix possible buffer overflow struct hcidevinfo has a fixed size name8 field so in the event that hdev-name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switchi...

7.9AI score0.00271EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/17 10:27 a.m.5 views

CVE-2024-26889 Bluetooth: hci_core: Fix possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix possible buffer overflow struct hcidevinfo has a fixed size name8 field so in the event that hdev-name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switchi...

5.5CVSS6.2AI score0.00271EPSS
SaveExploits0References15
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.7 views

kernel: mm/page_owner: use strscpy() instead of strlcpy()

In the Linux kernel, the following vulnerability has been resolved: mm/pageowner: use strscpy instead of strlcpy current-comm is not a string no guarantee for a zero byte in it. strlcpys1, s2, l is calling strlens2, potentially causing out-of-bound access, as reported by syzbot: detected buffer...

7.1CVSS6.5AI score0.00257EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.8 views

kernel: mm/page_owner: use strscpy() instead of strlcpy()

In the Linux kernel, the following vulnerability has been resolved: mm/pageowner: use strscpy instead of strlcpy current-comm is not a string no guarantee for a zero byte in it. strlcpys1, s2, l is calling strlens2, potentially causing out-of-bound access, as reported by syzbot: detected buffer...

7.1CVSS6.5AI score0.00257EPSS
SaveExploits0References5
OSV
OSV
added 2022/04/24 10:45 p.m.16 views

GSD-2022-1002421 video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow

video: fbdev: nvidiafb: Use strscpy to prevent buffer overflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.276 by commit...

7.5AI score
SaveExploits0
Rows per page
Query Builder