Lucene search
+L

1711 matches found

UbuntuCve
UbuntuCve
added 2025/04/22 12:00 a.m.11 views

CVE-2024-40445

A directory traversal vulnerability in forkosh Mime TeX before version 1.77 allows attackers on Windows systems to read or append arbitrary files by manipulating crafted input paths...

7.3CVSS6AI score0.00608EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/04/21 12:15 a.m.15 views

CVE-2025-43962

In LibRaw before 0.21.4, phaseonecorrect in decoders/loadmfbacks.cpp has out-of-bounds reads for tag 0x412 processing, related to large w0 or w1 values or the frac and mult calculations...

9.1CVSS6.6AI score0.00419EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/04/19 9:15 p.m.16 views

CVE-2022-47112

7-Zip 22.01 does not report an error for certain invalid xz files, involving stream flags and reserved bits. Some later versions are unaffected...

3.3CVSS5.8AI score0.00188EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2025/04/18 7:15 a.m.4 views

CVE-2025-39688

In the Linux kernel, the following vulnerability has been resolved: nfsd: allow SCSTATUSFREEABLE when searching via nfs4lookupstateid The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then lets the lease time out. It then tries to use the deleg stateid and expects to...

7.5CVSS6AI score0.00579EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/04/18 7:15 a.m.8 views

CVE-2025-38152

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Clear tablesz when rprocshutdown There is case as below could trigger kernel dump: Use U-Boot to start remote processorrproc with resource table published to a fixed address by rproc. After Kernel boots up, stop...

5.5CVSS6.3AI score0.00255EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/04/17 3:15 a.m.10 views

CVE-2025-43715

Nullsoft Scriptable Install System NSIS before 3.11 on Windows allows local users to escalate privileges to SYSTEM during an installation, because the temporary plugins directory is created under %WINDIR%\temp and unprivileged users can place a crafted executable file by winning a race condition...

8.1CVSS5.9AI score0.00192EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.7 views

CVE-2025-23133

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: update channel list in reg notifier instead reg worker Currently when ath11k gets a new channel list, it will be processed according to the following steps: 1. update new channel list to cfg80211 and queue regwork. ...

8.8CVSS6.6AI score0.00251EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS6AI score0.0018EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22069

In the Linux kernel, the following vulnerability has been resolved: riscv: fgraph: Fix stack layout to match archftraceregs argument of ftracereturntohandler Naresh Kamboju reported a "Bad frame pointer" kernel warning while running LTP trace ftracestresstest.sh in riscv. We can reproduce the sam...

7.8CVSS6.3AI score0.00203EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.7 views

CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS6.1AI score0.00254EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22089

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hwcounters outside of init net namespace Commit 467f432a521a "RDMA/core: Split port and device counter sysfs attributes" accidentally almost exposed hw counters to non-init net namespaces. It didn't expose...

7.8CVSS6.1AI score0.00203EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.8 views

CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

5.5CVSS6.2AI score0.00197EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.8 views

CVE-2025-22071

In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak in spufscreatecontext Leak fixes back in 2008 missed one case - if we are trying to set affinity and spufsmkdir fails, we need to drop the reference to neighbor...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22124

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix wrong bitmaplimit for clustermd when write sb In clustermd, separate write-intent-bitmaps are used for each cluster node: 0 4k 8k 12k ------------------------------------------------------------------- | idle | ...

7.8CVSS5.9AI score0.00188EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.9 views

CVE-2025-22096

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

5.5CVSS5.9AI score0.00163EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.6 views

CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS6.3AI score0.00178EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.12 views

CVE-2025-23136

In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: Add NULL check for adev Not all devices have an ACPI companion fwnode, so adev might be NULL. This is similar to the commit cd2fd6eab480 "platform/x86: int3472: Check for adev == NULL". Add a check for adev not...

5.5CVSS6.2AI score0.00206EPSS
SaveExploits0References49
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.8 views

CVE-2025-22107

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105tabledeleteentry There are actually 2 problems: - deleting the last element doesn't require the memmove of elements i + 1, end over it. Actually, element i+1 is out of...

7.1CVSS6.1AI score0.00201EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.12 views

CVE-2025-22098

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix a deadlock in zynqmpdpignorehpdset Instead of attempting the same mutex twice, lock and unlock it. This bug has been detected by the Clang thread-safety analyzer...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/04/16 3:16 p.m.9 views

CVE-2025-22099

In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmpdpsub: Add NULL check in zynqmpaudioinit devmkasprintf calls can return null pointers on failure. But some return values were not checked in zynqmpaudioinit. Add NULL check in zynqmpaudioinit, avoid referencing...

5.5CVSS5.9AI score0.00163EPSS
SaveExploits0References7
Rows per page
Query Builder