🚨 CVE-2026-8829
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 returned by hv_fetch on the entity2char hash. When the input SV was identical to a value SV in that hash, and that value contained its own key as an entity reference, a later call to grow_gap() reallocated the SV's PV buffer and freed the backing allocation that repl still pointed into. The subsequent copy loop read repl_len bytes from the freed allocation.
The read may disclose adjacent heap contents into the destination SV.
🎖@cveNotify
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 returned by hv_fetch on the entity2char hash. When the input SV was identical to a value SV in that hash, and that value contained its own key as an entity reference, a later call to grow_gap() reallocated the SV's PV buffer and freed the backing allocation that repl still pointed into. The subsequent copy loop read repl_len bytes from the freed allocation.
The read may disclose adjacent heap contents into the destination SV.
🎖@cveNotify
🚨 CVE-2026-41010
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 the jobs: array of the attacker-supplied release.MF inside the uploaded tarball. These paths are then interpolated into a shell string: Bosh::Common::Exec.sh("tar -C #{job_dir} -xf #{job_tgz} 2>&1", :on_error => :return). Bosh::Common::Exec.sh executes via %x{#{command}} (bosh-common/lib/bosh/common/exec.rb:53), i.e. /bin/sh -c, so any shell metacharacters in name are interpreted. FileUtils.mkdir_p(job_dir) on line 49 creates the literal directory (no shell) and succeeds even when the name contains $()/;, so execution reaches the sh call.
Affected versions:
- BOSH Director: all versions prior to v282.1.12 (inclusive); fixed in v282.1.12 or later
🎖@cveNotify
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 the jobs: array of the attacker-supplied release.MF inside the uploaded tarball. These paths are then interpolated into a shell string: Bosh::Common::Exec.sh("tar -C #{job_dir} -xf #{job_tgz} 2>&1", :on_error => :return). Bosh::Common::Exec.sh executes via %x{#{command}} (bosh-common/lib/bosh/common/exec.rb:53), i.e. /bin/sh -c, so any shell metacharacters in name are interpreted. FileUtils.mkdir_p(job_dir) on line 49 creates the literal directory (no shell) and succeeds even when the name contains $()/;, so execution reaches the sh call.
Affected versions:
- BOSH Director: all versions prior to v282.1.12 (inclusive); fixed in v282.1.12 or later
🎖@cveNotify
Cloud Foundry
CVE-2026-41010 - Release Job Name Command Injection on BOSH Director | Cloud Foundry
Severity CVSSv4: High 8.7 CVSS:4.0: (/AV:L/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H) CVSSv3: High 8.2 (CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H) Vendor Cloud Foundry Foundation Versions Affected *Severity is HIGH unless otherwise noted. BOSH…
🚨 CVE-2026-41283
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.
🎖@cveNotify
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.
🎖@cveNotify
GitHub
Tags · openstack/mistral
Workflow Service for OpenStack. Mirror of code maintained at opendev.org. - Tags · openstack/mistral
🚨 CVE-2026-44917
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.
🎖@cveNotify
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.
🎖@cveNotify
Launchpad
Bug #2148319 “[OSSA-2026-019] Arbitrary file extraction via driv...” : Bugs : Ironic
Tuomo Tanskanen (Ericsson Software Technology) and Dmitry Tantsur (Red Hat) from the Metal3.io security team have discovered a potential issue in Ironic using an AI-based security analysis tool. Here is the generated report followed by a review by the submitter.…
🚨 CVE-2026-48681
OpenStack Ironic through before 35.0.2 allows file overwrite via directory traversal during deployment with a crafted ISO image.
🎖@cveNotify
OpenStack Ironic through before 35.0.2 allows file overwrite via directory traversal during deployment with a crafted ISO image.
🎖@cveNotify
Launchpad
Bug #2148333 “[OSSA-2026-018] Path traversal during ISO extracti...” : Bugs : Ironic
NOTE: this issue was discovered using an automated analysis tool. It has been reviewed by the submitter (see at the bottom) but further review is appreciated.
## Original report
- **Verdict**: CONFIRMED
- **Original Severity**: Inferred: High
- **Reviewer…
## Original report
- **Verdict**: CONFIRMED
- **Original Severity**: Inferred: High
- **Reviewer…
🚨 CVE-2026-49185
The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.
🎖@cveNotify
The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49186
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.
🎖@cveNotify
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.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-10805
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 local user can exploit this flaw to escalate privileges by triggering a script via a crafted MUD URL, provided an administrator has explicitly configured NetworkManager to use dhclient. This issue does not affect default configurations of NetworkManager.
🎖@cveNotify
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 local user can exploit this flaw to escalate privileges by triggering a script via a crafted MUD URL, provided an administrator has explicitly configured NetworkManager to use dhclient. This issue does not affect default configurations of NetworkManager.
🎖@cveNotify
🚨 CVE-2026-49187
The hard-coded APK resource files never expire, and the shared scepter leads to information leaks and potential misuse.
🎖@cveNotify
The hard-coded APK resource files never expire, and the shared scepter leads to information leaks and potential misuse.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49188
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.
🎖@cveNotify
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.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49189
Unchecked public access permissions on a core Broadcast Receiver allow unauthorized local software components to invoke administrative operations.
🎖@cveNotify
Unchecked public access permissions on a core Broadcast Receiver allow unauthorized local software components to invoke administrative operations.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-50219
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. Thus, a use-after-free can occur,
🎖@cveNotify
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. Thus, a use-after-free can occur,
🎖@cveNotify
🚨 CVE-2026-49190
The system fails to evaluate instructional permissions over multiple internal operation codes (opcodes), permitting unauthorized application installations or command executions.
🎖@cveNotify
The system fails to evaluate instructional permissions over multiple internal operation codes (opcodes), permitting unauthorized application installations or command executions.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49191
The production build of the M3WebServer hard-codes its backend API keys, which can be easily intercepted through verbose error handling pages.
🎖@cveNotify
The production build of the M3WebServer hard-codes its backend API keys, which can be easily intercepted through verbose error handling pages.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49193
Overly permissive configuration settings on cloud storage containers expose active telemetry information publicly to the internet.
🎖@cveNotify
Overly permissive configuration settings on cloud storage containers expose active telemetry information publicly to the internet.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49194
The debugging routine SCREEN_CLICK(5053) enables a connection to skip the standard device login prompt entirely and directly enter an interactive shell interface.
🎖@cveNotify
The debugging routine SCREEN_CLICK(5053) enables a connection to skip the standard device login prompt entirely and directly enter an interactive shell interface.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49202
Internal multimedia session archives are accessible without authentication, exacerbated by loose Cross-Origin Resource Sharing (CORS) rules that allow cross-site theft.
🎖@cveNotify
Internal multimedia session archives are accessible without authentication, exacerbated by loose Cross-Origin Resource Sharing (CORS) rules that allow cross-site theft.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49203
Crucial management API endpoints for cellular eSIM allocation do not validate caller authorization, allowing remote profiles to be rewritten or deleted.
🎖@cveNotify
Crucial management API endpoints for cellular eSIM allocation do not validate caller authorization, allowing remote profiles to be rewritten or deleted.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-49204
Leftover debug modules contain fixed credentials for internal AWS Cognito test sandboxes, risking asset exploitation.
🎖@cveNotify
Leftover debug modules contain fixed credentials for internal AWS Cognito test sandboxes, risking asset exploitation.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-50205
System log files output unencrypted SMTP server authentication passwords alongside sensitive employee corporate identification data.
🎖@cveNotify
System log files output unencrypted SMTP server authentication passwords alongside sensitive employee corporate identification data.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…
🚨 CVE-2026-50206
Incoming VPN network profile settings fail to process special characters safely, enabling command injection via malicious config files.
🎖@cveNotify
Incoming VPN network profile settings fail to process special characters safely, enabling command injection via malicious config files.
🎖@cveNotify
Acer Community
Security Advisory: Upcoming Firmware Update for Acer Connect M6E 5G Portable WiFi Router - Acer Community
Overview Acer has been notified of several system vulnerabilities for Acer Connect M6E devices through independent security research. These issues involve local/remote access controls, firmware cryptographic protection mechanisms, input validation routines…