Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
0.0 NA
CVE-2026-5589 — Out-of-bounds write caused by an integer underflow in the Bluetooth Mesh subsystem.

An integer underflow in bt_mesh_sol_recv() in the Bluetooth Mesh solicitation handling (subsys/bluetooth/mesh/solicitation.c) leads to an out-of-bounds write. When CONFIG_BT_MESH_OD_PRIV_PROXY_SRV is…

| Memory Corruption
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.3 MEDIUM
CVE-2026-21404 — NAVTOR NavBox Use of Hard-coded Credentials

NAVTOR NavBox through version 4.16.1.20 contains hard-coded credentials within its Windows Communication Foundation (SOAP) implementation. If the SOAP functionality is enabled, a local attacker can e…

| Authentication
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-41522 — Iris has an Improper Authorization issue

Iris is a web collaborative platform that helps incident responders share technical details during investigations. Prior to version 2.4.28, DFIR-IRIS exposes an optional GraphQL endpoint at `/graphql…

| Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-41518 — Chartbrew has a stored DOM XSS via Chart Tooltip innerHTML (ChartDatasetConfig.legend)

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. In versions 4.9.0 through 5.0.0, an authenticated user with project-edit…

| Cross-Site Scripting
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-41249 — CoreShop Vulnerable to Remote Code Execution (RCE) via Insecure `pull_request_target` Con…

CoreShop is a Pimcore enhanced eCommerce solution. In versions 5.0.1 through 5.1.0-beta.1,, the GitHub Actions workflow (`.github/workflows/static.yml`) uses the `pull_request_target` trigger but dan…

| Supply Chain
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.6 MEDIUM
CVE-2026-48480 — netty-incubator-codec-ohttp OHttpVersionChunkDraft's Missing Final-Chunk Enforcement Lead…

The netty incubator codec.bhttp is a java language binary http parser. Prior to version 0.0.22.FInal, the codec-ohttp implementation of draft-ietf-ohai-chunked-ohttp does not verify that a cryptograp…

netty-incubator-codec-ohttp | Remote | Information Disclosure
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.6 HIGH
CVE-2026-41237 — Froxlor has an incomplete fix for CVE-2026-30932

Froxlor is open source server administration software. In version 2.3.6 and earlier, the LOC record regex uses `\s+` which matches newlines (allowing embedded newlines to pass), TLSA `matchingType=0`…

Remote | Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.8 HIGH
CVE-2026-41236 — Froxlor has privilege escalation in SSH key synchronization via symlinked `authorized_key…

Froxlor is open source server administration software. Version 2.3.6 contains a symlink-following flaw in the root-owned SSH key synchronization path used for customer FTP users. The provisioning cod…

Remote | Path Traversal
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.6 HIGH
CVE-2026-41235 — Froxlor has an authorization bypass in FTP shell assignment via missing server-side `avai…

Froxlor is open source server administration software. Version 2.3.6 lets administrators configure `system.available_shells` as the approved shell list that customers may assign to FTP users. However…

Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.6 HIGH
CVE-2026-41234 — Froxlor: BIND Zone File Injection via TXT Record Content

Froxlor is open source server administration software. Prior to version 2.3.7, the `DomainZones.add` API endpoint does not sanitize newline characters in TXT record content. An authenticated customer…

Remote | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
5.3 MEDIUM
CVE-2026-40898 — quic-go: HTTP/3 QPACK Trailer Expansion Memory Exhaustion

quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.59.1, an attacker can cause excessive memory allocation in quic-go's HTTP/3 client and server implementations by sending a …

Remote | Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-36499 — Open vSwitch DoS via Resource Exhaustion

A missing upper-bound check in the udpif_set_threads() function of Open vSwitch v3.6.90 allows an attacker with OVSDB write access to request an excessive number of handler or revalidation threads. T…

| Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.8 HIGH
CVE-2025-71316 — SQLite sqldiff remote code execution via argument injection

SQLite 'sqldiff.exe' does not securely handle the way the Microsoft Windows C runtime converts Unicode characters to ANSI codepages. An attacker could use the '-L' option to load an arbitrary DLL wi…

| Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2025-65640 — Arket Globe Document Intelligence Cross-Site Scripting

Cross Site Scripting (XSS) vulnerability in the "Task in Progress / Recent" page in Arket Globe Document Intelligence 5.0.0.559 due to improper sanitization of user input in text fields when creating…

| Cross-Site Scripting
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.4 HIGH
CVE-2026-50292 — libinput: Arbitrary Root Code Execution via Device Group udev Property Injection

In libinput before 1.30.4 and 1.31.x before 1.31.3, libinput-device-group unescaped phys output can inject udev properties leading to arbitrary root code execution

libinput | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.8 MEDIUM
CVE-2026-48040 — netty-incubator-codec-ohttp's Incorrect Native Pointer Derivation in Pooled Direct ByteBu…

The netty incubator codec.bhttp is a java language binary http parser. The library implements Oblivious HTTP (RFC 9458) using BoringSSL's HPKE C library via JNI. When deriving native memory addresses…

netty-incubator-codec-ohttp | Remote | Memory Corruption
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.9 MEDIUM
CVE-2026-41207 — netty-incubator-codec-ohttp's HPKEContext operations may produce empty byte[] on failures

The netty incubator codec.bhttp is a java language binary http parser. Prior to version 0.0.21.Final, HKDF_expand returns non-NULL on failure. The byte[] is filled with zeros and has no way to distin…

netty-incubator-codec-ohttp | Remote | Cryptography
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.8 HIGH
CVE-2026-25551 — Seagull Software BarTender Deserialization Privilege Escalation via .NET Remoting Service

Seagull Software BarTender 2021 R1 through 12.0.1 contains an insecure deserialization vulnerability that allows low-privileged local users to escalate privileges. The DataServiceSingleton .NET Remot…

| Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.8 CRITICAL
CVE-2026-25550 — Seagull Software BarTender Unauthenticated RCE via .NET Remoting Service

Seagull Software BarTender 2010, 2016, and 2019 contain an unauthenticated remote code execution vulnerability in the .NET Remoting service exposed on TCP port 7375 via BtSystem.Service.exe. The serv…

Remote | Authentication
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.8 CRITICAL
CVE-2026-10880 — Unauthenticated SQL Injection in Osnexus Quantastor

OSNexus QuantaStor SDS Manager is vulnerable to SQL injection in the login endpoint. The username field is not properly sanitized before being incorporated into a SQL query, allowing an unauthenticat…

quantastor | Remote | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
Showing 20 of 7156 Results