Lucene search
+L

10033 matches found

OSV
OSV
added 2024/06/26 12:15 a.m.9 views

CVE-2024-29954

A vulnerability in a password management API in Brocade Fabric OS versions before v9.2.1, v9.2.0b, v9.1.1d, and v8.2.3e prints sensitive information in log files. This could allow an authenticated user to view the server passwords for protocols such as scp and sftp. Detail. When the...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/25 3:15 p.m.3 views

DEBIAN-CVE-2024-38385

In the Linux kernel, the following vulnerability has been resolved: genirq/irqdesc: Prevent use-after-free in irqfindatorafter irqfindatorafter dereferences the interrupt descriptor which is returned by mtfind while neither holding sparseirqlock nor RCU read lock, which means the descriptor can b...

5.5CVSS5.4AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/25 3:15 p.m.12 views

UBUNTU-CVE-2024-38385

In the Linux kernel, the following vulnerability has been resolved: genirq/irqdesc: Prevent use-after-free in irqfindatorafter irqfindatorafter dereferences the interrupt descriptor which is returned by mtfind while neither holding sparseirqlock nor RCU read lock, which means the descriptor can b...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.4 views

SUSE CVE-2024-38621

In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160copyvideo The subtract in this condition is reversed. The -length is the length of the buffer. The -bytesused is how many bytes we have copied thus far. When the condition is reversed...

5.5CVSS6.6AI score0.00271EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/06/22 3:36 a.m.13 views

SUSE CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

4.7CVSS6.5AI score0.00277EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/06/22 3:35 a.m.6 views

SUSE CVE-2024-38560

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is...

5.5CVSS6.2AI score0.00265EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.5 views

SUSE CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

7.1CVSS6.7AI score0.00233EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/21 11:15 a.m.2 views

DEBIAN-CVE-2024-38659

In the Linux kernel, the following vulnerability has been resolved: enic: Validate length of nl attributes in enicsetvfport enicsetvfport assumes that the nl attribute IFLAPORTPROFILE is of length PORTPROFILEMAX and that the nl attributes IFLAPORTINSTANCEUUID, IFLAPORTHOSTUUID are of length...

7.1CVSS5.7AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/21 11:15 a.m.10 views

DEBIAN-CVE-2024-38621

In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160copyvideo The subtract in this condition is reversed. The -length is the length of the buffer. The -bytesused is how many bytes we have copied thus far. When the condition is reversed...

7.1CVSS5.8AI score0.00271EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.7 views

SUSE CVE-2022-48741

In the Linux kernel, the following vulnerability has been resolved: ovl: fix NULL pointer dereference in copy up warning This patch is fixing a NULL pointer dereference to get a recently introduced warning message working...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.6 views

SUSE CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7CVSS6.4AI score0.00257EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2024/06/21 12:00 a.m.5 views

PT-2024-10417 · Zziplib +3 · Zziplib +3

Name of the Vulnerable Software and Affected Versions: zziplib version 0.13.77 Description: The issue is related to a buffer copy without input validation in the zzip fetch disk trailer function of the /zzip/zip.c component in the ZZIPlib archiving library. This can be exploited by a remote...

7.8CVSS6AI score0.00604EPSS
SaveExploits2References41
OSV
OSV
added 2024/06/20 5:11 p.m.13 views

CLSA-2024-1718903513 cups: Fix of 2 CVEs

CVE-2023-32360: require authentication for CUPS-Get-Document. - CVE-2023-32324: fix cupsstrlcpy to exit immediately if a length of the source string is zero...

7.5CVSS6.6AI score0.01461EPSS
SaveExploits1References1
OSV
OSV
added 2024/06/20 5:08 p.m.13 views

CLSA-2024-1718903288 cups: Fix of 2 CVEs

CVE-2023-32360: require authentication for CUPS-Get-Document. - CVE-2023-32324: fix cupsstrlcpy to exit immediately if a length of the source string is zero...

7.5CVSS6.6AI score0.01461EPSS
SaveExploits1References1
OSV
OSV
added 2024/06/20 12:15 p.m.9 views

DEBIAN-CVE-2022-48741

In the Linux kernel, the following vulnerability has been resolved: ovl: fix NULL pointer dereference in copy up warning This patch is fixing a NULL pointer dereference to get a recently introduced warning message working...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/06/20 12:15 p.m.12 views

CVE-2022-48741

In the Linux kernel, the following vulnerability has been resolved: ovl: fix NULL pointer dereference in copy up warning This patch is fixing a NULL pointer dereference to get a recently introduced warning message working...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/06/20 12:15 p.m.31 views

UBUNTU-CVE-2022-48741

In the Linux kernel, the following vulnerability has been resolved: ovl: fix NULL pointer dereference in copy up warning This patch is fixing a NULL pointer dereference to get a recently introduced warning message working...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.48 views

CVE-2022-48741 ovl: fix NULL pointer dereference in copy up warning

In the Linux kernel, the following vulnerability has been resolved: ovl: fix NULL pointer dereference in copy up warning This patch is fixing a NULL pointer dereference to get a recently introduced warning message working...

0.00222EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/06/20 12:00 a.m.25 views

PT-2024-4471 · Sonicwall · Sonicos

Name of the Vulnerable Software and Affected Versions: SonicOS affected versions not specified Description: The issue is related to a heap-based buffer overflow vulnerability in the SonicOS SSL-VPN technology. This vulnerability can be exploited by an authenticated remote attacker to cause a Deni...

6.5CVSS7.3AI score0.00638EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/06/20 12:00 a.m.9 views

Linux kernel security vulnerabilities

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 presence of a null pointer dereference in the ovl module copy warning...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References6
Rows per page
Query Builder