Lucene search
+L

249 matches found

OSV
OSV
added 2025/08/22 4:15 p.m.6 views

UBUNTU-CVE-2025-38624

In the Linux kernel, the following vulnerability has been resolved: PCI: pnvphp: Clean up allocated IRQs on unplug When the root of a nested PCIe bridge configuration is unplugged, the pnvphp driver leaked the allocated IRQ resources for the child bridges' hotplug event notifications, resulting i...

5.5CVSS5.8AI score0.00161EPSS
SaveExploits0References40
OSV
OSV
added 2025/08/19 5:15 p.m.6 views

UBUNTU-CVE-2025-38578

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid UAF in f2fssyncinodemeta syzbot reported an UAF issue as below: 1 2 1 https://syzkaller.appspot.com/text?tag=CrashReport&x=16594c60580000 ================================================================== BUG:...

7.8CVSS5.9AI score0.00174EPSS
SaveExploits0References40
OSV
OSV
added 2025/08/15 9:15 p.m.8 views

UBUNTU-CVE-2025-8959

HashiCorp's go-getter library subdirectory download feature is vulnerable to symlink attacks leading to unauthorized read access beyond the designated directory boundaries. This vulnerability, identified as CVE-2025-8959, is fixed in go-getter 1.7.9...

7.5CVSS6.8AI score0.00543EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/13 3:15 p.m.6 views

UBUNTU-CVE-2025-8941

A flaw was found in linux-pam. The pamnamespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a "complete" fix for CVE-2025-6020...

7.8CVSS6.9AI score0.00264EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2019-15793

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, several locations which shift ids translate user/group id...

8.8CVSS6.6AI score0.00685EPSS
SaveExploits3References2
OSV
OSV
added 2025/06/30 8:15 a.m.6 views

UBUNTU-CVE-2025-38088

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping region size should stay within the allocated region si...

7.1CVSS6.2AI score0.00145EPSS
SaveExploits0References41
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-49943

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

5.5CVSS6AI score0.00141EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-CVE-2022-50227

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/xen: Initialize Xen timer only once Add a check for existing xen timers before initializing a new one. Currently kvmxeninittimer is called on every KVMXENVCPUATTRTYPETIMER, which is causing the following ODEBUG crash whe...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-50163

In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect devtracker usage While investigating a separate rose issue 1, and enabling CONFIGNETDEVREFCNTTRACKER=y, Bernard reported an orthogonal ax25 issue 2 An ax25dev can be used by one or many struct ax25cb. We thus...

7.8CVSS5.7AI score0.00211EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/29 2:15 p.m.4 views

UBUNTU-CVE-2025-37995

In the Linux kernel, the following vulnerability has been resolved: module: ensure that kobjectput is safe for module type kobjects In 'lookuporcreatemodulekobject', an internal kobject is created using 'modulektype'. So call to 'kobjectput' on error handling path causes an attempt to use an...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References38
OSV
OSV
added 2025/05/08 7:15 a.m.6 views

UBUNTU-CVE-2025-37827

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: return EIO on RAID1 block group write pointer mismatch There was a bug report about a NULL pointer dereference in btrfsaddfreespacezoned that ultimately happens because a conversion from the default metadata profile...

5.5CVSS6.2AI score0.00165EPSS
SaveExploits0References22
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

UBUNTU-CVE-2023-52995

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: Fix instruction simulation of JALR Set kprobe at 'jalr 1140ra' of vfswrite results in the following crash: 32.092235 Unable to handle kernel access to user memory without uaccess routines at virtual address...

5.5CVSS5.8AI score0.00243EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.9 views

UBUNTU-CVE-2022-49574

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcprecovery. While reading sysctltcprecovery, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS6AI score0.00186EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:0 a.m.9 views

UBUNTU-CVE-2022-49062

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix KASAN slab-out-of-bounds in cachefilessetvolumexattr Use the actual length of volume coherency data when setting the xattr to avoid the following KASAN report. BUG: KASAN: slab-out-of-bounds in...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/20 11:15 a.m.4 views

UBUNTU-CVE-2023-52923

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are removed from async garbage collection anymore, instea...

7.8CVSS6.2AI score0.00253EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

UBUNTU-CVE-2024-56607

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix atomic calls in ath12kmacopsetbitratemask When I try to manually set bitrates: iw wlan0 set bitrates legacy-2.4 1 I get sleeping from invalid context error, see below. Fix that by switching to use recently...

5.5CVSS6.2AI score0.00216EPSS
SaveExploits0References19
OSV
OSV
added 2024/12/27 2:15 p.m.6 views

UBUNTU-CVE-2024-53167

In the Linux kernel, the following vulnerability has been resolved: nfs/blocklayout: Don't attempt unregister for invalid block device Since commit d869da91cccb "nfs/blocklayout: Fix premature PR key unregistration" an unmount of a pNFS SCSI layout-enabled NFS may dereference a NULL blockdevice i...

7.5CVSS6.4AI score0.00639EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/11/23 3:15 a.m.15 views

CVE-2024-11586

Ubuntu's implementation of pulseaudio can be crashed by a malicious program if a bluetooth headset is connected...

4CVSS5.8AI score0.00295EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

UBUNTU-CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

8.8CVSS6.1AI score0.00642EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

UBUNTU-CVE-2022-48966

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: Prevent out of bounds read in mvnetaconfigrss The pp-indir0 value comes from the user. It is passed to: if cpuonlinepp-rxqdef inside the mvnetapercpuelect function. It needs bounds checkeding to ensure that it is not...

7.1CVSS6.1AI score0.00244EPSS
SaveExploits0References11
Rows per page
Query Builder