Lucene search
+L

64823 matches found

UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•6 views

CVE-2026-66080

RabbitMQ is a messaging and streaming broker. Prior to versions 4.1.11, 4.2.6, and 4.3.0, validatepartitions only checks that the requested partition count is at least 1, with no upper bound. A large count such as lists:seq0, 500000000 allocates roughly 8GB. Preconditions include The...

5.9CVSS5.7AI score0.00278EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•4 views

CVE-2026-67232

RabbitMQ is a messaging and streaming broker. Prior to versions 3.13.15, 4.0.20, 4.1.11, 4.2.6, and 4.3.0, The cowboy WebSocket options at line 117 set compress = true, enabling RFC 7692 permessage-deflate negotiation. The handler does not set maxframesize, so cowboy's default of infinity applies...

8.2CVSS5.8AI score0.00366EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•5 views

CVE-2026-67235

RabbitMQ is a messaging and streaming broker. Prior to versions 4.3.0, 4.2.6, 4.1.11, 4.0.20, and 3.13.15, The content-header BodySize a uint64 was stored without validation against maxmessagesize. The size check ran only when assembly completed. By declaring bodysize = 2^63-1 and then streaming...

7.1CVSS5.7AI score0.00259EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•4 views

CVE-2026-77422

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, the JLine built-in grep command in builtins/src/main/java/org/jline/builtins/PosixCommands.java accepts a user-controlled regular expression in grep... and, unless line-regexp mode is used, automatically adds ...

7.5CVSS5.8AI score0.00496EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•6 views

CVE-2026-77423

JLine is a Java library for handling console input. From 3.0.0 until 3.30.15 and 4.3.1, the JLine built-in less viewer passes user-controlled search and display-filter patterns from getPatternboolean doDisplayPattern in builtins/src/main/java/org/jline/builtins/Less.java directly to Java's...

7.5CVSS5.7AI score0.00385EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/09/24 12:00 a.m.•5 views

CVE-2026-67238

RabbitMQ is a messaging and streaming broker. Prior to versions 4.2.7 and 4.3.1, rabbitpidcodec:decomposefrombinary/1 parses a caller-supplied ETF-encoded binary and calls binarytoatomNode, utf8 on the node-name field. It is reached from rabbitvolatilequeue:pidfromname/2, which is invoked for any...

7.1CVSS5.8AI score0.0033EPSS
SaveExploits0References4
OPENSUSE Linux
OPENSUSE Linux
•added 2026/09/24 12:00 a.m.•4 views

Security update for mcphost (important)

openSUSE security update: security update for mcphost ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21886-1 Rating: important References: bsc1278853 bsc1279274 bsc1279396 Cross-References: CVE-2026-84303 CVE-2026-84304 CVE-2026-84445 CVSS scores:...

9.1CVSS5.9AI score0.00641EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/23 11:17 p.m.•6 views

CVE-2026-59980

hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpa...

6.3CVSS0.00301EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/23 11:17 p.m.•4 views

DEBIAN-CVE-2026-59980

hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpa...

6.3CVSS5.8AI score0.00301EPSS
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/23 10:54 p.m.•35 views

sudo-1.8.3p1-patched

sudo-1.8.3p1-patched This is a custom version of sudo, based on the sudo 1.8.3p1 package as provided by Canonical for Ubuntu 12.04 using the URLs below, with the CVE-2021-3156 patches applied. http://us.archive.ubuntu.com/ubuntu/pool/main/s/sudo/sudo1.8.3p1-1ubuntu3.7.dsc...

7.8CVSS7.3AI score0.99962EPSS
SaveExploits83References2
RedhatCVE
RedhatCVE
•added 2026/09/23 10:51 p.m.•5 views

CVE-2026-59980

A flaw was found in hpack, an HTTP/2 Header Encoding for Python. Unbounded variable integer decoding can lead to excessive computation when processing specially crafted, malformed input. A remote attacker could exploit this vulnerability to cause a denial of service by effectively blocking furthe...

6.3CVSS7.2AI score0.00301EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/23 10:26 p.m.•4 views

kernel: crypto: ccp - Fix a crash due to incorrect cleanup usage of kfree

A flaw was found in the Linux kernel's crypto: ccp module. An incorrect cleanup usage of the kfree function, which is used for memory deallocation, with a local pointer variable could lead to an invalid deallocation of a stack address. This issue can result in a system crash, causing a Denial of...

7.8CVSS5.7AI score0.00127EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/23 10:13 p.m.•6 views

brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation

A flaw was found in the brace-expansion library. The expand function does not apply maxLength when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is...

7.5CVSS6AI score0.00647EPSS
SaveExploits1References9
CVE
CVE
•added 2026/09/23 10:07 p.m.•32 views

CVE-2026-59980

The python-hyper/hpack library, often used as a dependency for the python-hyper/h2 HTTP/2 implementation, is vulnerable to run-away computation due to unbounded variable integer decoding . Malformed input can trigger an O(n^2) runtime, potentially blocking further processing. A fix is available i...

6.3CVSS7.2AI score0.00301EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/23 10:07 p.m.•2 views

CVE-2026-59980 hpack: Unbounded variable integer decoding can cause run-away computation on malformed input

hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpa...

6.3CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/23 10:07 p.m.•29 views

CVE-2026-59980 hpack: Unbounded variable integer decoding can cause run-away computation on malformed input

hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpa...

6.3CVSS0.00301EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/23 10:07 p.m.•5 views

CVE-2026-59980

hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpa...

6.3CVSS5.7AI score0.00301EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/23 9:50 p.m.•6 views

WP-DOS-Exploit-CVE-2018-6389

WP-DOS-Exploit-CVE-2018-6389 This is a exploit of Wordpress DOS attack CVE 2018-6389. USE python3 wp-dosCVE-2018-6389.py domain threads Example python3 wp-dosCVE-2018-6389.py http://example.com 1000...

7.5CVSS7.7AI score0.72671EPSS
SaveExploits12
Kitploit
Kitploit
•added 2026/09/23 9:32 p.m.•8 views

CVE-2019-7609

CVE-2019-7609 Kibana versions before 5.6.15 and 6.6.1 contain an arbitrary code execution flaw in the Timelion visualizer https://nvd.nist.gov/vuln/detail/CVE-2019-7609 CVE-2019-7609 This vulnerability is a Prototype Pollution vulnerability found in Kibana. Exploiting this vulnerability can lead ...

10CVSS8.1AI score0.95338EPSS
SaveExploits12References1
Kitploit
Kitploit
•added 2026/09/23 9:29 p.m.•8 views

bandiview-7.05-vuln-PoC

bandiview-7.05-vuln-PoC This repository contains a PoC for vulnerabilities uncovered in Bandiview 7.05 using fuzzing CVE-2024-45870 JXR File Parsing DoS Vulnerability CVE-2024-45871 PSD File Parsing DoS Vulnerability CVE-2024-45872 PSD File Parsing Stack Buffer Overflow Details Software: BandiVie...

6AI score0.00443EPSS
SaveExploits2
Rows per page
Query Builder