Lucene search
+L

9388 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2023-53485

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfsdmap.c:1965:6 index -84 is out of range for type 's8341' aka 'signed char341'...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2023-53481

In the Linux kernel, the following vulnerability has been resolved: ubi: ubiwlputpeb: Fix infinite loop when wear-leveling work failed Following process will trigger an infinite loop in ubiwlputpeb: ubifsbgt ubibgt ubifslebunmap ubilebunmap ubiebaunmapleb ubiwlputpeb wearlevelingworker e1 =...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2023-53470

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

DEBIAN-CVE-2023-53468

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in allocwbufs kmemleak reported a sequence of memory leaks, and show them as following: unreferenced object 0xffff8881575f8400 size 1024: comm "mount", pid 19625, jiffies 4297119604 age 20.383s hex dump fir...

5.5CVSS5.4AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2023-53464

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Check that sock is valid before iscsisetparam The validity of sock should be checked before assignment to avoid incorrect values. Commit 57569c37f0ad "scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling...

5.5CVSS5.3AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2023-53462

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fillframeinfo Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: uninit-value in fillframeinfo net/hsr/hsrforward.c:601 inli...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

DEBIAN-CVE-2022-50469

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtwinitdrvsw In rtwinitdrvsw, there are various init functions are called to populate the padapter structure and some checks for their return value. However, except for the first o...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

DEBIAN-CVE-2022-50468

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosusbpdnotify: Fix error handling in crosusbpdnotifyinit The following WARNING message was given when rmmod crosusbpdnotify: Unexpected driver unregister! WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

DEBIAN-CVE-2022-50439

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Enable IRQ when pdata is ready If the device does not come straight from reset, we might receive an IRQ before we are ready to handle it. 2.334737 Unable to handle kernel read from unreadable memory at...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

DEBIAN-CVE-2022-50423

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpiutcopyipackagetoipackage There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpiutremovereference+0x3b/0x82 Read of size 1 at addr ffff888112afc460 by task modprobe/2111...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.2 views

DEBIAN-CVE-2025-39911

In the Linux kernel, the following vulnerability has been resolved: i40e: fix IRQ freeing in i40evsirequestirqmsix error path If requestirq in i40evsirequestirqmsix fails in an iteration later than the first, the error path wants to free the IRQs requested so far. However, it uses the wrong devid...

7.8CVSS6.2AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.4 views

DEBIAN-CVE-2025-39895

In the Linux kernel, the following vulnerability has been resolved: sched: Fix schednumafindnthcpu if mask offline schednumafindnthcpu uses a bsearch to look for the 'closest' CPU in scheddomainsnumamasks and given cpus mask. However they might not intersect if all CPUs in the cpus mask are...

5.5CVSS5.3AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.1 views

DEBIAN-CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS5.3AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.3 views

DEBIAN-CVE-2025-39894

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: do not check confirmed bit in brnflocalin after confirm When send a broadcast packet to a tap device, which was added to a bridge, brnflocalin is called to confirm the conntrack. If another conntrack with...

5.5CVSS5.3AI score0.00302EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 8:15 a.m.2 views

DEBIAN-CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS6AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/30 3:15 p.m.2 views

DEBIAN-CVE-2025-7493

A privilege escalation flaw from host to domain administrator was found in FreeIPA. This vulnerability is similar to CVE-2025-4404, where it fails to validate the uniqueness of the krbCanonicalName. While the previously released version added validations for the admin@REALM credential, FreeIPA...

9.1CVSS8.2AI score0.00523EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/30 6:5 a.m.2 views

BELL-CVE-2025-11082

Bulletin has no description...

7.8CVSS6.9AI score0.00234EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/30 6:5 a.m.1 views

BELL-CVE-2025-11083

Bulletin has no description...

7.8CVSS6.9AI score0.00235EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/29 5:15 p.m.8 views

DEBIAN-CVE-2025-41244

VMware Aria Operations and VMware Tools contain a local privilege escalation vulnerability. A malicious local actor with non-administrative privileges having access to a VM with VMware Tools installed and managed by Aria Operations with SDMP enabled may exploit this vulnerability to escalate...

7.8CVSS8AI score0.0788EPSS
SaveExploits3References1
OSV
OSV
added 2025/09/29 1:9 p.m.3 views

MINI-G4W3-GVR3-H232

Bulletin has no description...

7.5CVSS7AI score0.00535EPSS
SaveExploits0
Rows per page
Query Builder