Lucene search
+L

342 matches found

OSV
OSV
added 2024/10/21 12:15 p.m.13 views

AZL-51189 CVE-2024-47709 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Clear bo-bcmprocread after removeprocentry. syzbot reported a warning in bcmrelease. 0 The blamed change fixed another warning that is triggered when connect is issued again for a socket whose connected device has been...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.11 views

UBUNTU-CVE-2024-47709

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Clear bo-bcmprocread after removeprocentry. syzbot reported a warning in bcmrelease. 0 The blamed change fixed another warning that is triggered when connect is issued again for a socket whose connected device has been...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References43
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.14 views

CVE-2024-47709

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Clear bo-bcmprocread after removeprocentry. syzbot reported a warning in bcmrelease. 0 The blamed change fixed another warning that is triggered when connect is issued again for a socket whose connected device has been...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/10/21 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 the Linux kernel that stems from improper cleanup of bo-bcmprocread in the bcm subsystem of the can protocol, which may trigger an unnecessar...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/09/18 11:14 a.m.11 views

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

5.5CVSS6.9AI score0.00264EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/18 8:15 a.m.19 views

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

5.5CVSS0.00264EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.32 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...

0.00264EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 7:12 a.m.16 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...

5.5CVSS6AI score0.00264EPSS
SaveExploits0References13
CVE
CVE
added 2024/09/18 7:12 a.m.176 views

CVE-2024-46771

CVE-2024-46771 (Linux kernel, can: bcm): A proc entry is created per BCM socket on connect and is leaked when the bound netdev is unregistered, due to bcm_notify/bcm_proc_read handling. Reproducer uses connect to vxcan1, unregisters dev, and a second connect attempts to allocate a proc entry with...

5.5CVSS5.9AI score0.00264EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.17 views

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

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.4 views

SUSE CVE-2024-44971

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: Fix a possible memory leak in bcmsf2mdioregister bcmsf2mdioregister calls ofphyfinddevice and then phydeviceremove in a loop to remove existing PHY devices. ofphyfinddevice eventually calls busfinddevice, which...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References14
OSV
OSV
added 2024/09/04 7:15 p.m.1 views

DEBIAN-CVE-2024-44971

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: Fix a possible memory leak in bcmsf2mdioregister bcmsf2mdioregister calls ofphyfinddevice and then phydeviceremove in a loop to remove existing PHY devices. ofphyfinddevice eventually calls busfinddevice, which...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.7 views

kernel: crypto: bcm - Fix pointer arithmetic

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2dumpomd value of ptr is increased by ciphkeylen instead of hashivlen which could lead to going beyond the buffer boundaries. Fix this bug by changing ciphkeylen to hashivlen. Found by...

5.5CVSS6.8AI score0.00254EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/07/17 4:18 a.m.5 views

SUSE CVE-2022-48815

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

5.5CVSS6.6AI score0.00268EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 12:15 p.m.2 views

DEBIAN-CVE-2022-48815

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

5.5CVSS5.2AI score0.00268EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.7 views

UBUNTU-CVE-2022-48815

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

5.5CVSS5.9AI score0.00268EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/09 2:1 p.m.60 views

SUSE-SU-2024:2360-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47103: net: sock: preserve kabi for sock bsc1221010. - CVE-2021-47191: Fix out-of-bound read in respreadcap16 bsc1222866. - CVE-2021-47267: usb: fix...

9.1CVSS8.5AI score0.67994EPSS
SaveExploits9References312
OSV
OSV
added 2024/07/08 8:27 p.m.20 views

CLSA-2024-1720468480 kernel: Fix of 89 CVEs

kvm: initialize all of the kvmdebugregs structure before sending it to userspace CVE-2023-1513 - wifi: mac80211: fix MBSSID parsing use-after-free CVE-2022-42719 - mac80211: always allocate struct ieee80211elems CVE-2022-42719 - netfilter: nftables: initialize registers in nftdochain...

8.8CVSS7.1AI score0.16642EPSS
SaveExploits31References1
RedhatCVE
RedhatCVE
added 2024/06/25 8:51 p.m.30 views

CVE-2024-39461

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Assign -num before accessing -hws Commit f316cdff8d67 "clk: Annotate struct clkhwonecelldata with countedby" annotated the hws member of 'struct clkhwonecelldata' with countedby, which informs the bounds sanitizer...

5.5CVSS7AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/25 8:51 p.m.31 views

CVE-2024-39462

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: dvp: Assign -num before accessing -hws Commit f316cdff8d67 "clk: Annotate struct clkhwonecelldata with countedby" annotated the hws member of 'struct clkhwonecelldata' with countedby, which informs the bounds sanitizer...

5.5CVSS7AI score0.00762EPSS
SaveExploits0References4
Rows per page
Query Builder