Lucene search
+L

998 matches found

CVE
CVE
added 2025/02/26 2:23 a.m.132 views

CVE-2022-49566

The CVE-2022-49566 issue affects the Linux kernel crypto/qat RSA path. When an RSA key in PKCS #1 V2.1 form 2 is used, private key components persist after the TFM is released due to memory not being freed. The fix replaces explicit buffer frees in qat_rsa_exit_tfm() with a call to qat_rsa_clear_...

5.5CVSS5.3AI score0.00259EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.18 views

CVE-2022-49563 crypto: qat - add param check for RSA

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - add param check for RSA Reject requests with a source buffer that is bigger than the size of the key. This is to prevent a possible integer underflow that might happen when copying the source scatterlist into a line...

7.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2025/02/10 10:44 a.m.106 views

CVE-2025-1099

CVE-2025-1099 affects the TP-Link/Tapo C500 Wi‑Fi camera. The vulnerability stems from a hard-coded RSA private key embedded in the device firmware, enabling a physically proximate attacker to obtain cryptographic private keys and perform impersonation, data decryption, and man-in-the-middle atta...

7CVSS6AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/30 7:13 p.m.28 views

BIT-GOLANG-2025-22865

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5CVSS7.4AI score0.00609EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/29 8:26 a.m.17 views

CVE-2025-22865

A flaw was found in the crypto/x509 golang library. When using ParsePKCS1PrivateKey to parse an RSA key missing the CRT values, causes a panic when verifying the key is well formed...

7.5CVSS7.4AI score0.00609EPSS
SaveExploits0References7
OSV
OSV
added 2025/01/28 2:15 a.m.6 views

DEBIAN-CVE-2025-22865

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5CVSS7AI score0.00609EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/28 2:15 a.m.18 views

CVE-2025-22865

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.4AI score
SaveExploits0References4
NVD
NVD
added 2025/01/28 2:15 a.m.19 views

CVE-2025-22865

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5CVSS0.00609EPSS
SaveExploits0References4
CVE
CVE
added 2025/01/28 1:03 a.m.131 views

CVE-2025-22865

CVE-2025-22865 corresponds to a panic in RSA key parsing when CRT values are missing observed in multiple advisories. IBM Storage Ceph’s Grafana-based dashboard uses Golang components and lists this CVE among affected versions (IBM Storage Ceph 6.x–8.x ranges) with a remediation to upgrade to IBM...

7.5CVSS7.1AI score0.00609EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/01/28 1:03 a.m.31 views

CVE-2025-22865 ParsePKCS1PrivateKey panic with partial keys in crypto/x509

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

0.00609EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/01/28 1:03 a.m.11 views

CVE-2025-22865 ParsePKCS1PrivateKey panic with partial keys in crypto/x509

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5AI score0.00609EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/01/28 1:03 a.m.23 views

CVE-2025-22865

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5CVSS7AI score0.00609EPSS
SaveExploits0
OSV
OSV
added 2025/01/28 12:47 a.m.26 views

GO-2025-3421 ParsePKCS1PrivateKey panic with partial keys in crypto/x509

Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed...

7.5CVSS7.4AI score0.00609EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/01/28 12:00 a.m.11 views

Google Golang 安全漏洞

Google Golang is a static strongly typed, compiled language from Google.Go's syntax is close to that of C, but differs with respect to variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages that...

7.5CVSS6.8AI score0.00609EPSS
SaveExploits0References5
Schneier on Security
Schneier on Security
added 2025/01/27 12:02 p.m.21 views

New VPN Backdoor

A newly discovered VPN backdoor uses some interesting tactics to avoid detection: When threat actors use backdoor malware to gain access to a network, they want to make sure all their hard work can't be leveraged by competing groups or detected by defenders. One countermeasure is to equip the...

7.5AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/17 12:00 a.m.21 views

PT-2025-4737 · Unknown +1 · Go Crypto/X509 Library +1

Name of the Vulnerable Software and Affected Versions: Go crypto/x509 library affected versions not specified Description: The issue is related to the incorrect handling of syntactically incorrect structures by the ParsePKCS1PrivateKey function in the Go crypto/x509 library. This could allow a...

10CVSS6.5AI score0.02728EPSS
SaveExploits6References169
Filippo.io
Filippo.io
added 2024/12/31 12:43 p.m.27 views

Benchmarking RSA Key Generation

RSA key generation is both conceptually simple, and one of the worst implementation tasks of the field of cryptography engineering. Even benchmarking it is tricky, and involves some math: here’s how we generated a stable but representative “average case” instead of using the ordinary statistical...

7.3AI score
SaveExploits0
NVD
NVD
added 2024/12/02 10:15 p.m.38 views

CVE-2018-9426

In RsaKeyPairGenerator::getNumberOfIterations of RSAKeyPairGenerator.java, an incorrect implementation could cause weak RSA key pairs being generated. This could lead to crypto vulnerability with no additional execution privileges needed. User interaction is not needed for exploitation. Bulletin...

7.5CVSS0.00246EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/11/11 12:00 a.m.20 views

Huawei EulerOS: Security Advisory for python-cryptography (EulerOS-SA-2024-2819)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.6AI score0.01118EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/11/08 12:00 a.m.21 views

EulerOS 2.0 SP10 : python-cryptography (EulerOS-SA-2024-2893)

According to the versions of the python-cryptography package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in the python-cryptography package.This issue may allow a remote attacker to decrypt captured messages in TLS servers...

7.5CVSS6.3AI score0.01118EPSS
SaveExploits0References2
Rows per page
Query Builder