Lucene search
+L

170 matches found

OSV
OSV
added 2024/12/29 12:15 p.m.10 views

AZL-54857 CVE-2024-56752 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/gr/gf100: Fix missing unlock in gf100grchannew When the call to gf100grctxgenerate fails, unlock gr-fecs.mutex before returning the error. Fixes smatch warning: drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:480...

5.5CVSS6.7AI score0.00205EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/11/14 12:00 a.m.15 views

The vulnerability in the `TracePluginImpl::writePacket` method of the `TracePluginImpl.cpp` module of the “Red Database” database management system allows a hacker to perform operations without being recorded in the audit log.

The vulnerability of the TracePluginImpl::writePacket method in the TracePluginImpl.cpp module of the “Red Database” database management system is related to the use of binary auditing when the cancelonerror parameter is enabled. Exploiting this vulnerability allows a remote attacker to even canc...

3.5CVSS5.5AI score
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2024/11/09 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the presence of an uffd call on error...

4.7CVSS6.6AI score0.00169EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2024-50062

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes connum of connections. After establishing all its connections, the information is exchanged betwee...

5.5CVSS5.8AI score0.00511EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.22 views

AZL-50703 CVE-2024-47728 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Zero former ARGPTRTOLONG,INT args in case of error For all non-tracing helpers which formerly had ARGPTRTOLONG,INT as input arguments, zero the value for the case of an error as otherwise it could leak memory. For tracing, i...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/08/16 7:00 a.m.7 views

ata: libata-core: Fix double free on error

...

7.8CVSS7.3AI score0.00244EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/12 12:00 a.m.13 views

PT-2024-41479 · Ооо 'Ред Софт' · Ред База Данных

Уязвимость метода TracePluginImpl::writePacket модуля TracePluginImpl.cpp системы управления базами данных «Ред База Данных» связана с использованием бинарного аудита при включенном параметре cancel on error . Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, даже при...

3.5CVSS7.2AI score
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.10 views

kernel: irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The Linux kernel CVE team has assigned CVE-2024-35847 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051738-CVE-2024-35847-7e4b@gregkh/T...

7.8CVSS6.3AI score0.00263EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/16 12:15 p.m.9 views

UBUNTU-CVE-2022-48794

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: at86rf230: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. In the Tx case we then leak the skb structure. Free the skb structure upon...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/12 1:15 p.m.12 views

UBUNTU-CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

9.8CVSS6.1AI score0.00533EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.5 views

SUSE CVE-2022-48722

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

4.7CVSS7.6AI score0.00223EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/21 3:15 p.m.9 views

UBUNTU-CVE-2021-47373

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In itsvpeirqdomainalloc, when itsvpeinit returns an error, there is an off-by-one in the number of VPEs to be freed. Fix it by simply passing the number of VPEs allocated, which...

5.5CVSS6AI score0.00251EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/05/17 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the dmamapsg function potentially returning 0 on error...

5.5CVSS6.6AI score0.00597EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.4 views

SUSE CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

6.6CVSS6.4AI score0.00275EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/03/25 7:30 p.m.8 views

Mozilla: Improve handling of out-of-memory conditions in ICU

The Mozilla Foundation Security Advisory describes this flaw as: To harden ICU against exploitation, the behavior for out-of-memory conditions was changed to crash instead of attempt to continue...

2.7CVSS7.3AI score0.00699EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/25 12:00 a.m.8 views

PT-2024-11192 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when the device add function for a smcd dev fails, resulting in a corrupted list due to the lack of a cleanup step that removes the device from the smcd dev list. This...

7.8CVSS6.8AI score0.08555EPSS
SaveExploits5References445
OSV
OSV
added 2024/02/28 9:15 a.m.8 views

UBUNTU-CVE-2021-47009

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix memory leak on object td Two error return paths are neglecting to free allocated object td, causing a memory leak. Fix this by returning via the error return path that securely kfree's td. Fixes clang scan-buil...

5.5CVSS6.6AI score0.00246EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.14 views

kernel: dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg

A flaw was found in the Linux kernel’s dmaengine qcom-adm implementation where the function prepslavesg did not adhere to the documented error return convention. On error, it returned an error pointer instead of NULL, which can cause consumers that check only for non-NULL to assume success and...

5.8AI score0.00232EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.10 views

kernel: PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/05/09 12:00 a.m.8 views

PT-2025-26072 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel. The problem occurs when the dw pcie ep init function fails after initializing EPC memory and allocating the MSI memory...

8.8CVSS5.7AI score0.10458EPSS
SaveExploits29References947
Rows per page
Query Builder