Lucene search
+L

3267 matches found

UbuntuCve
UbuntuCve
added 2024/05/03 6:15 p.m.32 views

CVE-2022-48690

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/03 5:44 p.m.42 views

CVE-2022-48690 ice: Fix DMA mappings leak

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

6.7AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/03 5:44 p.m.25 views

CVE-2022-48690 ice: Fix DMA mappings leak

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but...

6.8AI score0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/03 5:44 p.m.92 views

CVE-2022-48690

Insight : CVE-2022-48690 refers to a Linux kernel fix in the ice driver for a DMA mappings leak when reallocating RX buffers while changing ring parameters. The leak occurred because kfree on rx_buf freed DMA mappings that were still active, leading to leaked DMA mappings during buffer substituti...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/05/03 1:15 p.m.11 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7.4AI score0.00332EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/03 1:15 p.m.12 views

AZL-51319 CVE-2024-2410 affecting package mysql for versions less than 8.0.40-2

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS5.7AI score0.00332EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/03 1:15 p.m.19 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7AI score0.00332EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/03 12:58 p.m.33 views

CVE-2024-2410 Use after free in C++ protobuf

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

7.6CVSS7.5AI score0.00332EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/05/03 12:58 p.m.24 views

CVE-2024-2410 Use after free in C++ protobuf

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

7.6CVSS6.6AI score0.00332EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/05/03 12:58 p.m.56 views

CVE-2024-2410

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

9.8CVSS7.1AI score0.00332EPSS
SaveExploits0
OSV
OSV
added 2024/05/03 12:58 p.m.7 views

CVE-2024-2410 Use after free in C++ protobuf

The JsonToBinaryStream function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed...

7.6CVSS7AI score0.00332EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.4 views

SUSE CVE-2024-26955

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent kernel bug at submitbhwbc Fix a bug where nilfsgetblock returns a successful status when searching and inserting the specified block both fail inconsistently. If this inconsistent behavior is not due to a previous...

5.5CVSS6.3AI score0.00255EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/05/03 12:0 a.m.3 views

PT-2024-3777

Name of the Vulnerable Software and Affected Versions protocol buffers versions prior to 4.24.x Description The issue is related to the JsonToBinaryStream function, which is part of the protocol buffers C++ implementation. This function is used to parse JSON from a stream. If the input is broken ...

9.8CVSS7.2AI score0.00332EPSS
SaveExploits0References30
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.15 views

kernel: drm/amdgpu: fix calltrace warning in amddrm_buddy_fini

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated for psp are not freed until removing. 61811.450562 RIP:...

5.5CVSS6.8AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: bpf, cpumap: Handle skb as well when clean up ptr_ring

An incorrect object type handling flaw was found in the Linux kernel's BPF cpumap implementation in the cleanup path. A local user can trigger this issue by running XDP redirect operations in SKB mode with the cpumap, causing the cleanup code to incorrectly treat socket buffers as XDP frames when...

5.5CVSS7.3AI score0.00145EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/04/29 12:0 a.m.22 views

Fedora 39 : python-cryptography (2023-51706f88e3)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2023-51706f88e3 advisory. Automatic update for python-cryptography-37.0.2-8.fc39. Changelog Wed Feb 22 2023 Christian Heimes - 37.0.2-8 - Fix CVE-2023-23931: Don't allow updateinto to...

6.5CVSS6.7AI score0.01301EPSS
SaveExploits1References2
PyPA
PyPA
added 2024/04/25 6:15 p.m.10 views

PYSEC-2024-207

Vyper is a pythonic Smart Contract Language for the Ethereum virtual machine. In versions 0.3.10 and prior, using the slice builtin can result in a double eval vulnerability when the buffer argument is either msg.data, self.code or .code and either the start or length arguments have side-effects...

5.3CVSS7.1AI score0.00451EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/04/23 12:0 a.m.9 views

The vulnerability of the Remote Access Connection Manager in Windows operating systems allows a hacker to disclose protected information.

The vulnerability of the Remote Access Connection Manager in Windows operating systems is related to reading data beyond the buffer boundaries. Exploiting this vulnerability can allow an attacker to disclose sensitive information that is protected by security measures...

5.5CVSS7.8AI score0.00755EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.3 views

SUSE CVE-2024-26912

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix several DMA buffer leaks Nouveau manages GSP-RM DMA buffers with nvkmgspmem objects. Several of these buffers are never dealloced. Some of them can be deallocated right after GSP-RM is initialized, but the rest...

5.5CVSS6.7AI score0.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/19 12:0 a.m.14 views

PT-2024-8484 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.37 Description: The issue is related to a memory leak in the Linux kernel's bcmasp component when bringing down the interface. This occurs because the flushed packets are not reclaimed, leading to a memory...

9.8CVSS6.8AI score0.01483EPSS
SaveExploits3References729
Rows per page
Query Builder