Total CVEs

139,456

Critical Severity

3,644

High Severity

13,084

Last 7 Days

1,260
Quick preset (or use dates below)
Clear Filters
πŸ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years β†’
Showing 541 - 560 of 35,861 CVEs
CVE-2026-54515 MEDIUM - 5.3

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.8.0 until 2.18.9, 2.21.5, and 3.1.4, in BeanDeserializerBase.createContextual(), per-property @JsonIgnoreProperties exclusions are applied by _handleByNameInclusion(), producing...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub
CVE-2026-54514 MEDIUM - 5.3

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.0.0 until 2.18.8, 2.21.4, and 3.1.4, JDKFromStringDeserializer constructed InetSocketAddress with new InetSocketAddress(host, port), which performs eager DNS name resolution for...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub
CVE-2026-54513 HIGH - 8.1

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() allowlists any array type based only on clazz.isArray(), without validating t...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub
CVE-2026-54512 HIGH - 8.1

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, jackson-databind's PolymorphicTypeValidator (PTV) is the primary safety mechanism guarding polymorphic deserialization. When polymorph...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.13.0 until 2.14.0, a potential Denial-of-Service exists when attacker sends deeply nested JSON if (and only if) the service reads deeply nested (1000s of levels) JSON as JsonNod...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub
CVE-2026-9073 MEDIUM - 6.2

A flaw was found in foreman-mcp-server. This component utilizes two distinct logging mechanisms that can expose sensitive session and authentication data. One mechanism logs session identifiers, which are treated as authentication credentials, at an informational level. The other, when debug logging...

Published: Jun 23, 2026
Source: NVD

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority as it's a duplicate of CVE-2026-56784.

Published: Jun 23, 2026
Source: NVD
CVE-2026-54518 MEDIUM - 6.5

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.21.0 until 2.21.4 and 3.1.4, UnwrappedPropertyHandler.processUnwrappedCreatorProperties() replays buffered JSON into creator parameters but never consults prop.visibleInView(act...

Vendor: maven
Product: com.fasterxml.jackson.core:jackson-databind
Published: Jun 23, 2026
Source: GitHub

NocoDB is software for building databases as spreadsheets. Prior to 2026.05.1, revokeAllOAuthTokensByUser in the users service is an empty stub being called from passwordChange, passwordForgot, and passwordReset. OAuth access and refresh tokens were not revoked when the user changed, reset, or recov...

Vendor: nocodb
Product: nocodb
Published: Jun 23, 2026
Source: NVD
CVE-2026-41862 HIGH - 8.8

Spring Statemachine's Kryo-based persistence backends (JPA, MongoDB, Redis and ZooKeeper) deserialise persisted state-machine contexts without enforcing a class allowlist (CWE-502, deserialisation of untrusted data), which can lead to remote code execution inside the application JVM. Affected ...

Vendor: Spring
Product: Spring Statemachine
Published: Jun 23, 2026
Source: NVD

FOSSBilling is a free, open-source billing and client management system. In versions 0.7.2 and prior, a query-construction flaw in client list endpoints allowed authenticated clients to bypass tenant scoping and retrieve other clients’ data. Details In ServiceTransaction::getSearchQuery() and Order\...

Vendor: FOSSBilling
Product: FOSSBilling
Published: Jun 23, 2026
Source: NVD
CVE-2026-12892 MEDIUM - 4.4

A flaw was found in GStreamer's gst-plugins-bad package. When processing a specially crafted H.264 video file containing malformed MVC or SVC extension slice NAL units, a 1-byte heap out-of-bounds read can occur during parsing. This happens when the parser attempts to check slice boundary infor...

Vendor: Red Hat
Product: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9
Published: Jun 23, 2026
Source: NVD
CVE-2026-12891 MEDIUM - 4.3

A flaw was found in the GStreamer gst-plugins-bad package. When processing a malformed H.266/VVC video stream with a crafted aspect ratio indicator value, the H.266 parser performs an out-of-bounds read of up to 8 bytes from adjacent memory. This flaw allows an attacker to craft a malicious H.266 vi...

Vendor: Red Hat
Product: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9
Published: Jun 23, 2026
Source: NVD
CVE-2026-12112 HIGH - 7.8

A flaw was found in the foreman-mcp-server. A session management vulnerability in the MCP Server allows unauthenticated attackers to hijack active administrative sessions due to an improper cache of authenticated client connections, by trusting a non-secret session ID without re-validating authentic...

Vendor: Red Hat
Product: Red Hat Satellite 6.19
Published: Jun 23, 2026
Source: NVD
CVE-2026-11820 MEDIUM - 6.5

Module: plugins/modules/nexmo.py CVSS 3.1: 6.5 MEDIUM β€” AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Issue: api_key and api_secret are declared no_log=True at the input level, but both credentials are immediately URL-encoded into a GET request as query parameters, bypassing all no_log protection. Vulner...

Vendor: Red Hat
Product: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9
Published: Jun 23, 2026
Source: NVD
CVE-2026-11819 MEDIUM - 5.5

Module: plugins/modules/keyring_info.py CVSS 3.1: 5.5 MEDIUM β€” AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Issue: The module retrieves a passphrase from the OS native keyring (GNOME Keyring, macOS Keychain, Windows Credential Manager) and places it directly into result["passphrase"] with no ou...

Vendor: Red Hat
Product: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9
Published: Jun 23, 2026
Source: NVD
CVE-2026-11807 CRITICAL - 9.6

A missing authorization vulnerability was found in the Event-Driven Ansible (EDA) websocket API. The /api/eda/ws/ansible-rulebook endpoint does not verify user permissions when processing Worker messages. Any authenticated user can send a forged message with an arbitrary activation_id to receive pla...

Vendor: Red Hat
Product: Red Hat Ansible Automation Platform 2.5 for RHEL 8, Red Hat Ansible Automation Platform 2.5 for RHEL 9, Red Hat Ansible Automation Platform 2.6 for RHEL 9, Red Hat Ansible Automation Platform 2.5, Red Hat Ansible Automation Platform 2.6
Published: Jun 23, 2026
Source: NVD

FOSSBilling is a billing and client management system that automates invoicing, payments, and communication for online service businesses. Versions 0.6.21 through 0.7.2 are vulnerable to IDOR through the support ticket creation workflow. By manipulating rel_id when rel_type=order, an authenticated c...

Vendor: FOSSBilling
Product: FOSSBilling
Published: Jun 23, 2026
Source: NVD
CVE-2026-54555 HIGH - 7.8

rtk filters and compresses command outputs before they reach your LLM context. Prior to 0.42.2, the permission splitter did not conservatively split or reject several shell constructs that Bash treats as command execution boundaries or nested execution. As a result, a command beginning with an allow...

Vendor: rtk-ai
Product: rtk
Published: Jun 23, 2026
Source: NVD
CVE-2026-39253 HIGH - 8.1

An issue in Pivotal CRM v.6.6.04.08 allows a remote attacker to execute arbitrary code via the Pivotal.Core.Common.dll and Pivotal.Engine.Client.Services.Conversion.dll components.

Published: Jun 23, 2026
Source: NVD