Lucene search
+L

4963 matches found

OSV
OSV
added 2024/10/10 3:30 a.m.5 views

GHSA-434G-2637-QMQR Elliptic's verify function omits uniqueness validation

The Elliptic package 6.5.5 for Node.js for EDDSA implementation does not perform the required check if the signature proofs is within the bounds of the order n of the base point of the elliptic curve, leading to signature malleability. Namely, the verify function in lib/elliptic/eddsa/index.js...

6.9CVSS7AI score0.00496EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/09 2:49 p.m.13 views

CVE-2024-47670

In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2xattrfindentry Add a paranoia check to make sure it doesn't stray beyond valid memory region containing ocfs2 xattr entries when scanning for a match. It will prevent out-of-bound access in case...

7.8CVSS6.2AI score0.0024EPSS
SaveExploits0
CVE
CVE
added 2024/10/09 2:49 p.m.170 views

CVE-2024-47670

This CVE (CVE-2024-47670) affects the Linux kernel OCFS2 subsystem. The vulnerability arises from insufficient bounds checking in ocfs2_xattr_find_entry(), allowing potential out-of-bounds memory access while scanning for a match in OCFS2 extended attributes. The advisory states that a paranoia c...

7.8CVSS8.1AI score0.0024EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/09 2:2 p.m.16 views

CVE-2024-46871 drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPUDMUBNOTIFICATIONMAX Why & How It actually exposes '6' types in enum dmubnotificationtype. Not 5. Using smaller number to create array dmubcallback & dmubthreadoffload has...

6.9AI score0.00215EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/09 2:2 p.m.44 views

CVE-2024-46871 drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPUDMUBNOTIFICATIONMAX Why & How It actually exposes '6' types in enum dmubnotificationtype. Not 5. Using smaller number to create array dmubcallback & dmubthreadoffload has...

0.00215EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/09 2:2 p.m.21 views

CVE-2024-46871 drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPUDMUBNOTIFICATIONMAX Why & How It actually exposes '6' types in enum dmubnotificationtype. Not 5. Using smaller number to create array dmubcallback & dmubthreadoffload has...

5.9AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2024/10/09 12:0 a.m.24 views

CentOS 7 : firefox (RHSA-2021:1363)

The remote CentOS Linux 7 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2021:1363 advisory. - Further techniques that built on the slipstream research combined with a malicious webpage could have exposed both an internal network's hosts as wel...

8.8CVSS8.5AI score0.01764EPSS
SaveExploits1References9
OSV
OSV
added 2024/10/07 10:36 a.m.24 views

CLSA-2024-1728297376 kernel: Fix of 13 CVEs

btrfs: fix use-after-free after failure to create a snapshot CVE-2022-48733 - hwmon: nct6775-core Fix underflows seen when writing limit attributes CVE-2024-46757 - wifi: mac80211: Avoid address calculations via out of bounds array indexing CVE-2024-41071 - netfilter: conntrack: dccp: copy entire...

8.4CVSS6.8AI score0.00976EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/10/04 5:56 a.m.12 views

CVE-2024-6443 zephyr: out-of-bound read in utf8_trunc

In utf8trunc in zephyr/lib/utils/utf8.c, lastbytep can point to one byte before the string pointer if the string is empty...

6.3CVSS6.8AI score0.00608EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2024/10/04 5:56 a.m.44 views

CVE-2024-6443 zephyr: out-of-bound read in utf8_trunc

In utf8trunc in zephyr/lib/utils/utf8.c, lastbytep can point to one byte before the string pointer if the string is empty...

6.3CVSS0.00608EPSS
SaveExploits1References1
OSV
OSV
added 2024/09/27 3:18 p.m.22 views

CVE-2024-47070 authentik vulnerable to password authentication bypass via X-Forwarded-For HTTP header

authentik is an open-source identity provider. A vulnerability that exists in versions prior to 2024.8.3 and 2024.6.5 allows bypassing password login by adding X-Forwarded-For header with an unparsable IP address, e.g. a. This results in a possibility of logging into any account with a known logi...

9CVSS6.7AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/09/27 3:14 p.m.17 views

CVE-2024-46833

An out-of-bounds memory access flaw was found in the Linux kernel’s Hisilicon Network driver in how the hardware returns an incorrect value to the driver. This flaw allows a local user to crash or potentially escalate their privileges on the system if using malicious hardware. Mitigation Mitigati...

6.4CVSS7.4AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.18 views

CVE-2024-46833

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnlnum When query reg inf of SSU, it loops tnlnum times. However, tnlnum comes from hardware and the length of array is a fixed value. To void array out of bound, make sure the loop ti...

7.8CVSS0.00229EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/27 12:39 p.m.14 views

CVE-2024-46833 net: hns3: void array out of bound when loop tnl_num

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnlnum When query reg inf of SSU, it loops tnlnum times. However, tnlnum comes from hardware and the length of array is a fixed value. To void array out of bound, make sure the loop ti...

6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.38 views

CVE-2024-46833 net: hns3: void array out of bound when loop tnl_num

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnlnum When query reg inf of SSU, it loops tnlnum times. However, tnlnum comes from hardware and the length of array is a fixed value. To void array out of bound, make sure the loop ti...

0.00229EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/27 12:39 p.m.97 views

CVE-2024-46833

CVE-2024-46833 is a Linux kernel vulnerability in the net:hns3 driver where SSU reg info reads loop up to tnl_num, which is hw-derived and not the array length, causing an out-of-bounds read. The description states the fix is to bound the loop so it does not exceed the array length. The connected...

7.8CVSS7.4AI score0.00229EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/24 2:15 a.m.12 views

CVE-2024-38268

An improper restriction of operations within the bounds of a memory buffer in the MAC address parser of the Zyxel VMG8825-T50K firmware versions through 5.50ABOM.8C0 could allow an authenticated attacker with administrator privileges to cause potential memory corruptions, resulting in a thread...

4.9CVSS6AI score0.00431EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/19 6:3 p.m.20 views

SUSE-SU-2024:3348-1 Security update for the Linux Kernel (Live Patch 12 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505005559 fixes several issues. The following security issues were fixed: - CVE-2023-52846: Prevent use after free in prpcreatetaggedframe bsc1225099. - CVE-2022-48662: Fixed a general protection fault GPF in i915perfopenioctl bsc1223521. - CVE-2022-48662...

9.4CVSS8.1AI score0.00821EPSS
SaveExploits1References19
OSV
OSV
added 2024/09/18 8:15 a.m.7 views

UBUNTU-CVE-2024-46771

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

7.8CVSS6.1AI score0.00273EPSS
SaveExploits0References35
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.36 views

CVE-2024-46771 can: bcm: Remove proc entry when dev is unregistered.

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

7.8CVSS0.00273EPSS
SaveExploits0References8
Rows per page
Query Builder