Lucene search
+L

24015 matches found

OSV
OSV
added 2024/03/06 11:08 a.m.32 views

BIT-NODE-2020-8172

TLS session reuse can lead to host certificate verification bypass in node version 12.18.0 and 14.4.0...

7.4CVSS7.5AI score0.06065EPSS
SaveExploits1References10
OSV
OSV
added 2024/03/06 11:07 a.m.38 views

BIT-REDIS-2021-32675 DoS vulnerability in Redis

Redis is an open source, in-memory database that persists on disk. When parsing an incoming Redis Standard Protocol RESP request, Redis allocates memory according to user-specified values which determine the number of elements in the multi-bulk header and size of each element in the bulk header. ...

7.5CVSS8.1AI score0.16904EPSS
SaveExploits0References11
OSV
OSV
added 2024/03/06 11:07 a.m.32 views

BIT-NODE-2020-8265

Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method...

8.1CVSS7.8AI score0.09009EPSS
SaveExploits1References10
OSV
OSV
added 2024/03/06 11:05 a.m.40 views

BIT-NODE-2021-3449 NULL pointer deref in signature_algorithms processing

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signaturealgorithms extension where it was present in the initial ClientHello, but includes a signaturealgorithmscert extension then a NU...

5.9CVSS6.6AI score0.62906EPSS
SaveExploits3References30
OSV
OSV
added 2024/03/06 11:05 a.m.74 views

BIT-MYSQL-CLIENT-2022-0778 Infinite loop in BN_mod_sqrt() reachable when parsing certificates

The BNmodsqrt function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a...

7.5CVSS7.7AI score0.73188EPSS
SaveExploits2References35
OSV
OSV
added 2024/03/06 11:04 a.m.43 views

BIT-GOLANG-2021-34558

The crypto/tls package of Go through 1.16.5 does not properly assert that the type of public key in an X.509 certificate matches the expected type when doing a RSA based key exchange, allowing a malicious TLS server to cause a TLS client to panic...

6.5CVSS6.5AI score0.06975EPSS
SaveExploits1References17
OSV
OSV
added 2024/03/06 11:03 a.m.57 views

BIT-PYTHON-2023-40217

An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers such as HTTP servers that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is...

5.3CVSS6AI score0.00797EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/06 11:02 a.m.46 views

BIT-NODE-2022-3786 X.509 Email Address Variable Length Buffer Overflow

A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed a malicious certificate or for an application to continue certificate...

7.5CVSS8.1AI score0.92488EPSS
SaveExploits2References6
OSV
OSV
added 2024/03/06 11:01 a.m.20 views

BIT-GOLANG-2022-27536

Certificate.Verify in crypto/x509 in Go 1.18.x before 1.18.1 can be caused to panic on macOS when presented with certain malformed certificates. This allows a remote TLS server to cause a TLS client to panic...

7.5CVSS7.2AI score0.01459EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:01 a.m.26 views

BIT-PGBOUNCER-2021-3935

When PgBouncer is configured to use "cert" authentication, a man-in-the-middle attacker can inject arbitrary SQL queries when a connection is first established, despite the use of TLS certificate verification and encryption. This flaw affects PgBouncer versions prior to 1.16.1...

8.1CVSS7.9AI score0.01029EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:00 a.m.39 views

BIT-ENVOY-2020-15104 TLS Validation Vulnerability in Envoy

In Envoy before versions 1.12.6, 1.13.4, 1.14.4, and 1.15.0 when validating TLS certificates, Envoy would incorrectly allow a wildcard DNS Subject Alternative Name apply to multiple subdomains. For example, with a SAN of .example.com, Envoy would incorrectly allow nested.subdomain.example.com, wh...

5.5CVSS5.6AI score0.00252EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 11:00 a.m.22 views

BIT-GOLANG-2022-30629 Session tickets lack random ticket_age_add in crypto/tls

Non-random values for ticketageadd in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption...

3.1CVSS8.2AI score0.0108EPSS
SaveExploits1References6
OSV
OSV
added 2024/03/06 10:59 a.m.57 views

BIT-ENVOY-2020-8660

CNCF Envoy through 1.13.0 TLS inspector bypass. TLS inspector could have been bypassed not recognized as a TLS client by a client using only TLS 1.3. Because TLS extensions SNI, ALPN were not inspected, those connections might have been matched to a wrong filter chain, possibly bypassing some...

5.3CVSS5.6AI score0.00606EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 10:59 a.m.92 views

BIT-NGINX-2021-3618

ALPACA is an application layer protocol content confusion attack, exploiting TLS servers implementing different protocols but using compatible certificates, such as multi-domain or wildcard certificates. A MiTM attacker having access to victim's traffic at the TCP/IP layer can redirect traffic fr...

7.4CVSS7.6AI score0.02036EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 10:59 a.m.28 views

BIT-ENVOY-2021-28683

An issue was discovered in Envoy through 1.71.1. There is a remotely exploitable NULL pointer dereference and crash in TLS when an unknown TLS alert code is received...

7.5CVSS7.5AI score0.01686EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 10:58 a.m.43 views

BIT-JENKINS-2021-28165

In Eclipse Jetty 7.2.2 to 9.4.38, 10.0.0.alpha0 to 10.0.1, and 11.0.0.alpha0 to 11.0.1, CPU usage can reach 100% upon receiving a large invalid TLS frame...

7.8CVSS7.5AI score0.53861EPSS
SaveExploits1References108
OSV
OSV
added 2024/03/06 10:58 a.m.62 views

BIT-MINIO-2021-21390 MITM modification of request bodies in MinIO

MinIO is an open-source high performance object storage service and it is API compatible with Amazon S3 cloud storage service. In MinIO before version RELEASE.2021-03-17T02-33-02Z, there is a vulnerability which enables MITM modification of request bodies that are meant to have integrity guarante...

6.5CVSS5.8AI score0.00851EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 10:57 a.m.33 views

BIT-GOLANG-2022-41724 Panic on large handshake records in crypto/tls

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session...

7.5CVSS7.6AI score0.01111EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:56 a.m.29 views

BIT-MONGODB-2023-1409 Certificate validation issue in MongoDB Server running on Windows or macOS

If the MongoDB Server running on Windows or macOS is configured to use TLS with a specific set of configuration options that are already known to work securely in other platforms e.g. Linux, it is possible that client certificate validation may not be in effect, potentially allowing client to...

7.5CVSS5.9AI score0.0044EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 10:56 a.m.60 views

BIT-ENVOY-2022-21654 Incorrect configuration handling allows TLS session re-use without re-validation in Envoy

Envoy is an open source edge and service proxy, designed for cloud-native applications. Envoy's tls allows re-use when some cert validation settings have changed from their default configuration. The only workaround for this issue is to ensure that default tls settings are used. Users are advised...

9.8CVSS8.3AI score0.01078EPSS
SaveExploits0References3
Rows per page
Query Builder