Lucene search
+L

551142 matches found

ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-71852

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause long runtimes and large memory consumption when pypdf/font.py function Font.collectcidcharacterwidths expands unusually large CID font /W width ranges or excessive width entries during text extractio...

4.8CVSS5.3AI score0.00127EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-54600

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause long runtimes and large memory consumption when pypdf/font.py function Font.collectcidcharacterwidths expands unusually large CID font /W width ranges or excessive width entries during text extractio...

4.8CVSS5.3AI score0.00127EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago26 views

CVE-2026-71852

The CVE concerns the Python PDF library pypdf. Before version 6.15.0, text extraction can trigger unusually large CID font /W width ranges or excessive width entries in pypdf/_font.py:Font._collect_cid_character_widths, causing long runtimes and high memory usage. This is remedied in 6.15.0. The ...

4.8CVSS5.3AI score0.00127EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-71852 pypdf: Possible long runtimes/large memory usage for large CID font width ranges

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause long runtimes and large memory consumption when pypdf/font.py function Font.collectcidcharacterwidths expands unusually large CID font /W width ranges or excessive width entries during text extractio...

4.8CVSS0.00127EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2 days ago8 views

crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

Summary CryptoJS.lib.WordArray.random in affected versions is not a cryptographically secure random number generator. Nominal requests for 128 or 256 bits of entropy produce effective search spaces of approximately 2^39 and 2^47 possibilities — small enough to enumerate on commodity hardware...

9CVSS5.3AI score0.00317EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2 days ago8 views

GHSA-RG76-677X-56Q9 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

Summary CryptoJS.lib.WordArray.random in affected versions is not a cryptographically secure random number generator. Nominal requests for 128 or 256 bits of entropy produce effective search spaces of approximately 2^39 and 2^47 possibilities — small enough to enumerate on commodity hardware...

9CVSS5.4AI score0.00317EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-71851

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.4AI score0.00317EPSS
SaveExploits0
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-71851 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS0.00317EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago15 views

CVE-2026-71851 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.4AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2 days ago5 views

CVE-2026-71851 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.3AI score0.00317EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-54599

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.3AI score0.00317EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-71851

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.3AI score0.00317EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2 days ago52 views

CVE-2026-71851

The CVE-2026-71851 entry describes a vulnerability in crypto-js prior to 4.0.0 where CryptoJS.lib.WordArray.random() uses a non-cryptographically secure PRNG seeded from Math.random(), yielding only 2^39–2^47 entropy. This affects downstream wallets using that entropy for BIP39 recovery phrases, ...

9CVSS5.4AI score0.00317EPSS
SaveExploits0References3
The Hacker News
The Hacker News
added 2 days ago7 views

Nearly 800 Malicious npm Packages Deliver Cross-Platform RAT and Infostealer

A cluster of nearly 800 malicious packages has been published to the npm registry as part of a new campaign designed to deliver cross-platform malware targeting Windows, Mac, and Linux systems. "These packages appear to use AI slop squatted, or randomly generated typo-squatting package names, but...

6.8AI score
SaveExploits0
OSV
OSV
added 2 days ago6 views

GHSA-79QM-7RJ5-M7R9 Hono: Proxy Helper does not remove response headers listed in the `Connection` header

Summary The Proxy Helper hono/proxy does not remove response headers named by the origin's Connection header. Headers that the origin marked as connection-scoped are therefore forwarded to clients. Details Per RFC 9110 Section 7.6.1, an intermediary must remove the header fields listed in a...

3.7CVSS5.4AI score0.00236EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2 days ago10 views

Hono: Proxy Helper does not remove response headers listed in the `Connection` header

Summary The Proxy Helper hono/proxy does not remove response headers named by the origin's Connection header. Headers that the origin marked as connection-scoped are therefore forwarded to clients. Details Per RFC 9110 Section 7.6.1, an intermediary must remove the header fields listed in a...

3.7CVSS5.3AI score0.00236EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-71849

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.7.0 to 4.12.33, the Proxy Helper proxy function in hono/proxy does not remove response headers named by the origin's Connection header. Per RFC 9110 Section 7.6.1, an intermediary must remove the header...

3.7CVSS5.3AI score0.00236EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-54579

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.7.0 to 4.12.33, the Proxy Helper proxy function in hono/proxy does not remove response headers named by the origin's Connection header. Per RFC 9110 Section 7.6.1, an intermediary must remove the header...

3.7CVSS5.3AI score0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago22 views

CVE-2026-71849

Hono (Web application framework) vulnerability: from versions 4.7.0–4.12.33, the Proxy Helper proxy() in hono/proxy does not remove response headers named by the origin’s Connection header, potentially exposing headers intended for the origin’s peer. Per RFC 9110, intermediaries must remove Conne...

3.7CVSS5.4AI score0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago4 views

CVE-2026-71849 Hono: Proxy Helper does not remove response headers listed in the `Connection` header

Hono is a Web application framework that provides support for any JavaScript runtime. From 4.7.0 to 4.12.33, the Proxy Helper proxy function in hono/proxy does not remove response headers named by the origin's Connection header. Per RFC 9110 Section 7.6.1, an intermediary must remove the header...

3.7CVSS5.4AI score
SaveExploits0References5
Rows per page
Query Builder