Search

Search Results (355834 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-49186 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 9.8 Critical
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 rogue control commands.
CVE-2026-49185 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 9.8 Critical
The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.
CVE-2026-49187 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 7.5 High
The hard-coded APK resource files never expire, and the shared scepter leads to information leaks and potential misuse.
CVE-2026-49188 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 9.8 Critical
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.
CVE-2025-11242 1 Teknolist Computer Systems Software Publishing Industry And Trade Inc. 1 Okulistik 2026-06-04 9.8 Critical
Server-Side Request Forgery (SSRF) vulnerability in Teknolist Computer Systems Software Publishing Industry and Trade Inc. Okulistik allows Server Side Request Forgery. This issue affects Okulistik: through 21102025.
CVE-2026-49189 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 7.8 High
Unchecked public access permissions on a core Broadcast Receiver allow unauthorized local software components to invoke administrative operations.
CVE-2026-49190 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 8.8 High
The system fails to evaluate instructional permissions over multiple internal operation codes (opcodes), permitting unauthorized application installations or command executions.
CVE-2026-49191 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 9.8 Critical
The production build of the M3WebServer hard-codes its backend API keys, which can be easily intercepted through verbose error handling pages.
CVE-2026-49192 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 5.4 Medium
The summary service endpoint suffers from an IDOR vulnerability where it fails to verify user ownership of hardware serial numbers, exposing device data to scraping.
CVE-2026-49193 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 7.5 High
Overly permissive configuration settings on cloud storage containers expose active telemetry information publicly to the internet.
CVE-2026-49194 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 8.8 High
The debugging routine SCREEN_CLICK(5053) enables a connection to skip the standard device login prompt entirely and directly enter an interactive shell interface.
CVE-2026-49202 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 8.6 High
Internal multimedia session archives are accessible without authentication, exacerbated by loose Cross-Origin Resource Sharing (CORS) rules that allow cross-site theft.
CVE-2026-49203 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 8.3 High
Crucial management API endpoints for cellular eSIM allocation do not validate caller authorization, allowing remote profiles to be rewritten or deleted.
CVE-2025-11251 2 Dayneks Software Industry And Trade, Daynex 2 E-commerce Platform, Woyio 2026-06-04 9.8 Critical
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Dayneks Software Industry and Trade Inc. E-Commerce Platform allows SQL Injection. This issue affects E-Commerce Platform: through 27022026. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2026-4035 2 Lfprojects, Mlflow 2 Mlflow, Mlflow/mlflow 2026-06-04 7.7 High
A vulnerability in mlflow/mlflow versions prior to 3.11.0 allows for the resolution of environment variables in AI Gateway secrets, which can be exploited to exfiltrate sensitive server-side environment credentials to an attacker-controlled endpoint. This issue arises because the `api_key` field in gateway secrets can accept `$ENV_VAR` references, which are resolved against the MLflow server's environment during runtime. The resolved secrets are then sent in provider authentication headers to the configured upstream `api_base`. This vulnerability can be exploited by low-privileged authenticated users in basic-auth deployments or by unauthenticated users in default deployments without `basic-auth`. The impact includes potential leakage of sensitive credentials such as cloud artifact credentials (`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`), which could lead to artifact poisoning and cross-boundary code execution in downstream environments. The issue is fixed in version 3.11.0.
CVE-2026-49204 1 Acer 2 Connect M6e 5g, Connect M6e 5g Firmware 2026-06-04 6.5 Medium
Leftover debug modules contain fixed credentials for internal AWS Cognito test sandboxes, risking asset exploitation.
CVE-2025-11252 2 Signum Technology Promotion And Training, Signumtte 2 Windesk.fm, Windesk.fm 2026-06-04 9.8 Critical
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Signum Technology Promotion and Training Inc. Windesk.Fm allows SQL Injection. This issue affects windesk.Fm: before v2.3.4.  NOTE:  The vendor patched the vulnerability after the CVE was published.
CVE-2026-4224 1 Python 2 Cpython, Python 2026-06-04 7.5 High
When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs.
CVE-2025-11253 1 Aksis Technology 1 Netty Erp 2026-06-04 9.8 Critical
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Aksis Technology Inc. Netty ERP allows SQL Injection. This issue affects Netty ERP: before V.1.1000.
CVE-2026-3644 1 Python 2 Cpython, Python 2026-06-04 7.5 High
The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().