Latest CVE Feed

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

Score
Vulnerability
Published
9.8 CRITICAL
CVE-2026-48898 — Joomla! Core - [20260513] - Privilege escalation through com_users batch task

An improper access check allows privilege escalation through the com_users batch task.

joomla\! | Remote | Authorization
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
8.2 HIGH
CVE-2026-48897 — Joomla! Core - [20260512] - MFA Authentication Bypass

Insufficient state checks lead to a vector that allows to bypass 2FA checks.

joomla\! | Remote | Authentication
May 26, 2026 May 28, 2026
May 26, 2026
May 28, 2026
8.2 HIGH
CVE-2026-48896 — Joomla! Core - [20260511] - MFA Authentication Bypass

Insufficient state checks lead to a vector that allows to bypass 2FA checks.

joomla\! | Remote | Authentication
May 26, 2026 May 28, 2026
May 26, 2026
May 28, 2026
7.8 HIGH
CVE-2026-48864 — Libsolv: heap buffer overflow in libsolv repopagestore via unchecked decompression of mal…

A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker ca…

May 26, 2026 May 28, 2026
May 26, 2026
May 28, 2026
7.4 HIGH
CVE-2026-48697 — FastNetMon Community Edition TLS Certificate Verification Bypass

FastNetMon Community Edition through 1.2.9 does not verify TLS certificates on outbound HTTPS connections. The execute_web_request_secure() function in src/fast_library.cpp creates a boost::asio::ssl…

fastnetmon | Remote | Misconfiguration
May 26, 2026 May 27, 2026
May 26, 2026
May 27, 2026
5.5 MEDIUM
CVE-2026-48693 — FastNetMon Local Symlink Attack

FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' (src/fastnetmon.cpp l…

fastnetmon | Path Traversal
May 26, 2026 May 27, 2026
May 26, 2026
May 27, 2026
9.8 CRITICAL
CVE-2026-48691 — FastNetMon Community Edition Heap Buffer Overflow Vulnerability

FastNetMon Community Edition through 1.2.9 contains an integer overflow in the BGP AS_PATH attribute encoder. In src/bgp_protocol.hpp, the IPv4UnicastAnnounce::get_attributes() function computes attr…

fastnetmon | Remote | Memory Corruption
May 26, 2026 May 27, 2026
May 26, 2026
May 27, 2026
7.1 HIGH
CVE-2026-48690 — FastNetMon Community Edition Integer Overflow Heap Corruption Vulnerability

FastNetMon Community Edition through 1.2.9 contains an integer overflow vulnerability in the packet capture buffer allocation. In src/packet_storage.hpp, the allocate_buffer() function computes memor…

fastnetmon | Memory Corruption
May 26, 2026 May 27, 2026
May 26, 2026
May 27, 2026
8.2 HIGH
CVE-2026-48126 — Algernon: Host header path traversal in --domain mode reads files and runs Lua from paren…

Algernon is a small self-contained pure-Go web server. Prior to 1.17.8, when algernon is started with --domain (or --letsencrypt, which silently turns on --domain at engine/flags.go:372), the request…

algernon | Remote | Path Traversal
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
4.3 MEDIUM
CVE-2026-47728 — Bugsink: Project scoping missing in sourcemap and debug-file lookup

Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink resolved sourcemaps and debug files by debug ID without scoping that lookup to the project that owned the uploaded metadata. An a…

bugsink | Remote | Misconfiguration
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
3.1 LOW
CVE-2026-47716 — Bugsink: Issue bulk actions can affect another project’s issue if its UUID is known

Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, In affected versions, the issue list view authorizes access through the project in the URL, but applies the requested bulk action to the …

bugsink | Remote | Authorization
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
3.1 LOW
CVE-2026-47715 — Bugsink: Issue event views can show an event from another project if its UUID is known

Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink issue event pages accept a direct event identifier from the URL and, in affected versions, look up that event without also requir…

bugsink | Remote | Authorization
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
4.3 MEDIUM
CVE-2026-46431 — Algernon: Auto-refresh SSE event server sets Access-Control-Allow-Origin: *

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard * regardless of the caller's O…

algernon | Remote | Misconfiguration
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
4.3 MEDIUM
CVE-2026-46430 — Algernon: Auto-refresh SSE event server binds to all interfaces by default on Linux/macOS

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server bound to 0.0.0.0:5553 on Linux/macOS by default because the platform-dependent host default in engine/flag…

algernon | Misconfiguration
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
0.0 NA
CVE-2026-45836 — Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() Add the same NULL guard already present in l2cap_sock_resume…

linux_kernel | Memory Corruption
May 26, 2026 Jun 01, 2026
May 26, 2026
Jun 01, 2026
0.0 NA
CVE-2026-45835 — Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() Add the same NULL guard already present in l2cap_sock_resu…

linux_kernel | Memory Corruption
May 26, 2026 Jun 01, 2026
May 26, 2026
Jun 01, 2026
0.0 NA
CVE-2026-45834 — Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() Add the same NULL guard already present in l2cap_sock_resume…

linux_kernel | Memory Corruption
May 26, 2026 Jun 01, 2026
May 26, 2026
Jun 01, 2026
7.5 HIGH
CVE-2026-45728 — Algernon: Single-file mode unconditionally enables debug mode

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is invoked with a single file path instead of a directory, singleFileMode is set to true and debugMode is forcibl…

algernon | Remote | Information Disclosure
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
9.0 CRITICAL
CVE-2026-45721 — Algernon: handler.lua discovery walks parent directories above the server root

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is asked for any URL path that resolves to a directory without an index file, DirPage walks upward through parent…

algernon | Remote | Path Traversal
May 26, 2026 May 26, 2026
May 26, 2026
May 26, 2026
8.7 HIGH
CVE-2026-44729 — Twenty: Stored Cross-Site Scripting via Unsanitized File Serving (Missing Content-Type/Co…

Twenty is an open source CRM. In 1.18.0 and earlier, the file serving endpoints in Twenty CRM at /files/* and /file/:fileFolder/:id serve uploaded files using fileStream.pipe(res) without setting any…

twenty | Remote | Information Disclosure
May 26, 2026 May 27, 2026
May 26, 2026
May 27, 2026
Showing 20 of 6764 Results