Lucene search
+L

31 matches found

Kitploit
Kitploit
added 2026/09/14 6:51 a.m.8 views

RsaCtfTool

RsaCtfTool RSA多重攻击工具,可从弱公钥中解密数据并恢复私钥。 概述 本工具旨在从弱公钥中解密数据,并尝试恢复对应的私钥。它提供了多种攻击选项,用于破解RSA加密。 RSA的安全性依赖于大整数因式分解的复杂性。该项目结合了多种因式分解算法以增强解密能力。 注意: 本工具主要面向教育用途 。并非所有密钥都能在合理时间内被破解。该工具仅支持RSA教科书式半素数复合模数(而非多素数)。 如需高级因式分解,可考虑 msieve、yafu 或 cado-nfs。 用法 root@kitploit: RsaCtfTool --publickey key.pub --private 恢复私...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/13 10:31 p.m.9 views

roca

ROCA检测工具 该工具与ACM CCS 2017会议论文第124号《Coppersmith攻击归来:广泛使用的RSA模数的实际分解》相关。 它使您能够测试公共RSA密钥是否存在所述的漏洞。 2017年11月4日更新 :支持Python 2.7、3.4+。 2017年10月30日更新 :攻击的论文已上线,ACM版本。 2017年10月30日更新 :离散对数检测器现已在Python中实现并作为默认检测方法。它检测分解算法所利用的素数中的结构。 目前该工具支持以下密钥格式: X509证书,DER编码,每文件一个,.der,.crt X509证书,PEM编码,每文件多个,.pem...

5.9AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:00 p.m.12 views

CVE-2026-33488

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the createKeys function in the LoginControl plugin's PGP 2FA system generates 512-bit RSA keys, which have been publicly factorable since 1999. An attacker who obtains a target user's public key can factor the...

8.1CVSS5.7AI score0.00251EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/23 3:23 p.m.4 views

CVE-2026-33488 AVideo has a PGP 2FA Bypass via Cryptographically Broken 512-bit RSA Key Generation in LoginControl Plugin

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the createKeys function in the LoginControl plugin's PGP 2FA system generates 512-bit RSA keys, which have been publicly factorable since 1999. An attacker who obtains a target user's public key can factor the...

7.4CVSS5.7AI score0.00251EPSS
SaveExploits1References2
Schneier on Security
Schneier on Security
added 2026/03/16 9:46 a.m.10 views

Possible New Result in Quantum Factorization

I'm skeptical about--and not qualified to review--this new result in factorization with a quantum computer, but if it's true it's a theoretical improvement in the speed of factoring large numbers with a quantum computer...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/09 10:43 a.m.19 views

CVE-2022-26320

The Rambus SafeZone Basic Crypto Module before 10.4.0, as used in certain Fujifilm formerly Fuji Xerox devices before 2022-03-01, Canon imagePROGRAF and imageRUNNER devices through 2022-03-14, and potentially many other devices, generates RSA keys that can be broken with Fermat's factorization...

9.1CVSS6.9AI score0.00975EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/12/27 12:00 a.m.20 views

When RSA Fails: Exploiting Prime Selection Vulnerabilities in Public Key Cryptography

This paper explores vulnerabilities in RSA cryptosystems that arise from improper prime number selection during key generation. We examine two primary attack vectors: Fermat's factorization method, which exploits RSA keys generated with primes that are too close together, and the Greatest Common...

7AI score
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-31095

Malicious code in bioql PyPI...

7.5CVSS6.3AI score0.00423EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.16 views

EUVD-2022-30881

Malicious code in bioql PyPI...

9.1CVSS9AI score0.00975EPSS
SaveExploits0References6
Snyk
Snyk
added 2025/09/25 12:00 a.m.5 views

Reachable Assertion

Overview torch is a Tensors and Dynamic neural networks in Python with strong GPU acceleration Affected versions of this package are vulnerable to Reachable Assertion in the torch.linalg.lu function. In AOTAutograd mode LU decomposition can't accept slice operation and An attacker can cause the...

