Lucene search
+L

2870 matches found

OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2023-53553

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: avoid struct memcpy overrun warning A previous patch addressed the fortified memcpy warning for most builds, but I still see this one with gcc-9: In file included from include/linux/string.h:254, from...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2023-53543

In the Linux kernel, the following vulnerability has been resolved: vdpa: Add max vqp attr to vdpanlpolicy for nlattr length check The vdpanlpolicy structure is used to validate the nlattr when parsing the incoming nlmsg. It will ensure the attribute being described produces a valid nlattr pointe...

7.8CVSS6.1AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.3 views

DEBIAN-CVE-2023-53542

In the Linux kernel, the following vulnerability has been resolved: ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy For some reason, the driver adding support for Exynos5420 MIPI phy back in 2016 wasn't used on Exynos5420, which caused a kernel panic. Add the proper compatible...

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

DEBIAN-CVE-2022-50507

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounter use-after-free or some unexpected memory access...

7.8CVSS6.3AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.6 views

DEBIAN-CVE-2022-50506

In the Linux kernel, the following vulnerability has been resolved: drbd: only clone bio if we have a backing device Commit c347a787e34cb drbd: set -bibdev in drbdreqnew moved a biosetdev call which has since been removed to "earlier", from drbdrequestprepare to drbdreqnew. The problem is that th...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

DEBIAN-CVE-2022-50501

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcodairamalloc As the codairamalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the others...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 4:15 p.m.2 views

DEBIAN-CVE-2022-50471

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Accommodate VMA splitting Prior to this commit, the gntdev driver code did not handle the following scenario correctly with paravirtualized PV Xen domains: User process sets up a gntdev mapping composed of two grant...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/04 8:15 a.m.2 views

DEBIAN-CVE-2025-39950

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCPREPAIR A NULL pointer dereference can occur in tcpaofinishconnect during a connect system call on a socket with a TCP-AO key added and TCPREPAIR enabled. The...

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

DEBIAN-CVE-2023-53471

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: disable gfx9 cpeccerrorirq only when enabling legacy gfx ras gfx9 cpeccerrorirq is only enabled when legacy gfx ras is assert. So in gfxv90hwfini, interrupt disablement for cpeccerrorirq should be executed under...

7.8CVSS5.5AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/01 12:15 p.m.5 views

DEBIAN-CVE-2022-50463

In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xxlpbfifoprobe has a requestirq that is not balanced by a corresponding freeirq. Add the missing call, as already done in the remove...

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

DEBIAN-CVE-2022-50437

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case there are ever more than eight bridges. Patchwork:...

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

DEBIAN-CVE-2022-50432

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix use-after-free in kernfsremove Syzkaller managed to trigger concurrent calls to kernfsremovebynamens for the same file resulting in a KASAN detected use-after-free. The race occurs when the root node is freed during...

7.8CVSS5.7AI score0.0015EPSS
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/09/25 4:15 p.m.3 views

DEBIAN-CVE-2025-55559

An issue was discovered TensorFlow v2.18.0. A Denial of Service DoS occurs when padding is set to 'valid' in tf.keras.layers.Conv2D...

7.5CVSS5.3AI score0.00204EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/25 4:15 p.m.3 views

DEBIAN-CVE-2025-55553

A syntax error in the component proxytensor.py of pytorch v2.7.0 allows attackers to cause a Denial of Service DoS...

7.5CVSS5.2AI score0.00381EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/23 6:15 a.m.0 views

DEBIAN-CVE-2025-39885

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix recursive semaphore deadlock in fiemap call syzbot detected a OCFS2 hang due to a recursive semaphore on a FSIOCFIEMAP of the extent list on a specially crafted mmap file. contextswitch kernel/sched/core.c:5357 inline...

5.5CVSS5.5AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/23 12:15 a.m.2 views

DEBIAN-CVE-2025-10823

A vulnerability was found in axboe fio up to 3.41. This affects the function strbufferpatterncb of the file options.c. Performing manipulation results in null pointer dereference. The attack must be initiated from a local position. The exploit has been made public and could be used...

4.8CVSS4AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/22 9:15 p.m.4 views

DEBIAN-CVE-2025-47910

When using http.CrossOriginProtection, the AddInsecureBypassPattern method can unexpectedly bypass more requests than intended. CrossOriginProtection then skips validation, but forwards the original request path, which may be served by a different handler without the intended security protections...

5.4CVSS8.1AI score0.00308EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 7:15 p.m.2 views

DEBIAN-CVE-2025-47906

If the PATH environment variable contains paths which are executables rather than just directories, passing certain strings to LookPath "", ".", and "..", can result in the binaries listed in the PATH being unexpectedly returned...

6.5CVSS6.5AI score0.00489EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/18 4:15 p.m.2 views

DEBIAN-CVE-2023-53441

In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpumapupdateelem Syzkaller reported a memory leak as follows: BUG: memory leak unreferenced object 0xff110001198ef748 size 192: comm "syz-executor.3", pid 17672, jiffies 4298118891 age 9.906s hex...

5.5CVSS5.5AI score0.00135EPSS
SaveExploits0References1
Rows per page
Query Builder