Lucene search
+L

903 matches found

RedHat Linux
RedHat Linux
•added 2024/04/30 10:18 a.m.•11 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.0087EPSS
SaveExploits1References5
NVD
NVD
•added 2024/04/30 12:15 a.m.•28 views

CVE-2024-34049

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return plmnIdString0:3, plmnIdString3:" in reader.go...

7.5CVSS6.6AI score0.00547EPSS
SaveExploits1References1
NVD
NVD
•added 2024/04/30 12:15 a.m.•28 views

CVE-2024-34050

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

7.5CVSS6.6AI score0.00547EPSS
SaveExploits1References1
CVE
CVE
•added 2024/04/29 12:00 a.m.•70 views

CVE-2024-34049

The Open Networking Foundation SD-RAN Rimedo rimedo-ts version 0.1.1 is vulnerable to a Denial of Service (DoS) condition. The root cause is a slice bounds out-of-range panic occurring in reader.go during the operation return plmnIdString[0:3], plmnIdString[3:]. This issue stems from inadequate b...

6.8AI score0.00547EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
•added 2024/04/29 12:00 a.m.•12 views

PT-2024-25668 · Open Networking Foundation · Rimedo-Ts

Name of the Vulnerable Software and Affected Versions: Open Networking Foundation SD-RAN Rimedo rimedo-ts version 0.1.1 Description: The issue is related to a slice bounds out-of-range panic in the code. Specifically, the problem occurs in the line "return uint64b216 | uint64b18 | uint64b0" in th...

7.5CVSS7AI score0.00547EPSS
SaveExploits1References4
CVE
CVE
•added 2024/04/29 12:00 a.m.•71 views

CVE-2024-34050

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

7.5CVSS6.8AI score0.00547EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
•added 2024/04/29 12:00 a.m.•17 views

CVE-2024-34050

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

6.9AI score0.00547EPSS
SaveExploits1References1
Cvelist
Cvelist
•added 2024/04/29 12:00 a.m.•36 views

CVE-2024-34050

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

6.8AI score0.00547EPSS
SaveExploits1References1
OSV
OSV
•added 2024/04/29 12:00 a.m.•12 views

CVE-2024-34050

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

7.5CVSS7.1AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2024/04/29 12:00 a.m.•15 views

PT-2024-25666 · Open Networking Foundation · Rimedo-Ts

Name of the Vulnerable Software and Affected Versions: Open Networking Foundation SD-RAN Rimedo rimedo-ts version 0.1.1 Description: The issue is related to a slice bounds out-of-range panic in the "return plmnIdString0:3, plmnIdString3:" line in reader.go. This indicates a problem with how the...

7.5CVSS7.3AI score0.00547EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
•added 2024/04/29 12:00 a.m.•16 views

CVE-2024-34049

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return plmnIdString0:3, plmnIdString3:" in reader.go...

6.9AI score0.00547EPSS
SaveExploits1References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2024/04/29 12:00 a.m.•2 views

CVE-2024-34050: Improper Validation of Array Index

Open Networking Foundation SD-RAN Rimedo rimedo-ts 0.1.1 has a slice bounds out-of-range panic in "return uint64b216 | uint64b18 | uint64b0" in reader.go...

7.5CVSS5.7AI score0.00547EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
•added 2024/04/25 7:51 p.m.•35 views

vyper performs double eval of the slice start/length args in certain cases

Summary 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. A contract search was performed and no vulnerable contracts were found in production. Having...

5.3CVSS5.5AI score0.00455EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
•added 2024/04/25 6:15 p.m.•16 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.00455EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
•added 2024/04/25 5:21 p.m.•28 views

CVE-2024-32646 vyper performs double eval of the slice args when buffer from adhoc locations

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.00455EPSS
SaveExploits0References1
CVE
CVE
•added 2024/04/25 5:21 p.m.•95 views

CVE-2024-32646

Vyper CVE-2024-32646 affects the Pythonic smart contract language. The vulnerability concerns the builtin slice when the buffer is msg.data, self.code, or .code and either the start or length has side-effects, causing a double evaluation of those side-effects. It is triggerable only in versions e...

5.3CVSS7AI score0.00455EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2024/04/25 5:21 p.m.•73 views

CVE-2024-32646 vyper performs double eval of the slice args when buffer from adhoc locations

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.3CVSS5.7AI score0.00455EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2024/04/25 12:00 a.m.•0 views

CVE-2024-32646: Improper Input Validation

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.3CVSS6AI score0.00455EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2024/04/25 12:00 a.m.•20 views

PT-2024-24739 · Vyper · Vyper

Name of the Vulnerable Software and Affected Versions: Vyper versions 0.3.10 and prior Description: 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. The...

5.3CVSS7.2AI score0.00455EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2024/04/10 10:30 p.m.•20 views

CVE-2024-29903

Cosign provides code signing and transparency for containers and binaries. Prior to version 2.2.4, maliciously-crafted software artifacts can cause denial of service of the machine running Cosign thereby impacting all services on the machine. The root cause is that Cosign creates slices based on...

7.5CVSS5.6AI score0.00851EPSS
SaveExploits1
Rows per page
Query Builder