Latest CVE Feed

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

Score
Vulnerability
Published
9.3 CRITICAL
CVE-2026-49191 — Exposed Hard-coded M3WebServer Backend API Key

The production build of the M3WebServer hard-codes its backend API keys, which can be easily intercepted through verbose error handling pages.

Remote | Information Disclosure
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.4 CRITICAL
CVE-2026-49190 — Missing Per-Instruction Authorization Checks

The system fails to evaluate instructional permissions over multiple internal operation codes (opcodes), permitting unauthorized application installations or command executions.

Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
5.9 MEDIUM
CVE-2026-50219 — Expat Use-After-Free Vulnerability

libexpat before 2.8.2 lacks handler call depth tracking for calls to XML_GetBuffer, XML_Parse, XML_ParseBuffer, XML_ParserFree, or XML_ParserReset from within handlers in cases of a policy violation.…

libexpat | Memory Corruption
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.5 HIGH
CVE-2026-49189 — Broadcast Receiver Privilege Escalation

Unchecked public access permissions on a core Broadcast Receiver allow unauthorized local software components to invoke administrative operations.

| Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.7 HIGH
CVE-2026-49188 — Elevated Root Command Execution via ai_cmd Sockets

The ai_cmd utility executes with full root permissions. It pipes socket inputs directly to popen(), paving the way for unauthenticated users to execute arbitrary root commands.

| Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.7 HIGH
CVE-2026-49187 — Hard-coded APK Resource Credentials & Scepters

The hard-coded APK resource files never expire, and the shared scepter leads to information leaks and potential misuse.

Remote | Information Disclosure
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.7 MEDIUM
CVE-2026-10805 — Networkmanager: networkmanager: local privilege escalation via malformed mud urls in dhcl…

A flaw was found in NetworkManager. This local privilege escalation vulnerability exists in NetworkManager's dhclient backend when processing malformed Manufacturer Usage Description (MUD) URLs. A lo…

Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.6 HIGH
CVE-2026-49186 — Lack of MQTT Broker Topic Access Control Lists

The local MQTT broker does not enforce topic-level Access Control Lists (ACLs). This allows any client to subscribe using wildcard characters (# or +) to enumerate hidden network devices or publish r…

Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
10.0 CRITICAL
CVE-2026-49185 — Instruction Injection via FieldX MDM

The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.

Remote | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.1 HIGH
CVE-2026-48681 — OpenStack Ironic Directory Traversal File Overwrite

OpenStack Ironic through before 35.0.2 allows file overwrite via directory traversal during deployment with a crafted ISO image.

ironic | Remote | Path Traversal
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
4.9 MEDIUM
CVE-2026-44917 — OpenStack Ironic Local File Read via PXE Template

OpenStack Ironic before 35.0.2 allows a malicious authenticated project admin or manager to read local files on the Ironic conductor via a pxe_template.

ironic | Remote | Path Traversal
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
9.9 CRITICAL
CVE-2026-41283 — OpenStack Mistral Arbitrary Remote Code Execution

OpenStack Mistral through 22.0.0 allows Arbitrary Remote Code Execution when the API is exposed. There are endpoints that allow code execution, which can lead to exfiltration of service credentials.

Remote | Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.7 HIGH
CVE-2026-41010 — BOSH Director: OS Command Injection

ReleaseJob#unpack builds job_dir = File.join(@release_dir, 'jobs', name) and job_tgz = File.join(@release_dir, 'jobs', "#{name}.tgz") where name returns @job_meta['name'], a value taken verbatim from…

| Path Traversal
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.5 HIGH
CVE-2026-8829 — HTML::Entities versions before 3.84 for Perl read freed heap memory in _decode_entities

HTML::Entities versions before 3.84 for Perl read freed heap memory in _decode_entities. The XS routine backing HTML::Entities::_decode_entities cached a pointer (repl) into the entity-value SV retu…

Remote | Memory Corruption
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.8 HIGH
CVE-2026-41860 — BOSH Basic-Auth Credential Disclosure via SSL Verification Bypass

CWE-326 in BOSH allows a local attacker to steal Basic-auth credentials or redirect UAA token requests via MITM. HttpRequestHelper#create_async_endpoint and #send_http_get_request_synchronous hard-co…

bosh | Authentication
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.8 HIGH
CVE-2026-41859 — BOSH NATS Sync Information Disclosure and Credential Theft

A network man-in-the-middle between nats-sync and the BOSH director can steal the director credentials (Basic auth header or UAA client secret) and can tamper with the VM list that is written into th…

bosh | Misconfiguration
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
7.5 HIGH
CVE-2026-41858 — BOSH-Ecosystem windows-utilities-release Weak Randomness Leading to Administrator Passwor…

Weak Randomness / Insecure Cryptographic Primitive (CWE-338) in Get-RandomPassword in BOSH-Ecosystem / windows-utilities-release allows a network attacker to estimate VM boot time and reconstruct a s…

Remote | Cryptography
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
8.7 HIGH
CVE-2026-41011 — BOSH OS Command Injection

PackagePersister.validate_tgz builds "tar -tf #{tgz} 2>&1" where tgz = File.join(release_dir, 'packages', "#{name}.tgz") and name = package_meta['name'] comes directly from release.MF inside the uplo…

bosh | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.9 MEDIUM
CVE-2026-10597 — ITPison|OMICARD EDM - Insecure Direct Object Reference

OMICARD EDM developed by ITPison has a Insecure Direct Object Reference vulnerability, allowing unauthenticated remote attackers to modify a specific parameter to obtain user's email address.

omicard_edm | Remote | Authorization
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
6.5 MEDIUM
CVE-2026-8653 — MasterStudy LMS Pro Plus <= 4.8.20 - Authenticated (Instructor+) SQL Injection via 'colum…

The MasterStudy LMS Pro Plus plugin for WordPress is vulnerable to generic SQL Injection via the 'columns' parameter in all versions up to, and including, 4.8.20 due to insufficient escaping on the u…

Remote | Injection
Jun 04, 2026 Jun 04, 2026
Jun 04, 2026
Jun 04, 2026
Showing 20 of 7151 Results