Lucene search
+L

188104 matches found

RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

jboss-remoting: jboss-remoting: integer overflow in MessageReader leads to pre-authentication denial of service

A flaw was found in EAP's jboss-remoting. A remote unauthenticated attacker who can reach :8080 or :9990, or :4447 and complete an Upgrade: jboss-remoting handshake can cause OOM errors that degrade requests server-wide, leading to denial of service...

7.5CVSS5.7AI score0.00534EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

io.netty/netty-codec-dns: Netty: Denial of Service via Memory Leak in DNS Record Decoder with Malformed Domain Names

A flaw was found in Netty, an asynchronous network application framework. When processing malformed domain names in DNS packets, the DNS record decoder fails to release allocated memory. This vulnerability allows an unauthenticated remote attacker to incrementally leak direct memory, eventually...

7.5CVSS5.7AI score0.00382EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•7 views

com.fasterxml.jackson.core/jackson-databind: Jackson-databind: Privilege escalation via improper handling of @JsonUnwrapped properties

A flaw was found in jackson-databind. The UnwrappedPropertyHandler.processUnwrapped method, responsible for handling @JsonUnwrapped properties, replays buffered JSON without properly checking the active view. This allows an attacker to write data to a property annotated with both @JsonView and...

6.5CVSS5.8AI score0.00389EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)

A flaw was found in the Netty netty-codec-http component. A remote attacker can send HTTP requests containing highly compressed data. The HTTP decoder in netty-codec-http fails to properly limit the decompression of this content, causing the system to consume excessive memory. This can lead to...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•4 views

artemis-server: artemis-jms-client: artemis-core-client: undertow-core: wildfly-messaging-activemq-subsystem: artemis messaging handlers in Red Hat EAP permit deserialization by default

EAP's Artemis deserialization configuration permits deserialization by default. ObjectMessage.getObject uses ObjectInputStreamWithClassLoader, which implements allow-list/block-list filtering via its checkSecurity/isTrustedType method. However, by default both allow-list and block-list are empty...

8.8CVSS5.8AI score0.00855EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing

A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service DoS...

7.5CVSS5.8AI score0.00665EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

netty: io.netty/netty-codec-http: Netty: Denial of Service via SPDY header decompression amplification

A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to...

7.5CVSS5.8AI score0.00665EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•6 views

artemis-server: Apache Artemis — session hijack via missing authentication

in Apache Artemis, the REATTACHSESSION handler performs zero authentication — it looks up the session by name only and calls transferConnection unconditionally, migrating the authenticated session to the attacker's connection. The hijacked cluster-bridge session inherits full broker-management...

5.8AI score0.01073EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

wildfly: wildfly-iiop: wildfly-jacorb: Wildfly: Pre-auth denial of service on the IIOP listener

A flaw was found in Wildfly. A remote unauthenticated attacker can trigger OutOfMemoryError as CSIv2Util's GSS token decoder reads an attacker-controlled length field without bounds checking and attempts to allocate a byte array of that size...

7.5CVSS5.8AI score0.00534EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution

A flaw was found in jackson-databind, a library used for processing data. This vulnerability allows an attacker to bypass security controls designed to validate data types. By sending specially crafted input, an attacker can force the system to process untrusted data, which may lead to the...

8.1CVSS6.1AI score0.01226EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

org.apache.cxf/cxf-rt-transports-jms: Apache CXF: Remote Code Execution via untrusted JMS configuration

A flaw was found in Apache CXF. Untrusted users, if allowed to configure Java Message Service JMS for Apache CXF, can exploit this vulnerability to achieve remote code execution RCE. This issue arises from an incomplete fix for a prior security flaw, indicating an alternative path that could lead...

6.5AI score0.00903EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

undertow-core: Undertow: Denial of Service via WebSocket permessage-deflate processing

A flaw was found in Undertow. A remote attacker could exploit this vulnerability by sending specially crafted WebSocket messages with permessage-deflate negotiated. This could lead to excessive memory consumption due to the PerMessageDeflateFunction.largerBuffer method using exponential doubling,...

7.5CVSS5.8AI score0.01096EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•5 views

com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.8AI score0.00619EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
•added 2026/09/22 1:03 p.m.•6 views

wildfly-elytron-realm-token: parameter injection in EAP's elytron oauth2

A flaw was found in EAP's Elytron. An EAP application whose security domain is backed by an Elytron token-realm with oauth2-introspection would allow parameter substitution due to missing URL encoding...

4.2CVSS5.7AI score0.0028EPSS
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/22 12:56 p.m.•11 views

CVE-2025-24813

Testing any tomcat version to see whether that version is vulnerable to CVE-2025-24813 This POC allow you to test any tomcat version to verify whether that version is vulnerable to CVE-2025-24813 under the vulnerable conditions, in Unix environments tested on a Ubuntu machine. Note: tested using...

9.8CVSS8.4AI score0.99927EPSS
SaveExploits51
RedHat Linux
RedHat Linux
•added 2026/09/22 12:25 p.m.•6 views

postgresql: PostgreSQL: Information disclosure via type confusion in ctid selectivity estimator

A flaw was found in PostgreSQL. This vulnerability, stemming from a type confusion issue in the ctid data type selectivity estimator, could allow an authenticated object creator to access and potentially recover sensitive information from memory. By manipulating input, an attacker could gain...

8.1CVSS7.3AI score0.00334EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 12:25 p.m.•8 views

postgresql: PostgreSQL: Stack buffer overflow via OUT parameter count manipulation

A flaw was found in PostgreSQL. An object creator can exploit a stack buffer overflow vulnerability within the argument name matching component. By manipulating the OUT parameter count, an attacker can write limited arbitrary bytes 0x0 and 0x1 to server memory, which may lead to unknown impacts...

8.2CVSS7.7AI score0.00293EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 12:25 p.m.•4 views

postgresql: PostgreSQL psql: Arbitrary command execution via untrusted data in COPY FROM STDIN

A flaw was found in PostgreSQL psql. During the COPY FROM STDIN operation, untrusted data can be mistakenly interpreted as psql commands if an error injection causes the command to fail prematurely. This could allow an attacker to achieve arbitrary command execution. Successful exploitation...

8.1CVSS7.5AI score0.00358EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 12:25 p.m.•5 views

postgresql: PostgreSQL: Arbitrary code execution via logical decoding plugin

A flaw was found in PostgreSQL. Missing authorization in PostgreSQL's logical decoding feature allows a non-superuser with REPLICATION privilege to load arbitrary files. This can lead to arbitrary code execution as the operating system account running the server...

7.2CVSS7.8AI score0.00528EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2026/09/22 12:25 p.m.•4 views

postgresql: PostgreSQL: Arbitrary code execution via type confusion in 'refint' module

A flaw was found in PostgreSQL. A type confusion vulnerability in the 'refint' module allows an object creator to execute arbitrary code as the operating system user running the database. This could lead to a complete compromise of the database server...

8.8CVSS8.1AI score0.00423EPSS
SaveExploits0References5
Rows per page
Query Builder