Skip to content
VulniPulse

Complete feed

Security advisories & CVEs

3478 advisories across 32 monitored vendors.

Home overview

Android app · Google Play

Take your CVE monitoring with you.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Medium5.5Apache Updated

Medium [CVE-2026-60093] Relative path traversal vulnerability in Apache Camel Azure-Storage Datalake component This issue affects Apache Camel: from 4.0.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0

Relative path traversal vulnerability in Apache Camel Azure-Storage Datalake component This issue affects Apache Camel: from 4.0.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-azure-storage-datalake component can download an Azure Data Lake Storage Gen2 file to the local filesystem through its download ToFile operation, writing into the directory named by the fileDir endpoint option. DataLakeFileOperations.download ToFile built the local target by joining fileDir with the remote path name exactly as the Azure SDK reported it (new File(fileDir, fileClientWrapper.getFileName())) and passed the result straight to the SDK download call, with no lexical normalization and no check that the resolved location stayed inside fileDir. The remote name is not route-controlled data: the consumer enumerates the filesystem in DataLakeConsumer.createBatchExchangesFromPath, which lists paths and creates one exchange per entry from PathItem.getName() verbatim, applying no name filtering by default. A path name containing parent-directory segments therefore resolved to a location outside the configured fileDir, letting anyone able to influence the names present in the consumed Data Lake filesystem cause Camel to create or overwrite a file at a location of their choosing, with the privileges of the Camel process.

CVE-2026-60093
Messaging
Aug 24, 2026
Medium6.5Apache Updated

Medium [CVE-2026-59230] Improper input validation vulnerability in Apache Camel

Improper input validation vulnerability in Apache Camel. This issue affects Apache Camel: from 2.17.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-mail component ships a MimeMultipart data format that can unmarshal a MIME multipart message. When it is configured with headersInline set to true, the unmarshal path copies the MIME headers of the incoming message onto the Camel message: it enumerates every header that is not one of the three standard ones it generates itself - Message-ID, MIME-Version and Content-Type - and calls setHeader for each, applying no HeaderFilterStrategy. The names of those MIME headers come from the message being unmarshalled, so a sender able to influence the message could place a header whose name falls in the Camel-internal namespace and have it set on the Exchange. Camel components read control headers from that namespace to override their configured behaviour - the camel-sql producer, for instance, takes the statement to execute from a Camel header when one is present - so an injected header could redirect what a downstream step in the route does with data the route author never intended it to take from the message. Which sinks are reachable, and what the consequences are, depends entirely on what the route does after the unmarshal step.

CVE-2026-59230
Messaging
Aug 24, 2026
Medium6.5Red Hat Updated

Medium [CVE-2026-76845] Arbitrary File Overwrite via Symlink Following

Arbitrary File Overwrite via Symlink Following. Red Hat rates this moderate (CVSS 6.5). Weakness: CWE-59. Affected products named by the advisory: Red Hat Advanced Cluster Management for Kubernetes 2; Red Hat Build of Podman Desktop; Red Hat Developer Hub; Red Hat Enterprise Linux 8; and 7 more. Affected products named by the advisory: Red Hat Enterprise Linux 9; Red Hat Fuse 7; Red Hat OpenShift AI (RHOAI); Red Hat OpenShift Container Platform 4; and 3 more.

CVE-2026-76845
Red Hat Enterprise Linux
Aug 24, 2026
Medium6.5Red Hat Updated

Medium [CVE-2026-78323] JSSTrustManager does not verify NSS trust flags on CA certificates

JSSTrustManager does not verify NSS trust flags on CA certificates. Red Hat rates this moderate (CVSS 6.5). Weakness: CWE-295. Affected products named by the advisory: Red Hat Certificate System 10; Red Hat Certificate System 11; Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 6; and 2 more. Affected products named by the advisory: Red Hat Enterprise Linux 9; Red Hat package: jss.

CVE-2026-78323
Red Hat Enterprise Linux
Aug 24, 2026
MediumRed Hat Updated

Medium [CVE-2026-59295] Micrometer Instrumentation for Apache HttpAsyncClient: Denial of Service via asynchronous request failures

Micrometer Instrumentation for Apache HttpAsyncClient: Denial of Service via asynchronous request failures. Red Hat rates this moderate. Weakness: CWE-772. Affected products named by the advisory: Red Hat AMQ Broker 7; Red Hat build of Quarkus.

