Lucene search
K

720 matches found

Positive Technologies
Positive Technologies
added 2023/09/13 12:0 a.m.1 views

PT-2023-36008 · 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 null-dereference read crash. Technical details about the crash include the functions isvcd parse inter slice data cavlc enh lyr...

6.8AI score
Exploits0References2
OSV
OSV
added 2023/09/01 7:15 p.m.0 views

UBUNTU-CVE-2023-41051

In a typical Virtual Machine Monitor VMM there are several components, such as boot loader, virtual device drivers, virtio backend drivers and vhost drivers, that need to access the VM physical memory. The vm-memory rust crate provides a set of traits to decouple VM memory consumers from VM memor...

4.7CVSS5.8AI score0.00021EPSS
Exploits0References7
CISA
CISA
added 2023/07/17 12:0 p.m.2 views

NSA, CISA Release Guidance on Security Considerations for 5G Network Slicing 

Today, the National Security Agency NSA and CISA published 5G Network Slicing: Security Considerations for Design, Deployment, and Maintenance. This guidance—created by the Enduring Security Framework ESF, a public-private cross-sector working group led by the NSA and CISA—presents recommendation...

7.2AI score
Exploits0References3
CNNVD
CNNVD
added 2023/07/17 12:0 a.m.2 views

Hamba avro 资源管理错误漏洞

Avro is a fast Go Avro codec in the hamba open source. A resource management error vulnerability exists in Hamba avro that stems from using partial input from Unmarshal to determine the size when creating a new slice, allowing an arbitrary amount of memory to be consumed, causing the program to...

7.5CVSS7.3AI score0.01422EPSS
Exploits1References3
OSV
OSV
added 2023/07/03 9:15 p.m.1 views

UBUNTU-CVE-2020-22597

An issue in Jerrscript- project Jerryscrip v. 2.3.0 allows a remote attacker to execute arbitrary code via the ecmabuiltinarrayprototypeobjectslice parameter...

9.8CVSS6.2AI score0.01231EPSS
Exploits1References3
CNNVD
CNNVD
added 2023/07/03 12:0 a.m.1 views

JerryScript 安全漏洞

JerryScript is a lightweight JavaScript engine from the Jerryscript project. A security vulnerability exists in JerryScript version 2.3.0 that originated from allowing an attacker to execute arbitrary code via the ecmabuiltinarrayprototypeobjectslice parameter...

9.8CVSS8.9AI score0.01231EPSS
Exploits1References2
OSV
OSV
added 2023/07/01 12:0 a.m.26 views

ASB-A-277333746

In getAvailabilityStatus of WifiScanningMainSwitchPreferenceController.java, there is a possible way to bypass a device policy restriction due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not...

7.8CVSS7.8AI score0.00003EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2023/06/22 8:1 p.m.13 views

cyfs-base vulnerable to misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

6.7AI score
Exploits0References4Affected Software1
OSV
OSV
added 2023/06/15 12:0 p.m.10 views

RUSTSEC-2023-0046 Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

7AI score
Exploits0References3
RustSec
RustSec
added 2023/06/15 12:0 p.m.10 views

Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

6.8AI score
Exploits0
Cvelist
Cvelist
added 2023/06/14 11:8 a.m.13 views

CVE-2023-3036 Out of Bounds Slice index in cfnts leads to remote panic

An unchecked read in NTP server in github.com/cloudflare/cfnts prior to commit 783490b https://github.com/cloudflare/cfnts/commit/783490b913f05e508a492cd7b02e3c4ec2297b71 enabled a remote attacker to trigger a panic by sending an NTSAuthenticator packet with extension length longer than the packe...

8.6CVSS8.6AI score0.00588EPSS
Exploits0References1
NVD
NVD
added 2023/05/27 4:15 a.m.10 views

CVE-2023-33192

ntpd-rs is an NTP implementation written in Rust. ntpd-rs does not validate the length of NTS cookies in received NTP packets to the server. An attacker can crash the server by sending a specially crafted NTP packet containing a cookie shorter than what the server expects. The server also crashes...

7.5CVSS7.5AI score0.00494EPSS
Exploits0References2
Prion
Prion
added 2023/05/27 4:15 a.m.12 views

Design/Logic Flaw

ntpd-rs is an NTP implementation written in Rust. ntpd-rs does not validate the length of NTS cookies in received NTP packets to the server. An attacker can crash the server by sending a specially crafted NTP packet containing a cookie shorter than what the server expects. The server also crashes...

5CVSS7.5AI score0.00494EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2023/05/27 3:53 a.m.66 views

CVE-2023-33192

CVE-2023-33192 affects ntpd-rs, a Rust NTP implementation. The issue is improper handling/validation of NTS cookie length in NTP packets, allowing a specially crafted cookie to crash the ntpd-rs server (also observed when the server is not configured to handle NTS). Root cause: unsafe or faulty s...

7.5CVSS7.5AI score0.00494EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2023/05/25 5:1 p.m.12 views

GHSA-QWHM-H7V3-MRJX Improper handling of NTS cookie length that could crash the ntpd-rs server

Impact ntpd-rs does not validate the length of NTS cookies in received NTP packets to the server. An attacker can crash the server by sending a specially crafted NTP packet containing a cookie shorter than what the server expects. The server also crashes when it is not configured to handle NTS...

7.5CVSS7.5AI score0.00494EPSS
Exploits0References5
CNNVD
CNNVD
added 2023/05/11 12:0 a.m.1 views

Vitess 安全漏洞

Vitess is a database clustering system for horizontally scaling MySQL from Vitess. A security vulnerability exists in Vitess versions prior to 16.0.2 that stems from the fact that if VTAdmin creates a slice containing the / character, anyone attempting to create a new slice from VTAdmin will...

4.3CVSS5AI score0.00815EPSS
Exploits1References7
Veracode
Veracode
added 2023/03/21 11:36 a.m.19 views

Heap-based Buffer Overflow

libde265.so is vulnerable to Heap-based Buffer Overflow. The vulnerability exists due to lack of checks in valid slice header index access which allows an attacker to cause heap-based buffer overflows...

8.8CVSS7.2AI score0.0051EPSS
Exploits1References4Affected Software2
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:0 a.m.45 views

CBL Mariner 2.0 Security Update: golang (CVE-2021-41771)

The version of golang installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2021-41771 advisory. - ImportedSymbols in debug/macho for Open or OpenFat in Go before 1.16.10 and 1.17.x before 1.17.3 Accesses a...

7.5CVSS6.9AI score0.00868EPSS
Exploits0References2
OSV
OSV
added 2023/03/15 3:15 p.m.1 views

ALPINE-CVE-2023-27102

Libde265 v1.0.11 was discovered to contain a segmentation violation via the function decodercontext::processslicesegmentheader at decctx.cc...

6.5CVSS7.6AI score0.00316EPSS
Exploits1References1
OSV
OSV
added 2023/03/15 3:15 p.m.1 views

DEBIAN-CVE-2023-27102

Libde265 v1.0.11 was discovered to contain a segmentation violation via the function decodercontext::processslicesegmentheader at decctx.cc...

6.5CVSS5.8AI score0.00316EPSS
Exploits1References1
Rows per page
Query Builder