Lucene search
+L

148 matches found

Kitploit
Kitploit
added 2026/09/22 6:53 a.m.12 views

alaniz-cipher

Alaniz 密码 v3 基于层的后量子加密,通过向量值有限域置换 一种基于非线性层态射反问题 NL-SMIP 的密码原语:一个具有秘密系数并由图上的层上同调耦合的多项式系统。 论文 v3 :L. Alaniz Pintos, 《Alaniz 密码 v3:基于层的后量子加密,通过向量值有限域置换》 ,2026 年。 v3 的变化 版本 2 引入了 σSPN 以抵御破坏 v1 的缩放攻击。然而,v2 本身被一种更通用的攻击所破解,该攻击结合了多项式插值与 Gröbner 基计算:任何形式为 c = As + BσAs 且 σ 具有有界多项式次数的确定性加密都允许 CPA...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 10:39 p.m.9 views

CVE-2025-1234-RSA-Key-Validation-Bypass

CVE-2025-1234-RSA-Key-Validation-Bypass Una falla en una implementación RSA popular permite a los atacantes eludir la validación de clave proporcionando un módulo que parece válido pero que en realidad es factorizable — si puedes factorizarlo rápidamente. CVE‑2025‑1234 — Exploit de Omisión de...

6.2AI score
SaveExploits1
Cvelist
Cvelist
added 2026/09/17 3:23 p.m.29 views

CVE-2026-85999 Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, selectoriter in src/soupsieve/cssparser.py trims the raw selector with REWSEND, an end-anchored WSC whitespace-and-comment expression used with search, so the regular expression engine retries a greedy...

5.3CVSS0.00609EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/17 3:21 p.m.8 views

CVE-2026-86000 Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, the selector parser in src/soupsieve/cssparser.py defines IDENTIFIER with adjacent quantified groups over overlapping character classes, and VALUE embeds IDENTIFIER for attribute selectors. When an...

5.3CVSS6.4AI score0.00609EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/14 6:16 p.m.9 views

CVE-2024-58382

A flaw was found in league/commonmark. A remote attacker could exploit polynomial time complexity vulnerabilities in the Markdown parsing component by submitting carefully crafted Markdown inputs. This could lead to a Denial of Service DoS by exhausting CPU resources and PHP-FPM processes when...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.31 views

Astra Linux – Vulnerability in imagemagick

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-47 and 7.1.2-22, when performing a polynomial distortion, an excessive read of 24 bytes could occur when specifying certain arguments. This issue has been fixed in versions...

5.1CVSS6AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2024-58382

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/09 2:17 p.m.8 views

CVE-2024-58382

league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service. Attackers can submit carefully crafted Markdown inputs designed to trigger worst-case performance, and sending multiple requests in...

8.7CVSS0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/09 2:17 p.m.12 views

DEBIAN-CVE-2024-58382

league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service. Attackers can submit carefully crafted Markdown inputs designed to trigger worst-case performance, and sending multiple requests in...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/09 1:31 p.m.8 views

EUVD-2024-55755

league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service. Attackers can submit carefully crafted Markdown inputs designed to trigger worst-case performance, and sending multiple requests in...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/09 1:31 p.m.12 views

CVE-2024-58382

league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service. Attackers can submit carefully crafted Markdown inputs designed to trigger worst-case performance, and sending multiple requests in...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.11 views

PT-2026-88990

league/commonmark versions before 2.6.0 contain polynomial time complexity vulnerabilities in Markdown parsing that allow attackers to cause denial of service. Attackers can submit carefully crafted Markdown inputs designed to trigger worst-case performance, and sending multiple requests in...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/08 8:51 p.m.8 views

GHSA-2WM5-Q62R-HMRV Colord: Slow rejection of oversized malformed color strings

Impact colord's CSS color string matchers described a number as +-?\d.?\d+. In that form \d and \d+ can match the same digits, so a run of n digits can be divided between them in On² ways, and rejecting an input retries every division. Parsing is synchronous and uninterruptible, so a long...

6.9CVSS5.8AI score0.00507EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in libcrypto++

In gf2n.cpp within Crypto++ also known as cryptopp, available from version 8.9.0, attackers can cause a denial of service application crash by exploiting DER public-key data for an F2^m curve. This occurs when the degree of each term in the polynomial is not strictly decreasing...

7.5CVSS7.1AI score0.00829EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/08/09 9:15 p.m.18 views

CVE-2024-14041

A flaw was found in Bouncy Castle for Java, affecting ML-KEM CRYSTALS-Kyber routines. Specifically, the Poly.toMsg, Poly.compressPoly, and PolyVec.compressPolyVec routines, which handle secret-derived polynomial coefficients, perform division by the modulus q. A remote attacker can exploit this...

8.2CVSS5.3AI score0.00345EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/30 4:02 p.m.6 views

JLSEC-2026-1010 ImageMagick: Heap Buffer Over-Read of a 4 bytes in distort operation.

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-47 and 7.1.2-22, when performing a polynomial distortion an out of bounds over-read of 24 bytes can occur when specifying specific arguments. This issue has been patched in...

5.1CVSS6AI score0.0016EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2026/07/30 12:00 a.m.15 views

Statistically Secure Uncloneable Encryption of Arbitrary Messages

Unconditional uncloneable encryption of a single bit with efficient encryption and decryption is now possible. However, whether the extension to messages of arbitrary length achieves statistical security remains to be known. Using the fact that the encoding bases for the single-bit scheme known t...

5.6AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/28 11:47 p.m.17 views

SUSE CVE-2024-14041

In Bouncy Castle for Java from 1.73 to before 1.78, three ML-KEM CRYSTALS-Kyber routines divided secret-derived polynomial coefficients by the modulus q: Poly.toMsg, which decodes the decrypted message, and the ciphertext compression routines Poly.compressPoly and PolyVec.compressPolyVec. An...

8.2CVSS5.9AI score0.00345EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/07/28 9:49 a.m.14 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack in the ML-KEM Poly.toMsg, Poly.compressPoly, and PolyVec.compressPolyVec routines. An attacker can recover a long-term private key by sending ciphertexts and measuring the time taken by repeated decapsulation operations th...

8.2CVSS5.7AI score0.00345EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/28 12:00 a.m.23 views

PT-2026-65408

In Bouncy Castle for Java from 1.73 to before 1.78, three ML-KEM CRYSTALS-Kyber routines divided secret-derived polynomial coefficients by the modulus q: Poly.toMsg, which decodes the decrypted message, and the ciphertext compression routines Poly.compressPoly and PolyVec.compressPolyVec. An...

8.2CVSS5.9AI score0.00345EPSS
SaveExploits1References5
Rows per page
Query Builder