Latest CVE Feed

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

Score
Vulnerability
Published
2.2 LOW
CVE-2026-50266 — OpenStack Neutron RBAC Policy Bypass leading to Network Spoofing

In OpenStack Neutron before 28.0.1, a project manager can create or update a port on a shared network owned by another project and set device_owner to a value that has "network:" at the beginning ("n…

neutron | Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-50076 — Apache Fory: Java ReplaceResolverSerializer deserialization checks bypass

Deserialization of Untrusted Data in the Java replace-resolve path in Apache Fory fory-core Java SDK before 1.1.0 on Java/JVM platforms allows a remote attacker to bypass class registration, TypeChec…

fory | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-49942 — Net::CIDR::Set versions through 0.20 for Perl did not validate network masks

Net::CIDR::Set versions through 0.20 for Perl did not validate network masks. The mask portion of a network mask could contain Unicode digits such as the Arabic-Indic One (U+0661), or non-digits, wh…

| Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-49941 — Net::CIDR::Set versions through 0.20 for Perl did not validate IP addresses

Net::CIDR::Set versions through 0.20 for Perl did not validate IP addresses. The add method called the _encode method to parse addresses. If the addresses did not look like netmasks or network range…

| Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-49940 — Net::CIDR::Set versions through 0.20 for Perl accept non-ASCII IP addresses and netmasks

Net::CIDR::Set versions through 0.20 for Perl accept non-ASCII IP addresses and netmasks. Unicode digits such as the Arabic-Indic One (U+0661) were accepted but not properly parsed as numbers. This…

| Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-46741 — Etsy::StatsD versions through 1.002002 for Perl allow metric injections

Etsy::StatsD versions through 1.002002 for Perl allow metric injections. The metric names and values are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inj…

| Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-46739 — Net::Statsd versions before 0.13 for Perl allow metric injections

Net::Statsd versions before 0.13 for Perl allow metric injections. The metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional st…

| Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.8 CRITICAL
CVE-2025-67446 — Neterbit NW-431F Router Authentication Bypass via Predictable Cookie

Improper Authentication (Authentication Bypass) exists in Neterbit NW-431F Router 20241014-IR03 and before. The router uses a weak/predictable cookie value for authentication. By modifying the cookie…

Remote | Authentication
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.9 MEDIUM
CVE-2026-7774 — tarfile.data_filter path traversal bypass allows writing outside the extraction directory

tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. T…

cpython cpython | Remote | Path Traversal
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.8 HIGH
CVE-2026-5228 — Improper Access Control in Kurt Software Studio's WriteUp Mobile App

Improper Access Control, Missing Authorization vulnerability in Kurt Software Studio WriteUp Mobile App allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects WriteUp Mo…

Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
2.1 LOW
CVE-2026-45287 — OpenTelemetry-Go's Schema ParseFile leaks file descriptors on each parse

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.0.17, `go.opentelemetry.io/otel/schema/v1.0` and `go.opentelemetry.io/otel/schema/v1.1` leaks one file descriptor on eac…

| Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-44393 — OpenStack Oslo.messaging RabbitMQ TLS Man-in-the-Middle Vulnerability

An issue was discovered in OpenStack oslo.messaging 1.0.0 through 17.3.0. The oslo.messaging RabbitMQ driver does not perform TLS hostname verification when connecting to the message broker. When ssl…

| Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.9 CRITICAL
CVE-2026-43986 — Tautulli vulnerable to unauthenticated SSRF in /image/<hash> via attacker-seeded image ha…

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose a public `/image/<hash>` route that resolves attacker-controlled entries from `image_has…

Remote | Server-Side Request Forgery
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.8 HIGH
CVE-2026-43985 — Taultulli has CSRF in /configUpdate via missing anti-CSRF and method restriction that all…

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose `configUpdate` as a state-changing administrator endpoint, but the route does not enforc…

Remote | Cross-Site Request Forgery
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.9 HIGH
CVE-2026-43984 — Tautulli has stored XSS in logFile via guest-controlled log_js_errors input

Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose `log_js_errors` to any authenticated user, including guest users when guest access is en…

Remote | Cross-Site Scripting
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
5.3 MEDIUM
CVE-2026-41178 — OpenTelemetry-Go's baggage parsing no longer caps raw header length

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Versions 1.41.0 and 1.43.0 removed raw-length rejection and it causes `Parse` to process arbitrarily large/invalid baggage headers and log …

Remote | Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
5.4 MEDIUM
CVE-2026-40930 — LIBPNG: Chunk smuggling in push-mode APNG parser via unconsumed chunk body

LIBPNG is a reference library for use in applications that process PNG (Portable Network Graphics) raster image files. In version 1.8.0, three inter-frame chunk discard paths in the push-mode APNG pa…

Remote | Memory Corruption
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-38570 — bacnet_stack Out-of-bounds Read

bacnet_stack 1.3.1 contains an Out-of-bounds Read in bacnet_tag_number_decode which allows attackers to cause a denial of service.

| Denial of Service
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
0.0 NA
CVE-2026-36182 — GNCC GP5 Weak Password Hashing

GNCC GP5 v7.1.76 was discovered to utilize a weak hashing algorithm to protect the root password, possibly allowing attackers to obtain root credentials and privileges via a bruteforce attack.

| Cryptography
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.0 CRITICAL
CVE-2026-10868 — MISP user edit endpoint mass assignment vulnerability allows unauthorized user account mo…

A mass assignment vulnerability exists in the MISP user edit functionality due to insufficient filtering of user-supplied fields in UsersController::edit(). When processing edit requests, the applica…

Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
Showing 20 of 7141 Results