VULNERABILITY INTELLIGENCE

CVE index

Use CVSS, EPSS, CISA KEV, affected-version data, and source evidence as separate signals for prioritization.

NVD data is used under its public data terms. This service is not endorsed or certified by NVD.
19,735 CVE recordsPage 499 of 1316 · EPSS data 2026.08.12
ReviewCritical
CVE-2026-58116

hiyouga LlamaFactory, llama-factory

LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to execute arbitrary Python code by supplying a malicious model path in the Chat or Training interfaces. The application passes user-supplied model path input unvalidated into AutoTokenizer.from_pretrained() and AutoModel.from_pretrained() with a hardcoded trust_remote_code=True parameter, causing the Hugging Face transformers library to fetch and execute arbitrary code from a remote or local model repository with the privileges of the server process.

The CVSS severity warrants an early asset and exposure review.
ReviewCritical
CVE-2026-58016

GNOME GLib, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 10.0 Extended Update Support

A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58015

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. The D-Bus client-side implementation of the DBUS_COOKIE_SHA1 SASL authentication mechanism does not validate the cookie_context parameter received from the server. A malicious D-Bus server can supply a cookie_context containing path traversal sequences, causing the client to read an arbitrary file and exfiltrate sensitive data by verifying guessed file contents against a generated hash.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58014

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. An off-by-one error can occur in the g_key_file_get_locale_string_list function in the gkeyfile.c file when loading a key file with an empty value. This flaw can cause an out-of-bounds access of 1 byte or a denial of service when the out-of-bounds access crosses a page boundary.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58013

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. A buffer over-read can occur in g_io_channel_read_line_backend() in the giochannel.c file when a custom line terminator with a length greater than one is set, causing memcmp to read past the GString buffer. This vulnerability can cause a minor information disclosure of 7 bytes or a denial of service when the buffer over-read crosses a page boundary.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58012

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. A buffer over-read can occur in the g_regex_replace function when used with the `G_REGEX_RAW` compile flag and case-change replacement escapes because the string_append function processes matched substrings using UTF-8 functions that assume valid UTF-8 input, even when the string is treated as raw bytes. This vulnerability can cause a minor information disclosure of 1-5 bytes and a denial of service when the buffer over-read crosses a page boundary.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58011

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. An out-of-bounds read of only 2 bytes can occur in the g_date_time_get_ymd function in the glib/gdatetime.c file when an invalid GDateTime object produced by the g_date_time_add_full function is processed. This flaw can corrupt the date output and potentially cause logic errors that may lead to a denial of service.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-58010

GNOME GLib, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 10

A flaw was found in GLib. An off-by-one error can occur in the gvs_tuple_is_normal function in the glib/gvariant-serialiser.c file when doing an alignment padding check because the bounds check uses > instead of >=, causing an out-of-bounds read of only 1 byte. This issue can cause a minor information disclosure of 1 byte and a denial of service when the out-of-bounds read crosses a page boundary.

The CVSS severity warrants an early asset and exposure review.
ReviewCritical
CVE-2026-44946

SUSE Rancher, rancher

A SAML authentication replay vulnerability in Rancher's Assertion Consumer Service (ACS) handler did not enforce one-time use of SAML assertion, potentially allowing person in the middle attacks against Rancher, affecting Rancher 2.14.0 before 2.14.3,

The CVSS severity warrants an early asset and exposure review.
ReviewCritical
CVE-2026-8402

Eksagate Electronic Engineering and Computer Industry Trade Inc. SYSGUARD 6001

Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in Eksagate Electronic Engineering and Computer Industry Trade Inc. SYSGUARD 6001 allows Blind SQL Injection. This issue affects SYSGUARD 6001: from 2.0.2 before 6.1.16.0. NOTE: The vendor was contacted and it was learned that the product is not supported.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-57081

SANKO Net::BitTorrent

Net::BitTorrent versions through 2.1.0 for Perl allow remote memory exhaustion via deeply nested bencoded input. bdecode recurses once per nested list or dictionary level with no depth cap, and each recursive call receives the remaining buffer by value while the list and dictionary branches capture the whole remainder, so every live recursion frame keeps its own copy of the shrinking buffer (O(N^2) bytes for an N-deep input). The decoder runs on every untrusted bencode source: .torrent files, BEP09 metadata fetched from peers, DHT messages, and tracker responses. A bencoded input of roughly...

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-57080

SANKO Net::BitTorrent

Net::BitTorrent versions through 2.1.0 for Perl allow remote memory exhaustion via an uncapped peer-wire message-length prefix. The peer-wire framing in _process_messages trusts the 4-byte length prefix sent by a connected peer with no upper bound, while receive_data appends every inbound byte to the input buffer. A peer announces a length prefix of up to about 4 GiB and then streams bytes; the decoder waits until the buffer holds the full message before processing it, so the buffer grows without limit. Peer connections are unauthenticated, so any peer in the swarm exhausts the downloading...

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2026-53691

Redeight Redeight CMS

An Unrestricted File Upload vulnerability in Redeight CMS version 1.0 allows authenticated attackers to achieve Remote Code Execution via the POST "/admin/index.php?module=pages&mode=FileAdd" endpoint. The application fails to validate file extensions and MIME types, permitting the upload of arbitrary PHP scripts to the publicly accessible "/uploads/files/" directory where they can be executed directly by the web server.

The CVSS severity warrants an early asset and exposure review.