Lucene search
+L

21446 matches found

OSV
OSV
added 2021/08/25 8:44 p.m.66 views

GHSA-49FQ-PW77-6QXJ Use after free in string-interner

Affected versions of this crate did not clone contained strings when an interner is cloned. Interners have raw pointers to the contained strings, and they keep pointing the strings which the old interner owns, after the interner is cloned. If a new cloned interner is alive and the old original...

7.5CVSS7.3AI score0.01547EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:44 p.m.42 views

Use after free in string-interner

Affected versions of this crate did not clone contained strings when an interner is cloned. Interners have raw pointers to the contained strings, and they keep pointing the strings which the old interner owns, after the interner is cloned. If a new cloned interner is alive and the old original...

7.5CVSS7.1AI score0.01547EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:43 p.m.68 views

GHSA-GWFJ-PW2X-H6C2 Out of bounds read in simd-json

The affected version of this crate did not guard against accessing memory beyond the range of its input data. A pointer cast to read the data into a 256-bit register could lead to a segmentation fault when the end plus the 32 bytes 256 bit read would overlap into the next page during string...

7.5CVSS7.4AI score0.01398EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 2:43 p.m.19 views

GHSA-H6JH-7GV5-28VG Bad alloc in `StringNGrams` caused by integer conversion

Impact The implementation of tf.rawops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. python import tensorflow as tf tf.rawops.StringNGrams data='','', datasplits=0,2, separator...

6.8CVSS5.9AI score0.00154EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:38 p.m.19 views

GHSA-CMGW-8VPC-RC59 Segfault on strings tensors with mistmatched dimensions, due to Go code

Impact Under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor structure isn't checked until encoding to avoid a performance penalty. The current method...

6.8CVSS5.8AI score0.00172EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2021/08/25 2:38 p.m.36 views

Segfault on strings tensors with mistmatched dimensions, due to Go code

Impact Under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor structure isn't checked until encoding to avoid a performance penalty. The current method...

5.5CVSS6AI score0.00172EPSS
SaveExploits0References8Affected Software3
Tenable Nessus
Tenable Nessus
added 2021/08/25 12:00 a.m.32 views

SUSE SLES15: libopenssl-1_1-devel / libopenssl1_1 / libopenssl1_1-32bit / etc (SUSE-SU-2021:2829-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2021:2829-1 advisory. This update for openssl-11 fixes the following security issue: - CVE-2021-3712: a bug in the code for printing certificate details could lea...

7.4CVSS7.1AI score0.50445EPSS
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2021/08/25 12:00 a.m.10 views

Multiple memory safety issues in actix-web

Affected versions contain multiple memory safety issues, such as: - Unsoundly coercing immutable references to mutable references - Unsoundly extending lifetimes of strings - Adding the Send marker trait to objects that cannot be safely sent between threads This may result in a variety of memory...

5.8AI score
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2021/08/25 12:00 a.m.33 views

B. Braun SpaceCom2 格式化字符串错误漏洞

B. Braun SpaceCom2, a hardware device from B. Braun, is used to connect to an external device to record data in a patient data management system, PC, or USB memory stick. A remote, unauthenticated attacker could use this vulnerability to gain user-level command-line access by passing a raw extern...

8.8CVSS5.6AI score0.00827EPSS
SaveExploits1References6
OSV
OSV
added 2021/08/24 3:26 p.m.17 views

USN-5051-1 openssl vulnerabilities

John Ouyang discovered that OpenSSL incorrectly handled decrypting SM2 data. A remote attacker could use this issue to cause applications using OpenSSL to crash, resulting in a denial of service, or possibly change application behaviour. CVE-2021-3711 Ingo Schwarze discovered that OpenSSL...

9.8CVSS6.8AI score0.87816EPSS
SaveExploits1References3
OSV
OSV
added 2021/08/24 3:15 p.m.20 views

AZL-6780 CVE-2021-3712 affecting package openssl for versions less than 1.1.1k-11

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS6.8AI score0.50445EPSS
SaveExploits0References1
OSV
OSV
added 2021/08/24 3:15 p.m.8 views

DEBIAN-CVE-2021-3712

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS6.8AI score0.50445EPSS
SaveExploits0References1
OSV
OSV
added 2021/08/24 3:15 p.m.81 views

CVE-2021-3712

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS0.3AI score
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2021/08/24 2:50 p.m.15 views

CVE-2021-3712 Read buffer overruns processing ASN.1 strings

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

5.9AI score0.50445EPSS
SaveExploits0References21
Tenable Nessus
Tenable Nessus
added 2021/08/24 12:00 a.m.69 views

Ubuntu 18.04 LTS / 20.04 LTS : OpenSSL vulnerabilities (USN-5051-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-5051-1 advisory. John Ouyang discovered that OpenSSL incorrectly handled decrypting SM2 data. A remote attacker could use this issue to cause applications usi...

9.8CVSS7AI score0.87816EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2021/08/24 12:00 a.m.65 views

CVE-2021-3712

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS6.9AI score0.50445EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2021/08/24 12:00 a.m.14 views

PT-2021-4043

Name of the Vulnerable Software and Affected Versions OpenSSL versions 1.1.1 through 1.1.1k OpenSSL versions 1.0.2 through 1.0.2y Description The issue is related to the representation of ASN.1 strings within OpenSSL as an ASN1 STRING structure, which contains a buffer holding the string data and...

7.4CVSS8.9AI score0.50445EPSS
SaveExploits0References373
ATTACKERKB
ATTACKERKB
added 2021/08/24 12:00 a.m.9 views

CVE-2021-3712

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS7AI score0.50445EPSS
SaveExploits0References26
FreeBSD
FreeBSD
added 2021/08/24 12:00 a.m.112 views

OpenSSL -- multiple vulnerabilities

The OpenSSL project reports: SM2 Decryption Buffer Overflow CVE-2021-3711: High Read buffer overruns processing ASN.1 strings CVE-2021-3712: Moderate...

9.8CVSS2.5AI score0.87816EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/08/24 12:00 a.m.7 views

OpenSSL 缓冲区错误漏洞

OpenSSL is an open source general-purpose cryptographic library from the Openssl team capable of implementing the Secure Sockets Layer SSLv2/v3 and Secure Transport Layer TLSv1 protocols. The product supports a variety of encryption algorithms, including symmetric ciphers, hashing algorithms,...

7.4CVSS6.6AI score0.50445EPSS
SaveExploits0References121
Rows per page
Query Builder