Lucene search
+L

1418 matches found

RedHat Linux
RedHat Linux
added 2024/03/05 8:23 a.m.5 views

libfastjson: integer overflow and out-of-bounds write via a large JSON file

A flaw was found in json-c. In printbufmemappend, certain crafted values can overflow the memory allowing an attacker to write past the memory boundary. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability...

7.8CVSS6.8AI score0.01888EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/02/26 8:16 p.m.11 views

CVE-2024-26149 Vyper _abi_decode Memory Overflow

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

3.7CVSS7AI score0.00547EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2024/02/26 8:16 p.m.47 views

CVE-2024-26149 Vyper _abi_decode Memory Overflow

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potential...

3.7CVSS4.4AI score0.00547EPSS
SaveExploits1References1
OSV
OSV
added 2024/02/26 8:11 p.m.83 views

GHSA-9P8R-4XP4-GW5W Vyper's `_abi_decode` vulnerable to Memory Overflow

Summary If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potentially leading to bugs in contracts that use arrays within abidecode. The...

3.7CVSS4.7AI score0.00547EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2024/02/26 8:11 p.m.28 views

Vyper's `_abi_decode` vulnerable to Memory Overflow

Summary If an excessively large value is specified as the starting index for an array in abidecode, it can cause the read position to overflow. This results in the decoding of values outside the intended array bounds, potentially leading to bugs in contracts that use arrays within abidecode. The...

5.3CVSS4AI score0.00547EPSS
SaveExploits1References8Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/02/12 12:0 a.m.14 views

The vulnerability of the SSLVPN service on FortiOS operating systems allows a perpetrator to execute arbitrary code or commands.

The vulnerability of the SSLVPN service on FortiOS operating systems is related to the execution of operations outside the buffer in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or commands by sending specially crafted HTTP requests...

10CVSS8.9AI score0.84285EPSS
SaveExploits12References4Affected Software2
Tenable Nessus
Tenable Nessus
added 2024/02/08 12:0 a.m.68 views

EulerOS 2.0 SP9 : vim (EulerOS-SA-2024-1209)

According to the versions of the vim packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Vim is an improved version of the good old UNIX editor Vi. Heap-use-after-free in memory allocated in the function gagrowinner in in the file...

5.5CVSS6.4AI score0.00749EPSS
SaveExploits2References9
RedHat Linux
RedHat Linux
added 2024/02/07 4:33 p.m.5 views

kernel: lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow

A buffer overflow write flaw was identified in seqbufputmemhex in lib/seqbuf.c in seqbuf in the Linux Kernel. This issue may allow a user with special debug privileges such as ftrace or root to cause an overflow in the destination buffer due to a missing sanity check...

6.7CVSS7.1AI score0.00709EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/02/06 12:0 a.m.20 views

The vulnerability of the Neural Engine component of the macOS operating system allows a hacker to execute arbitrary code with root privileges.

The vulnerability of the macOS operating system’s kernel is related to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability allows an attacker to execute arbitrary code with kernel privileges...

7.8CVSS8AI score0.00224EPSS
SaveExploits0References3Affected Software1
Amazon
Amazon
added 2024/02/05 12:0 a.m.5 views

Important: redis

Issue Overview: Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4. CVE-2023-41056...

8.1CVSS8.1AI score0.02582EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/02/02 12:0 a.m.9 views

The vulnerability of the prog.cgi component in D-Link DIR-X3260 Wi-Fi routers allows a hacker to execute arbitrary code.

The vulnerability of the prog.cgi component in D-Link DIR-X3260 Wi-Fi routers involves reading data outside the buffer in memory. Exploiting this vulnerability can allow an attacker to execute arbitrary code...

7.2CVSS7.2AI score0.01136EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/01/25 12:0 a.m.9 views

The vulnerability of the App Store application store for operating systems macOS, iOS, and iPadOS allows a hacker to disclose protected information.

The vulnerability of the App Store application store for operating systems macOS, iOS, and iPadOS stems from the operation of operations beyond the buffer limits in memory. Exploiting this vulnerability can allow an attacker to disclose protected information...

3.3CVSS6.6AI score0.00183EPSS
SaveExploits0References4Affected Software3
BDU FSTEC
BDU FSTEC
added 2024/01/22 12:0 a.m.10 views

The vulnerability of the UploadCustomModule() function (/cgi-bin/cstecgi.cgi) in the Totolink LR1200GB router software allows a attacker to execute arbitrary code or cause a service failure.

The vulnerability of the UploadCustomModule function /cgi-bin/cstecgi.cgi of the Totolink LR1200GB router software lies in the escape of operations from memory buffers. Exploiting this vulnerability could allow an attacker to execute arbitrary code or cause service failures...

10CVSS8.1AI score0.01065EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2024/01/18 7:15 p.m.7 views

PYSEC-2024-103

Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. The concat built-in can write over the bounds of the memory buffer that was allocated for it and thus overwrite existing valid data. The root cause is that the buildIR for concat doesn't properly adhere to the API of co...

9.8CVSS7.3AI score0.0077EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2024/01/18 12:0 a.m.9 views

PT-2024-19409 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.0 through 0.3.9 Description: The concat built-in can write over the bounds of the memory buffer that was allocated for it and thus overwrite existing valid data. The root cause is that the build IR for concat doesn't proper...

9.8CVSS7.8AI score0.0077EPSS
SaveExploits1References12
CNNVD
CNNVD
added 2024/01/18 12:0 a.m.7 views

Vyper Buffer Error Vulnerability

Vyper is a Pythonic smart contract language for EVM open sourced by vyperlang. A buffer error vulnerability exists in Vyper 0.3.10 and earlier versions, which stems from allowing concat to write to memory buffer boundaries built-in, thereby overwriting existing valid data...

9.8CVSS7AI score0.0077EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2024/01/17 12:0 a.m.9 views

The vulnerability of the J2K-file processor in the Kofax PowerPDF software, used for creating, converting, editing, and publishing PDF files. This allows a perpetrator to execute arbitrary code.

The vulnerability of the J2K-file processor in the software for creating, converting, editing, and publishing PDF files from Kofax PowerPDF lies in the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability allows an attacker to execute arbitrary code using ...

7.8CVSS8.1AI score0.00534EPSS
SaveExploits0References6
OSV
OSV
added 2024/01/10 4:15 p.m.5 views

ALPINE-CVE-2023-41056

Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4...

8.1CVSS8.3AI score0.02582EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/10 4:15 p.m.4 views

UBUNTU-CVE-2023-41056

Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4...

8.1CVSS6.3AI score0.02582EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/01/10 2:40 a.m.5 views

SUSE CVE-2023-41056

Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4...

8.8CVSS8.2AI score0.02582EPSS
SaveExploits0References3
Rows per page
Query Builder