Lucene search
+L

74 matches found

Kitploit
Kitploit
added 2026/09/13 11:32 p.m.470 views

bkcrack

bkcrack Crack legacy zip encryption with Biham and Kocher's known plaintext attack. Overview A ZIP archive may contain many entries whose content can be compressed and/or encrypted. In particular, entries can be encrypted with a password-based symmetric encryption algorithm referred to as...

5.7AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 11:32 p.m.12 views

bkcrack

bkcrack Descifra el cifrado legacy de ZIP con el ataque de texto plano conocido de Biham y Kocher. Descripción general Un archivo ZIP puede contener muchas entradas cuyo contenido puede estar comprimido y/o cifrado. En particular, las entradas pueden cifrarse con un algoritmo de cifrado simétrico...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 7:25 p.m.6 views

wcw-cyberring-pav-decryptor

WCW CyberRing PAV Decryptor Cryptanalysis of a proprietary 1999 video DRM system, recovering 51 minutes of lost media through static binary analysis and known-plaintext attack. Frame from a recovered "CyberRing" match. WCW wrestlers were filmed against blue screen and composited into a CGI arena...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 5:52 p.m.14 views

BEAST-PoC

BEAST-PoC 选择明文攻击 这个概念验证专注于 BEAST(针对 SSL/TLS 的浏览器攻击)攻击背后的密码学,该攻击由 Thai Duong 和 Juliano Rizzo 于 2011 年 9 月 23 日提出。这是一种选择明文攻击,如果所使用的传输层安全协议是 TLS1.0 或 SSLv3,它允许你检索敏感信息。 原始概念验证可在此处找到:Here come the Ninjas 注意 :这也是对最初由 Phillip Rogaway 发现的漏洞的一种实现。该漏洞于 2002 年被发现,直到 2011 年 BEAST 出现之前都没有公开的利用代码。OpenSSL...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 8:05 p.m.7 views

forticrack

FortiCrack Decrypt encrypted Fortinet FortiOS firmware images Developed by Bishop Fox Team X Requirements This tool is intended to run in a Linux environment. Install python3 and gzip packages for your system. Usage Download an encrypted firmware image from the Fortinet support site, then run thi...

6AI score
SaveExploits0References1
OSV
OSV
added 2026/07/07 4:03 p.m.17 views

PYSEC-2026-1326 ESPHome vulnerable to denial-of-service via out-of-bounds check bypass in the API component

Summary An integer overflow in the API component's protobuf decoder allows denial-of-service attacks when API encryption is not used. Details The bounds check ptr + fieldlength end in components/api/proto.cpp can overflow when a malicious client sends a large fieldlength value. This affects all...

6.8CVSS6AI score0.00284EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/01/21 1:02 a.m.17 views

ESPHome vulnerable to denial-of-service via out-of-bounds check bypass in the API component

Summary An integer overflow in the API component's protobuf decoder allows denial-of-service attacks when API encryption is not used. Details The bounds check ptr + fieldlength end in components/api/proto.cpp can overflow when a malicious client sends a large fieldlength value. This affects all...

7.5CVSS5.5AI score0.00284EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2003-0134

Malware in sbrugna...

7.5CVSS8.7AI score0.04284EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-1999-1066

Malware in sbrugna...

5CVSS5.8AI score0.03211EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.15 views

EUVD-2017-0161

Malware in sbrugna...

7.5CVSS7.6AI score0.01148EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2014-2357

Malware in sbrugna...

5CVSS6.3AI score0.00778EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2025/05/22 5:02 a.m.17 views

CVE-2019-25005

An issue was discovered in the chacha20 crate before 0.2.3 for Rust. A ChaCha20 counter overflow makes it easier for attackers to determine plaintext...

7.5CVSS7AI score0.01309EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/12/01 12:00 a.m.52 views

Nextcloud Server 19.0.1 Encryption Vulnerability (NC-SA-2020-039)

Nextcloud Server is prone to a vulnerability where it is possible to downgrade the encryption scheme and break the integrity through known-plaintext attack. SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the...

4.1CVSS4.4AI score0.00289EPSS
SaveExploits2References1
Snyk
Snyk
added 2020/01/22 8:37 a.m.2 views

Insecure Encryption

Overview parsel is a gem to encrypt and decrypt data with a given key. Affected versions of this package are vulnerable to Insecure Encryption. In cases where an initialisation vector is not supplied to the encrypt or decrypt call in parsel.rb, the initialisation vector used by the library is set...

7CVSS6.7AI score
SaveExploits0References3
Hacker One
Hacker One
added 2019/11/20 7:40 p.m.40 views

Nextcloud: Downgrade encryption scheme and break integrity through known-plaintext attack

The idea behind the Server Side Encryption is that you can move your encrypted files to an external party without that external party being able to to read or modify those files. Some time ago, Nextcloud switched from unauthenticated CFB cipher block mode to authenticated CTR cipher block mode in...

1.9CVSS0.5AI score0.00289EPSS
SaveExploits2
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.86 views

Aescrypt does not sufficiently use random values

The aescrypt gem 1.0.0 for Ruby does not randomize the CBC IV for use with the AESCrypt.encrypt and AESCrypt.decrypt functions, which allows attackers to defeat cryptographic protection mechanisms via a chosen plaintext attack...

7.5CVSS4.8AI score0.01148EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2017/10/24 6:33 p.m.46 views

GHSA-4C4W-3Q45-HP9J Aescrypt does not sufficiently use random values

The aescrypt gem 1.0.0 for Ruby does not randomize the CBC IV for use with the AESCrypt.encrypt and AESCrypt.decrypt functions, which allows attackers to defeat cryptographic protection mechanisms via a chosen plaintext attack...

7.5CVSS7.4AI score0.01148EPSS
SaveExploits0References5
NVD
NVD
added 2017/04/19 5:59 p.m.27 views

CVE-2013-7463

The aescrypt gem 1.0.0 for Ruby does not randomize the CBC IV for use with the AESCrypt.encrypt and AESCrypt.decrypt functions, which allows attackers to defeat cryptographic protection mechanisms via a chosen plaintext attack...

7.5CVSS7.5AI score0.01148EPSS
SaveExploits0References2
Prion
Prion
added 2017/04/19 5:59 p.m.21 views

Design/Logic Flaw

The aescrypt gem 1.0.0 for Ruby does not randomize the CBC IV for use with the AESCrypt.encrypt and AESCrypt.decrypt functions, which allows attackers to defeat cryptographic protection mechanisms via a chosen plaintext attack...

5CVSS7AI score0.01148EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2017/04/19 5:00 p.m.81 views

CVE-2013-7463

The CVE refers to the aescrypt gem (Ruby) version 1.0.0, where CBC IVs are not randomized for AESCrypt.encrypt and AESCrypt.decrypt. This omission enables a chosen-plaintext attack that defeats cryptographic protection. The NVD entry lists CVSS v3.0 base score 7.5 (HIGH) with network attack, no p...

7.5CVSS7.4AI score0.01148EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder