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.
18,942 CVE recordsPage 891 of 1263 · EPSS data 2026.08.10
ReviewHigh
CVE-2026-31847

Nexxt Solutions Nebula 300+, nebula300plus firmware, nebula300plus

Hidden functionality in the /goform/setSysTools endpoint in Nexxt Solutions Nebula 300+ firmware through version 12.01.01.37 allows remote enablement of a Telnet service. By sending a crafted POST request with parameters such as telnetManageEn=true and telnetPwd, an authenticated attacker can activate a Telnet service on port 23.

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

Nexxt Solutions Nebula 300+ / Tenda F3 V2.0 Firmware

Missing authentication in the /goform/ate endpoint in Nexxt Solutions Nebula 300+ firmware through version 12.01.01.37 allows an adjacent unauthenticated attacker to retrieve sensitive device information, including the administrator password. An attacker can decode this value to obtain valid administrative credentials and authenticate to the device.

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

jsrsasign, org.webjars.npm:jsrsasign, Migration Toolkit for Virtualization 2.1

Versions of the package jsrsasign before 11.1.1 are vulnerable to Incorrect Conversion between Numeric Types due to handling negative exponents in ext/jsbn2.js. An attacker can force the computation of incorrect modular inverses and break signature verification by calling modPow with a negative exponent.

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

jsrsasign, org.webjars.npm:jsrsasign, Migration Toolkit for Virtualization 2.1

Versions of the package jsrsasign before 11.1.1 are vulnerable to Missing Cryptographic Step via the KJUR.crypto.DSA.signWithMessageHash process in the DSA signing implementation. An attacker can recover the private key by forcing r or s to be zero, so the library emits an invalid signature without retrying, and then solves for x from the resulting signature.

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

jsrsasign, org.webjars.npm:jsrsasign, Migration Toolkit for Virtualization 2.1

Versions of the package jsrsasign before 11.1.1 are vulnerable to Improper Verification of Cryptographic Signature via the DSA domain-parameter validation in KJUR.crypto.DSA.setPublic (and the related DSA/X509 verification flow in src/dsa-2.0.js). An attacker can forge DSA signatures or X.509 certificates that X509.verifySignature() accepts by supplying malicious domain parameters such as g=1, y=1, and a fixed r=1, which make the verification equation true for any hash.

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

jsrsasign, org.webjars.npm:jsrsasign, Migration Toolkit for Virtualization 2.1

Versions of the package jsrsasign from 7.0.0 and before 11.1.1 are vulnerable to Incomplete Comparison with Missing Factors via the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions in src/crypto-1.1.js; an attacker can recover the private key by exploiting the incorrect compareTo checks that accept out-of-range candidates and thus bias DSA nonces during signature generation.

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

jsrsasign, org.webjars.npm:jsrsasign, Migration Toolkit for Virtualization 2.1

Versions of the package jsrsasign before 11.1.1 are vulnerable to Infinite loop via the bnModInverse function in ext/jsbn2.js when the BigInteger.modInverse implementation receives zero or negative inputs, allowing an attacker to hang the process permanently by supplying such crafted values (e.g., modInverse(0, m) or modInverse(-1, m)).

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

nltk nltk, Red Hat OpenShift AI 2.25, Red Hat OpenShift AI 3.3

NLTK (Natural Language Toolkit) is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, the NLTK downloader does not validate the `subdir` and `id` attributes when processing remote XML index files. Attackers can control a remote XML index server to provide malicious values containing path traversal sequences (such as `../`), which can lead to arbitrary directory creation, arbitrary file creation, and arbitrary file overwrite. Commit 89fe2ec2c6bae6e2e7a46dad65cc34231976ed8a patches th...

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

nltk nltk, Red Hat OpenShift AI 2.25, Red Hat OpenShift AI 3.3

NLTK (Natural Language Toolkit) is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, `nltk.app.wordnet_app` allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when it is started in its default mode. A simple `GET /SHUTDOWN%20THE%20SERVER` request causes the process to terminate immediately via `os._exit(0)`, resulting in a denial of service. Commit bbaae83db86a0f49e00f5b0db44a7254c268de9b patches the issue.

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

WebReflection flatted, Cluster Observability Operator 1.5.0, Red Hat Developer Hub 1.8

flatted is a circular JSON parser. Prior to version 3.4.2, the parse() function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "__proto__" returns Array.prototype via the inherited getter. This object is then treated as a legitimate parsed value and assigned as a property of the output object, effectively leaking a live reference to Array.prototype to the consumer. Any code that subsequently writes to that property...

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

ruby json, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 9

Ruby JSON is a JSON implementation for Ruby. From version 2.14.0 to before versions 2.15.2.1, 2.17.1.2, and 2.19.2, a format string injection vulnerability can lead to denial of service attacks or information disclosure, when the allow_duplicate_key: false parsing option is used to parse user supplied documents. This issue has been patched in versions 2.15.2.1, 2.17.1.2, and 2.19.2.

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

grpc grpc-go, Cryostat 4 on RHEL 9, Red Hat Enterprise Linux 10

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined...

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

hapifhir org.hl7.fhir.core, Red Hat Fuse 7

HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.0, when setting headers in HTTP requests, the internal HTTP client sends headers first to the host in the initial URL but also, if asked to follow redirects and a 30X HTTP response code is returned, to the host mentioned in URL in the Location: response header value. Sending the same set of headers to subsequent hosts is a problem as this header often contains privacy sensitive information or data that could allow others to impersonate the client's request. This issu...

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

Red Hat Red Hat OpenShift AI (RHOAI)

A security issue was discovered in the Feast Feature Server's `/read-document` endpoint that allows an unauthenticated remote attacker to read any file accessible to the server process. By sending a specially crafted HTTP POST request, an attacker can bypass intended access restrictions to potentially retrieve sensitive system files, application configurations, and credentials.

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

libfuse libfuse, Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8

libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a use-after-free vulnerability in the io_uring subsystem of libfuse allows a local attacker to crash FUSE filesystem processes and potentially execute arbitrary code. When io_uring thread creation fails due to resource exhaustion (e.g., cgroup pids.max), fuse_uring_start() frees the ring pool structure but stores the dangling pointer in the session state, leading to a use-after-free when the session shuts down. The trigger is reliable in containerized environments where cgroup pids.max l...

The CVSS severity warrants an early asset and exposure review.