Lucene search
+L

6474 matches found

OSV
OSV
added 2025/12/24 8:15 p.m.11 views

DEBIAN-CVE-2018-25154

GNU Barcode 0.99 contains a buffer overflow vulnerability in its code 93 encoding process that allows attackers to trigger memory corruption. Attackers can exploit boundary errors during input file processing to potentially execute arbitrary code on the affected system...

8.5CVSS6.4AI score0.00377EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/24 4:15 p.m.4 views

DEBIAN-CVE-2025-68750

In the Linux kernel, the following vulnerability has been resolved: usb: potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt is greater than...

5.3AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.2 views

DEBIAN-CVE-2025-68744

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

5.3AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.2 views

DEBIAN-CVE-2025-68747

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS5.1AI score0.00139EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.1 views

DEBIAN-CVE-2025-68736

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mount in a way that...

8.8CVSS5.4AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

DEBIAN-CVE-2023-54161

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix null-ptr-deref in unixstreamsendpage. Bing-Jhong Billy Jheng reported null-ptr-deref in unixstreamsendpage with detailed analysis and a nice repro. unixstreamsendpage tries to add data to the last skb in the peer's re...

5.1AI score0.00018EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.10 views

DEBIAN-CVE-2023-54150

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix an out of bounds error in BIOS parser The array is hardcoded to 8 in atomfirmware.h, but firmware provides a bigger one sometimes. Deferencing the larger array causes an out of bounds error. commit 4fc1ba4aa589...

5.4AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2023-54146

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix double-free of elf header buffer After b3e34a47f989 "x86/kexec: fix memory leak of elf header buffer", freeing image-elfheaders in the error path of crashloadsegments is not needed because kimagefilepostloadcleanup...

5.4AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

5.5AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2023-54121

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix incorrect splitting in btrfsdropextentmaprange In production we were seeing a variety of WARNON's in the extentmap code, specifically in btrfsdropextentmaprange when we have to call addextentmapping for our second spli...

7.8CVSS5.4AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.1 views

DEBIAN-CVE-2023-54110

In the Linux kernel, the following vulnerability has been resolved: usb: rndishost: Secure rndisquery check against int overflow Variables off and len typed as uint32 in rndisquery function are controlled by incoming RNDIS response message thus their value may be manipulated. Setting off to a...

5.5AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2023-54099

In the Linux kernel, the following vulnerability has been resolved: fs: Protect reconfiguration of sb read-write from racing writes The reconfigure / remount code takes a lot of effort to protect filesystem's reconfiguration code from racing writes on remounting read-only. However during remounti...

5.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.13 views

DEBIAN-CVE-2023-54097

In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: fix ofiomap leak Smatch reports: drivers/regulator/stm32-pwr.c:166 stm32pwrregulatorprobe warn: 'base' from ofiomap not released on lines: 151,166. In stm32pwrregulatorprobe, base is not released when...

5.3AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.5 views

DEBIAN-CVE-2023-54093

In the Linux kernel, the following vulnerability has been resolved: media: anysee: fix null-ptr-deref in anyseemasterxfer In anyseemasterxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach...

5.4AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

DEBIAN-CVE-2023-54082

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix null-ptr-deref in unixstreamsendpage. Bing-Jhong Billy Jheng reported null-ptr-deref in unixstreamsendpage with detailed analysis and a nice repro. unixstreamsendpage tries to add data to the last skb in the peer's re...

5.1AI score0.00018EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.4 views

DEBIAN-CVE-2023-54067

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting free space root from the dirty cow roots list When deleting the free space tree we are deleting the free space root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it,...

7.8CVSS5.2AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.5 views

DEBIAN-CVE-2023-54065

In the Linux kernel, the following vulnerability has been resolved: net: dsa: realtek: fix out-of-bounds access The probe function sets priv-chipdata to void priv + sizeofpriv with the expectation that priv has enough trailing space. However, only realtek-smi actually allocated this chipdata spac...

7.8CVSS5.7AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.4 views

DEBIAN-CVE-2022-50774

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix DMA transfer direction When CONFIGDMAAPIDEBUG is selected, while running the crypto self test on the QAT crypto algorithms, the function adddmaentry reports a warning similar to the one below, saying that...

5.3AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

DEBIAN-CVE-2022-50779

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefspreparedebugfshelpstring When insert and remove the orangefs module, then debughelpstring will be leaked: unreferenced object 0xffff8881652ba000 size 4096: comm "insmod", pid 1701, jiffies...

5.5AI score0.00283EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

DEBIAN-CVE-2022-50760

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we...

5.3AI score0.00282EPSS
SaveExploits0References1
Rows per page
Query Builder