7.5CVSS6.4AI score0.00423EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/25 12:00 a.m.10 views

CVE-2025-55551

An issue in the component torch.linalg.lu of pytorch v2.8.0 allows attackers to cause a Denial of Service DoS when performing a slice operation...

7.5CVSS6.9AI score
SaveExploits0References4
Schneier on Security
Schneier on Security
added 2025/07/31 11:00 a.m.11 views

Cheating on Quantum Computing Benchmarks

Peter Gutmann and Stephan Neuhaus have a new paper--I think it's new, even though it has a March 2025 date--that makes the argument that we shouldn't trust any of the quantum factorization benchmarks, because everyone has been cooking the books: Similarly, quantum factorisation is performed using...

7.3AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/06/09 12:00 a.m.14 views

Correlated Noise Mechanisms for Differentially Private Learning

This monograph explores the design and analysis of correlated noise mechanisms for differential privacy DP, focusing on their application to private training of AI and machine learning models via the core primitive of estimation of weighted prefix sums. While typical DP mechanisms inject...

6.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/06/01 12:00 a.m.12 views

A Geometric Square-Based Approach to RSA Integer Factorization

We present a new approach to RSA factorization inspired by geometric interpretations and square differences. This method reformulates the problem in terms of the distance between perfect squares and provides a recurrence relation that allows rapid convergence when the RSA modulus has closely spac...

6.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/04/29 12:00 a.m.11 views

A Summation-Based Algorithm for Integer Factorization

Whitepaper called A Summation-Based Algorithm For Integer Factorization...

7AI score
SaveExploits0
PyPA
PyPA
added 2024/01/03 9:15 a.m.13 views

PYSEC-2024-139

Stack overflow in paddle.linalg.luunpackin PaddlePaddle before 2.6.0. This flaw can lead to a denial of service, or even more damage...

9.8CVSS7.2AI score0.00534EPSS
SaveExploits0References3Affected Software1
Schneier on Security
Schneier on Security
added 2022/03/16 4:35 p.m.57 views

Breaking RSA through Insufficiently Random Primes

Basically, the SafeZone library doesnt sufficiently randomize the two prime numbers it used to generate RSA keys. Theyre too close to each other, which makes them vulnerable to recovery. There arent many weak keys out there, but there are some: So far, Böck has identified only a handful of keys i...

1.5AI score
SaveExploits0
NVD
NVD
added 2022/03/14 6:15 p.m.34 views

CVE-2022-26320

The Rambus SafeZone Basic Crypto Module before 10.4.0, as used in certain Fujifilm formerly Fuji Xerox devices before 2022-03-01, Canon imagePROGRAF and imageRUNNER devices through 2022-03-14, and potentially many other devices, generates RSA keys that can be broken with Fermat's factorization...

9.1CVSS0.00975EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2022/03/14 6:15 p.m.6 views

CVE-2022-26320

The Rambus SafeZone Basic Crypto Module before 10.4.0, as used in certain Fujifilm formerly Fuji Xerox devices before 2022-03-01, Canon imagePROGRAF and imageRUNNER devices through 2022-03-14, and potentially many other devices, generates RSA keys that can be broken with Fermat's factorization...

9.1CVSS5.8AI score0.00975EPSS
SaveExploits0References7
OSV
OSV
added 2022/03/14 6:15 p.m.14 views

CVE-2022-26320

The Rambus SafeZone Basic Crypto Module before 10.4.0, as used in certain Fujifilm formerly Fuji Xerox devices before 2022-03-01, Canon imagePROGRAF and imageRUNNER devices through 2022-03-14, and potentially many other devices, generates RSA keys that can be broken with Fermat's factorization...

9.1CVSS7.3AI score0.00975EPSS
SaveExploits0References6
Rows per page
Query Builder