Lucene search
K

719 matches found

OSV
OSV
added 2024/03/06 11:3 a.m.25 views

BIT-GOLANG-2021-41771

ImportedSymbols in debug/macho for Open or OpenFat in Go before 1.16.10 and 1.17.x before 1.17.3 Accesses a Memory Location After the End of a Buffer, aka an out-of-bounds slice situation...

7.5CVSS7.7AI score0.00868EPSS
Exploits0References11
OSV
OSV
added 2024/03/06 10:52 a.m.22 views

BIT-ETCD-2020-15106 Improper Input Validation in etcd

In etcd before versions 3.3.23 and 3.4.10, a large slice causes panic in decodeRecord method. The size of a record is stored in the length field of a WAL file and no additional validation is done on this data. Therefore, it is possible to forge an extremely large frame size that can unintentional...

6.5CVSS6.8AI score0.00149EPSS
Exploits0References3
OSV
OSV
added 2024/03/05 12:0 p.m.1 views

RUSTSEC-2024-0407 Fails to ensure slice elements match the slice's declared type

Affected versions allow populating a DistributedSlice of T with elements of an arbitrary other type that coerces to T. For example, elements of type &&str could end up in a slice of type &str, since &&str coerces to &str via a deref coercion. The flaw was corrected by implementing typechecking fo...

7AI score
Exploits0References3
RustSec
RustSec
added 2024/03/05 12:0 p.m.1 views

Fails to ensure slice elements match the slice's declared type

Affected versions allow populating a DistributedSlice of T with elements of an arbitrary other type that coerces to T. For example, elements of type &&str could end up in a slice of type &str, since &&str coerces to &str via a deref coercion. The flaw was corrected by implementing typechecking fo...

7AI score
Exploits0Affected Software1
Positive Technologies
Positive Technologies
added 2024/03/05 12:0 a.m.1 views

PT-2024-40951 · Crates.Io · Linkme

Name of the Vulnerable Software and Affected Versions: No specific software or versions mentioned, use: Software affected versions not specified Description: The issue allows populating a DistributedSlice of T with elements of an arbitrary other type that coerces to T. For example, elements of ty...

6.9AI score
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/02/12 12:33 a.m.3 views

tcpslice: use-after-free in extract_slice()

A heap use-after-free flaw was found in tcpslices' extractslice. This flaw allows an attacker with local network access to pass a specially crafted 'pcap' file to tcpslice, causing segmentation fault. This vulnerability halts or crashes the application, leading to a denial of service...

5.5CVSS6AI score0.00243EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2024/02/01 8:51 p.m.20 views

Vyper's bounds check on built-in `slice()` function can be overflowed

Summary The bounds check for slices does not account for the ability for start + length to overflow when the values aren't literals. If a slice function uses a non-literal argument for the start or length variable, this creates the ability for an attacker to overflow the bounds check. This issue...

9.8CVSS9.7AI score0.01192EPSS
Exploits1References6Affected Software1
PyPA
PyPA
added 2024/02/01 5:15 p.m.5 views

PYSEC-2024-149

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.10 and earlier, the bounds check for slices does not account for the ability for start + length to overflow when the values aren't literals. If a slice function uses a non-literal argument for the start ...

9.8CVSS7.1AI score0.01192EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2024/02/01 4:37 p.m.14 views

CVE-2024-24561 Vyper bounds check on built-in `slice()` function can be overflowed

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.10 and earlier, the bounds check for slices does not account for the ability for start + length to overflow when the values aren't literals. If a slice function uses a non-literal argument for the start ...

9.8CVSS9.8AI score0.01192EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2024/02/01 4:37 p.m.1 views

CVE-2024-24561 Vyper bounds check on built-in `slice()` function can be overflowed

Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. In versions 0.3.10 and earlier, the bounds check for slices does not account for the ability for start + length to overflow when the values aren't literals. If a slice function uses a non-literal argument for the start ...

9.8CVSS7.3AI score0.01192EPSS
Exploits1References3
Positive Technologies
Positive Technologies
added 2024/02/01 12:0 a.m.3 views

PT-2024-20452 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.10 and earlier Description: The bounds check for slices in Vyper does not account for the ability for start + length to overflow when the values aren't literals. This issue can be used to do out-of-bounds OOB access to...

9.8CVSS9.5AI score0.01192EPSS
Exploits1References14
CNNVD
CNNVD
added 2024/02/01 12:0 a.m.1 views

Vyper Buffer Error Vulnerability

Vyper is the Pythonic smart contract language for EVM. A buffer error vulnerability exists in Vyper 0.3.10 and earlier versions, which stems from a possible overflow in the boundary check of the slice function, which can be exploited by an attacker to gain OOB access to storage, memory, or call...

9.8CVSS7.3AI score0.01192EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.3 views

tcpslice: use-after-free in extract_slice()

A heap use-after-free flaw was found in tcpslices' extractslice. This flaw allows an attacker with local network access to pass a specially crafted 'pcap' file to tcpslice, causing segmentation fault. This vulnerability halts or crashes the application, leading to a denial of service...

5.5CVSS6AI score0.00243EPSS
Exploits1References5
SUSE CVE
SUSE CVE
added 2023/12/30 2:24 a.m.1 views

SUSE CVE-2023-7158

A vulnerability was found in MicroPython up to 1.21.0. It has been classified as critical. Affected is the function sliceindices of the file objslice.c. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public...

9.8CVSS7.7AI score0.00245EPSS
Exploits1References3
OSV
OSV
added 2023/12/29 7:15 a.m.2 views

UBUNTU-CVE-2023-7158

A vulnerability was found in MicroPython up to 1.21.0. It has been classified as critical. Affected is the function sliceindices of the file objslice.c. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public...

9.8CVSS5.6AI score0.00245EPSS
Exploits1References6
ATTACKERKB
ATTACKERKB
added 2023/12/07 8:15 p.m.1 views

CVE-2023-49468

Libde265 v1.0.14 was discovered to contain a global buffer overflow vulnerability in the readcodingunit function at slice.cc...

8.8CVSS6.9AI score0.00184EPSS
Exploits1References3
OSV
OSV
added 2023/12/07 8:15 p.m.1 views

DEBIAN-CVE-2023-49468

Libde265 v1.0.14 was discovered to contain a global buffer overflow vulnerability in the readcodingunit function at slice.cc...

8.8CVSS6.6AI score0.00184EPSS
Exploits1References1
OSV
OSV
added 2023/12/07 8:15 p.m.0 views

UBUNTU-CVE-2023-49468

Libde265 v1.0.14 was discovered to contain a global buffer overflow vulnerability in the readcodingunit function at slice.cc...

8.8CVSS6.9AI score0.00184EPSS
Exploits1References4
CNNVD
CNNVD
added 2023/12/07 12:0 a.m.1 views

Libde265 Security Vulnerability

Libde265 is a German h.265 video codec. A security vulnerability exists in Libde265 version v1.0.14, which stems from the discovery of a global buffer overflow vulnerability contained in the readcodingunit function of slice.cc...

8.8CVSS6.5AI score0.00184EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2023/11/24 12:0 a.m.1 views

PT-2023-35610 · Git +1 · Libavc

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a heap-buffer-overflow write crash. Technical details about the crash include the functions isvcd start of pic, isvcd parse decod...

7AI score
Exploits0References2
Rows per page
Query Builder