CVE-2026-59295
Unclassified
Aug 24, 2026
Medium6.5Red Hat Updated

Medium [CVE-2026-65915] Arbitrary file read due to logic bug in FileSystemPathPointer

Arbitrary file read due to logic bug in FileSystemPathPointer. Red Hat rates this moderate (CVSS 6.5). Weakness: CWE-22. Affected products named by the advisory: Exploit Intelligence; Lightspeed Core; OpenShift Lightspeed; Red Hat Ansible Automation Platform 2; and 1 more. Affected products named by the advisory: Red Hat OpenShift AI (RHOAI).

CVE-2026-65915
Unclassified
Aug 22, 2026
Medium4.2Red Hat Updated

Medium [CVE-2026-63311] Server-Side Request Forgery bypass via DNS resolution failures

Server-Side Request Forgery bypass via DNS resolution failures. Red Hat rates this moderate (CVSS 4.2). Weakness: CWE-918. Affected products named by the advisory: Exploit Intelligence; Lightspeed Core; OpenShift Lightspeed; Red Hat Ansible Automation Platform 2; and 1 more. Affected products named by the advisory: Red Hat OpenShift AI (RHOAI).

CVE-2026-63311
Unclassified
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74584] zero shared page before exposing to userspace

zero shared page before exposing to userspace. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-908. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 7; Red Hat Enterprise Linux 8; Red Hat Enterprise Linux 9; and 1 more. Affected products named by the advisory: Red Hat package: kernel-rt.

CVE-2026-74584
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74595] use the mount idmap for the owner check in fscrypt_ioctl_set_policy

use the mount idmap for the owner check in fscrypt_ioctl_set_policy(). Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-628. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74595
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74607] Serialize accesses to the owner and mirror list with separate lock

Serialize accesses to the owner and mirror list with separate lock. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-366. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 8; Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74607
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74625] release template ct on non-IP path

release template ct on non-IP path. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-772. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74625
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74638] Serialize the scheduler timeout handlers

Serialize the scheduler timeout handlers. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-367.

CVE-2026-74638
Unclassified
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74729] Fix usercopy overflow in snoop_file_read

Fix usercopy overflow in snoop_file_read. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-125.

CVE-2026-74729
Unclassified
Aug 22, 2026
Medium5.5Vendor: LowRed Hat Updated

Medium [CVE-2026-74664] reallocate update replies for mismatched IDs

reallocate update replies for mismatched IDs. Red Hat rates this low (CVSS 5.5). Weakness: CWE-131. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 6; Red Hat Enterprise Linux 7; Red Hat Enterprise Linux 8; and 2 more. Affected products named by the advisory: Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74664
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74683] evdev - sanitize event type index when fetching event masks

evdev - sanitize event type index when fetching event masks. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-125. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 6; Red Hat Enterprise Linux 7; Red Hat Enterprise Linux 8; and 2 more. Affected products named by the advisory: Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74683
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74712] Fix buffer length in create_direct_keys

Fix buffer length in create_direct_keys(). Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-125. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat package: kernel.

CVE-2026-74712
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74599] always stabilise against page table freeing using init_mm

always stabilise against page table freeing using init_mm. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-413. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 6; Red Hat Enterprise Linux 8; Red Hat Enterprise Linux 9; and 1 more. Affected products named by the advisory: Red Hat package: kernel-rt.

CVE-2026-74599
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74632] fix huge_zero_pfn race

fix huge_zero_pfn race. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-367. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat Enterprise Linux 8; Red Hat Enterprise Linux 9; Red Hat package: kernel-rt.

CVE-2026-74632
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74606] Fix use-after-free in eventfs_remove_rec

Fix use-after-free in eventfs_remove_rec(). Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-825. Affected products named by the advisory: Red Hat Enterprise Linux 10; Red Hat package: kernel.

CVE-2026-74606
Linux Kernel
Aug 22, 2026
Medium5.5Red Hat Updated

Medium [CVE-2026-74648] validate monitor transmit frame lengths

validate monitor transmit frame lengths. Red Hat rates this moderate (CVSS 5.5). Weakness: CWE-125.

CVE-2026-74648
Unclassified
Aug 22, 2026